Spaghetti
Tool and Usage
Project details
- License
- GPLv3
- Programming language
- Python
- Author
- Momo Outaadi
- Latest release
- 0.2.1 []
Project health
Why this tool?
Spaghetti is a light tool that can fingerprint and enumerate common locations in web applications. It is powerful in detection commonly used web frameworks and content management systems (CMS). This makes the tool useful as an additional scanner in your toolkit. From the defensive side, it is good to learn what information is leaked, so additional hardening can be applied.
Background information
Installation steps:
- virtualenv Spaghetti
- cd Spaghetti/bin
- source activate
- git clone ttps://github.com/m4ll0k/Spaghetti
- cd Spaghetti
- pip install --requirement requirements.txt
- python spaghetti.py -u https://example.org -s 0 --verbose
Usage and audience
Spaghetti is commonly used for penetration testing, vulnerability scanning, or vulnerability testing. Target users for this tool are pentesters and security professionals.
Tool review and remarks
The review and analysis of this project resulted in the following remarks for this security tool:
Strengths
- + The source code of this software is available
Installation
Supported operating systems
Spaghetti is known to work on Linux.
Spaghetti alternatives
Similar tools to Spaghetti:
Arachni
Web Application Security Scanner aimed towards helping users evaluate the security of web applications
CMSeeK
CMSeeK is a security scanner for content management systems (CMS) and used for security assessments. Read how it works in this review.
Wapiti
Wapiti is a security tool to perform vulnerability scans on web applications. It uses fuzzing to detect known and unknown paths, among other tests.
This tool page was updated at . Found an improvement? Help the community by submitting an update.
Related tool information
Categories
This tool is categorized as a web application scanner.