
Spaghetti is a web application security scanner tool. It is designed to find various default and insecure files, configurations and misconfigurations. Spaghetti is built on python2.7 and can run on any platform which has a Python environment.
Features of Spaghetti Tool –
- Server Detection (Apache, nginx ….)
- Frameworks (CakePHP, CherryPy, Django …)
- Firewall (Cloudflare, AWS, Barracuda, Varnish …)
- CMS (Drupal, Joomla, WordPress, Magento …..)
- OS (Linux, Unix, Windows …)
- Language (PHP, Ruby, Python, ASP …)
Installation of Spaghetti –
You can easily install Spaghetti tool from the Github repository by typing the following command:
Command: git clone https://github.com/m4ll0k/Spaghetti.git
After download, you need to install all the dependencies of this tool with the help of pip command.
Command: pip install -r doc/requirements.txt
If your all requirements are already satisfied then you can run Spaghetti by typing “python spaghetti.py -h” which shows a welcome screen in front of you.
To use Spaghetti, type “python spaghetti.py -u <Target> –scan[0-3]” or “python spaghetti.py –url <Target> –scan [0-3]”
- 15 Essential Windows Command Prompt Commands for Everyday Use
- Most Common DNS Record Types and Their Roles
- Top Skills Needed to Become a Cybersecurity Analyst
- Mastering Windows Management with WMIC Commands – Top 20 Examples
- Edit and Compile Code with the Best 5 Code Editors
- 50+ Top DevSecOps Tools You Need To Know
- Learn How to Add Proxy and Multiple Accounts in MoreLogin
- Some Useful PowerShell Cmdlets
- Create Free SSL Certificate – ZEROSSL.COM [2020 Tutorial]
- Generate Self-Signed SSL Certificate with OPENSSL in Kali Linux