Skip to content
Aman Gupta edited this page Aug 31, 2021 · 24 revisions

OWASP Nettacker

Wiki sections are visible in the sidebar (right).

OWASP Nettacker is an open source software in Python language which lets you automated penetration testing and automated Information Gathering. This software can be run on Windows/Linux/OSX under Python.

OWASP Nettacker

Introduction

OWASP Nettacker project is created to automate information gathering, vulnerability scanning and eventually generating a report for networks, including services, bugs, vulnerabilities, misconfigurations, and other information. The software, still under development, will eventually utilize TCP SYN, ACK, ICMP and many other protocols to detect and bypass firewall/IDS/IPS devices. It already contains a unique method for discovering protected services and devices such as SCADA. The planned combination of capabilities is expected to make OWASP Nettacker one of the most useful scanning tools available.

This project is compatible only with python3 3.x and tested on Linux.

Note: OWASP Nettacker no longer supports python 2.x. To use OWASP Nettacker on Windows, Mac OSX one can consume Docker image

Links