https://github.com/dreadlocked/webmaprb
Ruby web services mapper for large ranges enumeration.
https://github.com/dreadlocked/webmaprb
Last synced: about 1 year ago
JSON representation
Ruby web services mapper for large ranges enumeration.
- Host: GitHub
- URL: https://github.com/dreadlocked/webmaprb
- Owner: dreadlocked
- Created: 2019-09-09T11:26:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T16:01:41.000Z (over 6 years ago)
- Last Synced: 2025-01-21T05:27:49.899Z (over 1 year ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### WebmapRB
A simple but useful web services enumerator for large infrastructures. WebmapRB expects a list of domains or ips inside a file (they can be mixed and IPs can be in CIDR format).
#### Dependencies
1. Ruby, of course.
2. If you doesn't already have bundler installed ```gem install bundler```
3. ```bundle install``` (inside projects folder)
It's usually as simple as that, but if you have system library issues then try to do and repeat step 3:
```apt install build-essential libcurl3 libcurl3-gnutls libcurl4-openssl-dev libxml2-dev libxslt-dev```
#### Usage
```
Usage: webmap.rb -f example.ranges [options]
-f FILE_NAME Specifies the file name with domains and IPs deparated by new line.
--csv Extract all the information on CSV files.
--fast Scans just 80, 443 and 8080 ports
--threads INT Number of threads (Default: 30)
-t, --timeout INT Seconds for timeout (Default: 6)
-v A bit of verbosity
-h, --help Prints this help
```