An open API service indexing awesome lists of open source software.

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

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