https://github.com/lxance-hacker/spiderx
Efficient and powerful web crawling tool for archiving and exploration purposes.
https://github.com/lxance-hacker/spiderx
Last synced: 8 months ago
JSON representation
Efficient and powerful web crawling tool for archiving and exploration purposes.
- Host: GitHub
- URL: https://github.com/lxance-hacker/spiderx
- Owner: LxaNce-Hacker
- License: mit
- Created: 2025-01-20T16:40:43.000Z (12 months ago)
- Default Branch: LxaNce
- Last Pushed: 2025-01-20T17:44:04.000Z (12 months ago)
- Last Synced: 2025-03-30T23:27:38.221Z (9 months ago)
- Language: Shell
- Size: 1.48 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
SpiderX
SpiderX is an advanced reconnaissance framework designed to streamline the process of extracting data and performing detailed cyber reconnaissance on a given target domain.
## Features
- Neon-themed user interface with glitch and animation effects.
- Automated data extraction from the [Wayback Machine](https://web.archive.org).
- Extracts and organizes:
- Unique domains and subdomains.
- URL paths excluding query parameters.
- Generates a comprehensive scan report.
- Built with a terminal-friendly interface for easy use.
## Prerequisites
Before running SpiderX, ensure you have the following installed on your system:
- **Bash Shell** (default on Linux and macOS)
- **`curl` Command-Line Tool**
## Installation
Clone the repository to your local system:
```bash
git clone https://github.com/LxaNce-Hacker/SpiderX.git
cd SpiderX
```
## Usage
Run the script with a target domain as the argument:
```bash
bash SpiderX.sh
```
### Example:
```bash
bash SpiderX.sh example.com
```
### Output:
- A directory named `HUNT__` will be created.
- Files generated in the directory:
- `urls.txt`: List of all URLs found.
- `domains.txt`: List of unique domains and subdomains.
- `paths.txt`: List of unique URL paths.
- `report.txt`: Comprehensive scan report.
## License
SpiderX is released under the [MIT License](LICENSE).
## Disclaimer
SpiderX is intended for educational and ethical purposes only. Unauthorized use of this tool for malicious activities is strictly prohibited. The developers are not responsible for any misuse of this tool.
## Contributions
Contributions are welcome! If you have ideas or suggestions to improve SpiderX, feel free to submit a pull request.
---
Developed with ❤️ by [LxaNce-Hacker](https://github.com/LxaNce-Hacker)