Wapiti - Web Vulnerability Scanner

Tr0jan_Horse

Moderator
Staff member
MODERATOR
ULTIMATE
PREMIUM
MEMBER
Joined
Oct 23, 2024
Messages
304
Reaction score
8,792
Deposit
0$

Wapiti
1747695483059.png

A tool for testing the security of web applications. It helps to identify vulnerabilities such as SQL injection, XSS, LFI, RFI, authentication and privacy issues. Generates reports in HTML, XML, and JSON formats.

How it works

Wapiti works as a "black-box" vulnerability scanner, that means it won'tstudy the source code of web applications but will work like a fuzzer,scanning the pages of the deployed web application, extracting links andforms and attacking the scripts, sending payloads and looking for errormessages, special strings or abnormal behaviors.

General features

  • Generates vulnerability reports in various formats (HTML, XML, JSON, TXT, CSV).
  • Can suspend and resume a scan or an attack (session mechanism using sqlite3 databases).
  • Can give you colors in the terminal to highlight vulnerabilities.
  • Different levels of verbosity.
  • Fast and easy way to activate/deactivate attack modules.
  • Adding a payload can be as easy as adding a line to a text file.
  • Configurable number of concurrent tasks to perform HTTP requests.

Browsing features

  • Support HTTP, HTTPS and SOCKS5 proxies.
  • HTTP authentication on the target (Basic, Digest, NTLM)
  • Authentication by filling login forms.
  • Ability to restrain the scope of the scan (domain, folder, page, url).
  • Automatic removal of one or more parameters in URLs.
  • Multiple safeguards against scan endless-loops (for example, limit of values for a parameter).
  • Possibility to set the first URLs to explore (even if not in scope).
  • Can exclude some URLs of the scan and attacks (eg: logout URL).
  • Import cookies from your Chrome or Firefox browser or using the wapiti-getcookie tool.
  • Can activate / deactivate SSL certificates verification.
  • Extract URLs from Flash SWF files.
  • Try to extract URLs from javascript (very basic JS interpreter).
  • HTML5 aware (understand recent HTML tags).
  • Several options to control the crawler behavior and limits.
  • Skipping some parameter names during attack.
  • Setting a maximum time for the scan process.
  • Adding some custom HTTP headers or setting a custom User-Agent.
  • Using a Firefox headless browser for crawling
  • Loading your own python code for complicated authentication cases (see --form-script option)
  • Adding custom URL or PATH to update Wappalyzer database
  • Scan REST APIs given an OpenAPI (swagger) file

Supported attacks

  • SQL Injections (Error based, boolean based, time based) and XPath Injections
  • LDAP injections (Error based and boolean based)
  • Cross Site Scripting (XSS) reflected and permanent
  • File disclosure detection (local and remote include, require, fopen, readfile...)
  • Command Execution detection (eval(), system(), passtru()...)
  • XXE (Xml eXternal Entity) injection
  • CRLF Injection
  • Search for potentially dangerous files on the server (thank to the Nikto db)
  • Bypass of weak htaccess configurations
  • Search for copies (backup) of scripts on the server
  • Shellshock
  • Folder and file enumeration (DirBuster like)
  • Server Side Request Forgery (through use of an external Wapiti website)
  • Open Redirects
  • Detection of uncommon HTTP methods (like PUT)
  • Basic CSP Evaluator
  • Brute Force login form (using a dictionary list)
  • Checking HTTP security headers
  • Checking cookie security flags (secure and httponly flags)
  • Cross Site Request Forgery (CSRF) basic detection
  • Fingerprinting of web applications using the Wappalyzer database, gives related CVE information
  • Enumeration of CMS modules for Wordpress, Drupal, Joomla, SPIP, etc
  • Subdomain takeovers detection
  • Log4Shell (CVE-2021-44228) detection
  • Spring4Shell (CVE-2020-5398) detection
  • Check https redirections
  • Check for file upload vulnerabilities
  • Detection of network devices
  • Inject payloads inside JSON body too

Wapiti supports both GET and POST HTTP methods for attacks.It also supports multipart and can inject payloads in filenames (upload).Display a warning when an anomaly is found (for example 500 errors and timeouts)Makes the difference between permanent and reflected XSS vulnerabilities.

Download
 
Top Bottom