Skip to main content

Install Spaghetti - Web Application Security Scanner di Termux


Hay guys...
Kali ini gw bagiin tutorial install Spaghetti - Web Application Security Scanner di Termux

Fitur

- Fingerprints
- Server
- Web Frameworks (CakePHP,CherryPy,...)
- Web Application Firewall (Waf)
- Content Management System (CMS)
- Operating System (Linux,Unix,..)
- Language (PHP,Ruby,...)
- Cookie Security

- Discovery:

- Bruteforce
- Admin Interface
- Common Backdoors
- Common Backup Directory
- Common Backup File
- Common Directory
- Common File
- Log File

- Disclosure
- Emails
- Private IP
- Credit Cards

- Attacks
- HTML Injection
- SQL Injection
- LDAP Injection
- XPath Injection
- Cross Site Scripting (XSS)
- Remote File Inclusion (RFI)
- PHP Code Injection

- Other
- HTTP Allow Methods
- HTML Object
- Multiple Index
- Robots Paths
- Web Dav
- Cross Site Tracing (XST)
- PHPINFO
- .Listing

- Vulns
- ShellShock
- Anonymous Cipher (CVE-2007-1858)
- Crime (SPDY) (CVE-2012-4929)
- Struts-Shock
 

Cara install Spaghetti di Termux

   $ apt update && apt upgrade
   $ apt install git python python2
   $ git clone https://github.com/m4ll0k/Spaghetti.git
   $ cd Spaghetti
   $ pip2 install -r requirements.txt

Dan untuk menjalankannya cukup dengan mengetik

   $ python2 spaghetti.py

Sekian dari gw
Semoga bermanfaat ^_^
    

Comments