https://github.com/lackofleak/scanner
Simple Web Subdomain & Directories Scanner
https://github.com/lackofleak/scanner
python scanner web
Last synced: 4 months ago
JSON representation
Simple Web Subdomain & Directories Scanner
- Host: GitHub
- URL: https://github.com/lackofleak/scanner
- Owner: lackofleak
- License: mit
- Created: 2022-09-20T06:12:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T12:26:50.000Z (over 1 year ago)
- Last Synced: 2025-10-09T17:32:10.550Z (9 months ago)
- Topics: python, scanner, web
- Language: Python
- Homepage:
- Size: 430 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scanner with python
-------------------------------------------------
### What Can Do :
- Scan Subdomains for a website
- you may use this to find admin login page or ....
- Scan Directorie for a website
### Installation
- Just, Clone this repository -
```
git clone https://github.com/lackofleak/scanner.git
```
- Install `requests` library using pip -
```
pip install requests
```
### Usage :
- you need a wordlist for this tool wich include the text will be set as Subdomain or Directory
- change to cloned Directory :
```
cd scanner
```
- run script using python :
```
python3 main.py
```
Now you can easy use this script !
#### if you have suggestion, open an issue
By : lackofleak