Red Team Arsenal is a web/network security scanner which has the capability to scan all company’s online facing assets and provide an holistic security view of any security anomalies. It’s a closely linked collections of security engines to conduct/simulate attacks and monitor public facing assets for anomalies and leaks.
It’s an intelligent scanner detecting security anomalies in all layer 7 assets and gives a detailed report with integration support with nessus. As companies continue to expand their footprint on INTERNET via various acquisitions and geographical expansions, human driven security engineering is not scalable, hence, companies need feedback driven automated systems to stay put.
Prerequisites:
+ Python 2.7.x
+ MongoDB https://docs.mongodb.com/manual/installation
+ Nessus community edition https://www.tenable.com/downloads/nessus
+ Twitter, github and Shodan API Key
Supported Platforms:
RTA has been tested both on Ubuntu/Debian (apt-get based distros) and as well as Mac OS. It should ideally work with any linux based distributions with mongo and python installed (install required python libraries from install/py_dependencies manually).
Use and Download:
git clone https://github.com/flipkart-incubator/RTA && cd RTA sudo python install/install.py Update the config file (present on the root directory of RTA) with Nessus URL, username and password. Example: python rta.py --url "0daylabs.com" -v -s
Click to Open Code Editor