⛷️Sparta

Theory

SPARTA is a python GUI application which simplifies network infrastructure penetration testing by aiding the penetration tester in the scanning and enumeration phase. It allows the tester to save time by having point-and-click access to his toolkit and by displaying all tool output in a convenient way. If little time is spent setting up commands and tools, more time can be spent focusing on analysing results. Despite the automation capabilities, the commands and tools used are fully customisable as each tester has his own methods, habits and preferences.


Practical

Installation

sudo apt install python3-sqlalchemy python3-pyqt5 wkhtmltopdf

sudo apt-get install ldap-utils rwho rsh-client x11-apps finger

git clone https://github.com/secforce/sparta.git

cd sparta

# Run Sparta
python3 sparta.py

Screenshots


REFERENCES

Last updated