Browsing tag

Scanner

Traxss – Automated XSS Vulnerability Scanner

  Automated Vulnerability Scanner for XSS | Written in Python3 | Utilizes Selenium Headless Traxss is an automated framework to scan URLs and webpages for XSS Vulnerabilities. It includes over 575 Payloads to test with and multiple options for robustness of tests. View the gif above to see a preview of the fastest type of […]

Syhunt Community – Web And Mobile Application Scanner

  Syhunt Community is a web and now mobile application security scanner. Syhunt is able to scan any kind of application source code for potential security vulnerabilities, pinpointing the exact lines of the code that need to be patched. Or you can simply enter a start URL and get detailed vulnerability information – Syhunt is […]

Important Features of Vulnerability Scanners

To identify vulnerabilities that can compromise your security, performance, or functionality, you need to have a vulnerability assessment in place. It is a method used by a qualified provider of your network, applications, systems, and data. It is a tool that is used to analyze your environment and identify any vulnerabilities such as unpatched systems, […]

XSStrike v3.0 – Most Advanced XSS Detection Suite

Why XSStrike? Every XSS scanner out there has a list of payloads, they inject the payloads and if the payload is reflected into the webpage, it is declared vulnerable but that’s just stupid. XSStrike on the other hand analyses the response with multiple parsers and then crafts payloads that are guaranteed to work. Here are […]

Nikto v2.1.6 – Web Server Scanner

Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 6700 potentially dangerous files/programs, checks for outdated versions of over 1250 servers, and version specific problems on over 270 servers. It also checks for server configuration items such as the presence of multiple index […]

OpenDoor – OWASP Directory Access Scanner

OpenDoor is an open-source software that scans the site directories and find all possible ways to login, empty directories and entry points. Scans conducted in the dictionary that is included in this application.   System Requirements: Python 2.7.x   sudo pip install -r requirements.txt   multithreading filesystem log detect redirects random user agent random proxy from […]

HellRaiser – Vulnerability Scanner

How to Install: Install ruby, bundler and rails. https://gorails.com/setup/ubuntu/16.04 Install redis-server and nmap. sudo apt-get update sudo apt-get install redis-server nmap   Clone HellRaiser repository, change to hellraiser web app directory and run bundle install. git clone https://github.com/m0nad/HellRaiser/ cd HellRaiser/hellraiser/ bundle install   How to Start: Start redis server. redis-server   Go to the hellraiser […]