https://github.com/shellrow/wscan
Cross-platform web scan tool for content discovery and recon
https://github.com/shellrow/wscan
cli-app rust scanner security web
Last synced: about 1 year ago
JSON representation
Cross-platform web scan tool for content discovery and recon
- Host: GitHub
- URL: https://github.com/shellrow/wscan
- Owner: shellrow
- License: mit
- Created: 2021-04-17T14:14:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T06:33:24.000Z (over 4 years ago)
- Last Synced: 2025-02-02T10:33:40.501Z (over 1 year ago)
- Topics: cli-app, rust, scanner, security, web
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[webscan-url]: https://github.com/shellrow/webscan
# wscan
Cross-platform web scan tool for content discovery and recon
## Basic Usage
```
wscan 0.1.0
shellrow
Cross-platform web scan tool for content discovery and recon
USAGE:
wscan [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-u, --uri URI Scan - Ex: -u http://192.168.1.8/xvwa/ -w common.txt
-d, --domain Domain Scan - Ex: -d example.com -w subdomain.txt
-t, --timeout Set timeout in ms - Ex: -t 10000
-w, --word Use word list - Ex: -w common.txt
-m, --method Set HTTP request method for scanning
-s, --save Save scan result to file - Ex: -s result.txt
```
## Example
```
shellrow@MacBook-Pro wscan % wscan -u http://192.168.1.8/xvwa/ -w common.txt
wscan 0.1.0 macos
https://github.com/shellrow/wscan
Scan started at 2021-04-30 21:01:24.473873
-URI Scan Options---------------
Base URI: http://192.168.1.8/xvwa/
Word list: common.txt
--------------------------------
Scanning...Done
-Scan Reports-------------------
http://192.168.1.8/xvwa/.hta 403 Forbidden
http://192.168.1.8/xvwa/setup 500 Internal Server Error
http://192.168.1.8/xvwa/.htaccess 403 Forbidden
http://192.168.1.8/xvwa/fonts 200 OK
http://192.168.1.8/xvwa/index.php 500 Internal Server Error
http://192.168.1.8/xvwa/css 200 OK
http://192.168.1.8/xvwa/img 200 OK
http://192.168.1.8/xvwa/js 200 OK
http://192.168.1.8/xvwa/LICENSE 200 OK
http://192.168.1.8/xvwa/php.ini 200 OK
http://192.168.1.8/xvwa/.git/HEAD 200 OK
http://192.168.1.8/xvwa/.htpasswd 403 Forbidden
--------------------------------
Scan Time: 4.732139338s
```
## About webscan (lib)
Please check my [repository][webscan-url] for detail