https://github.com/ivaylo-vasilev/webscanner
Web scanner for existing (and/or hidden) directories.
https://github.com/ivaylo-vasilev/webscanner
python web-scanner
Last synced: about 1 year ago
JSON representation
Web scanner for existing (and/or hidden) directories.
- Host: GitHub
- URL: https://github.com/ivaylo-vasilev/webscanner
- Owner: ivaylo-vasilev
- License: mit
- Created: 2025-02-11T00:45:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T01:00:04.000Z (about 1 year ago)
- Last Synced: 2025-03-14T02:24:56.297Z (about 1 year ago)
- Topics: python, web-scanner
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebScanner
Web scanner for existing (and/or hidden) directories.
---
**WebScanner** is a Python program intended to scan and discover existing and/or hidden directories (and web objects) on a web server using a wordlist file to perform a dictionary based enumeration.
Basically I created my own basic version of the popular [***DIRB***](https://dirb.sourceforge.net/) program.
**WebScanner** allows you to select your own (custom) *User-Agent*. Currently the program shows the result of the scanning only in the terminal window, but I am planning to add an option to export the result into a file.
*Example usage:*
`$python3 webscan.py URL -w `
*For all the available options:*
`$python3 webscan.py --help`
---
\**The wordlist files in the **wordlists** directory are from the wordlists included with **Kali Linux**.*