Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komodoooo/arb-tool
Old toolkit
https://github.com/komodoooo/arb-tool
directory-fuzzing dns-enumeration lookup portscanner proxy-generator ssl-checker url-scraper webserver-security
Last synced: about 5 hours ago
JSON representation
Old toolkit
- Host: GitHub
- URL: https://github.com/komodoooo/arb-tool
- Owner: komodoooo
- License: mit
- Created: 2021-06-21T07:46:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T19:17:01.000Z (about 1 year ago)
- Last Synced: 2023-11-14T20:28:00.494Z (about 1 year ago)
- Topics: directory-fuzzing, dns-enumeration, lookup, portscanner, proxy-generator, ssl-checker, url-scraper, webserver-security
- Language: Ruby
- Homepage:
- Size: 163 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARB
A toolkit written in ruby, since June 2021.I'm totally aware of how this project is useless but hey... commit farm.
Now i update it randomly moments, it was my first ruby project lol.
# Getting started
Clone the repository`git clone https://github.com/komodoooo/arb-tool`
Run setup.sh (with sudo privileges)
`chmod +x setup.sh && bash setup.sh`
if you cannot install the gem "bundle" try the package `ruby-bundler` in your OS package manager
## Usage
```
-l, --lookup : show informations about a host
-ps, --port-scan : check well known open ports on a host
-cs, --check-ssl : check SSL certificate
-d, --dnsenum : enumerate DNS
-s, --svrscan : scan possible webserver vulns (Apache/Nginx)
-f, --fuzzer : do directory fuzzing on a site
-lh, --links-hunt : show related links on a site
-px, --proxy-gen : scrape proxies from 3 different sources (http/ssl/socks4)
-h, --help : This
```## Dependencies
Ruby & Rubygems, see the [Gemfile](https://github.com/komodoooo/Arb-tool/blob/main/config/Gemfile)Version compatibility: _`2.7<=3.0`+_
**Tested on arch and debian based machines**