├── .gitignore ├── 404.html ├── Gemfile ├── README.md ├── _config.yml ├── assets └── images │ ├── 389414.svg │ ├── README.md │ └── Screencast-from-Tuesday-09-June-2020-02-32-32-IST-_online-video-cutter.com_.gif ├── index.md ├── info.md ├── leaders.md └── migrated_content.md /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__ 2 | env 3 | .vscode 4 | _site/ 5 | -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | title: 404 - Not Found 4 | layout: col-generic 5 | 6 | --- 7 | 8 |
9 |

10 |

WHOA THAT PAGE CANNOT BE FOUND

11 |

Try the SEARCH function in the main navigation to find something. If you are looking for chapter information, please see Chapters for the correct chapter. For information about OWASP projects see Projects. For common attacks, vulnerabilities, or information about other community-led contributions see Contributed Content.

12 | 13 |
14 |

If all else fails you can search our historical site.

15 |
16 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | group :jekyll_plugins do 3 | gem "github-pages" 4 | end -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # www-project-nettacker 2 | OWASP Foundation Web Respository 3 | 4 | 5 | This is a repo for the OWASP Nettacker webpage source. Visit the actual web page here: https://owasp.org/www-project-nettacker 6 | 7 | The OWASP Nettacker GitHub repo and source code can be found at: https://github.com/OWASP/Nettacker 8 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | remote_theme: "owasp/www--site-theme@main" 2 | plugins: 3 | - jekyll-include-cache-0.2.0 -------------------------------------------------------------------------------- /assets/images/389414.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | __________________ 291 | 292 | 293 | /__\\//\/____|__\ 294 | 295 | 296 | |||\\/\//\|(___||__)| 297 | 298 | 299 | ||||\\/\///\\\___\|___/ 300 | 301 | 302 | ||__||\/\/____\____)||Version0.0.1 303 | 304 | 305 | \____/\/\/_/\_\_____/|_|SAME 306 | 307 | 308 | _____ 309 | 310 | 311 | |\|||||||| 312 | 313 | 314 | github.com/zdresearch|\||___||_||_______||________ 315 | 316 | 317 | owasp.org|.`|/_\__|__/_`|/__||//_\'__| 318 | 319 | 320 | zdresearch.com||\|__/|_|||(_||(__|<__/| 321 | 322 | 323 | |_|\_|\___|\__|\__\__,_|\___|_|\_\___|_| 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | [+]Nettackerenginestarted... 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | [+]YouareusingthelatestversionofOWASPNettacker... 345 | 346 | 347 | [+]69modulesloaded... 348 | 349 | 350 | [+]target127.0.0.1submitted! 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | -------------------------------------------------------------------------------- /assets/images/README.md: -------------------------------------------------------------------------------- 1 | # placeholder 2 | 3 | Put images you wish to link to in this folder 4 | 5 | link would be in form /assets/images/ 6 | -------------------------------------------------------------------------------- /assets/images/Screencast-from-Tuesday-09-June-2020-02-32-32-IST-_online-video-cutter.com_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-nettacker/79fada9b5527a871d20064565ffc5b6264267ec2/assets/images/Screencast-from-Tuesday-09-June-2020-02-32-32-IST-_online-video-cutter.com_.gif -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | layout: col-sidebar 4 | title: OWASP Nettacker 5 | tags: nettacker 6 | level: 3 7 | type: tool 8 | pitch: OWASP Nettacker is an open source software in Python language which helps you to perform automated penetration testing and automated Information Gathering. 9 | 10 | --- 11 | OWASP Nettacker project was created to automate information gathering, vulnerability scanning and in general to aid penetration testing engagements. Nettacker is able to run various scans using a variety of methods and generate scan reports(in HTML/TXT/JSON/CSV format) for applications and networks, including discovering open ports, services, bugs, vulnerabilities, misconfigurations, default credentials, subdomains, etc. Nettacker can be run as a command-line utility (including running as a Docker container), API, Web GUI mode or as Maltego transforms. 12 | 13 | OWASP Nettacker is written in 100% Python and does not rely on launching any external tools. 14 | 15 | OWASP Nettacker can also help you find instances of critically vulnerable MOVEit Transfer, Citrix Netscaler, Ivanti ICS/EPMM/vTM/CSA services and other vulnerabilities in your network. 16 | 17 | **Latest Releases:** 18 | 19 | * [v0.4.0](https://github.com/OWASP/Nettacker/releases/tag/0.4.0): On September 27th, 2024 OWASP Nettacker [v0.4.0](https://github.com/OWASP/Nettacker/releases/tag/0.4.0) was released with major code refactoring, PyPI package, and new modules to scan for vulnerabilities and last patched dates in Ivanti CSA/vTM, Apache OFBiz, Confluence, TeamCity, also SSL/TLS weak cipher detection, scan comparison feature, new documentation site and other improvements 20 | * [v0.3.3](https://github.com/OWASP/Nettacker/releases/tag/0.3.3): On January 20th, 2024 OWASP Nettacker [v0.3.3](https://github.com/OWASP/Nettacker/releases/tag/0.3.3) was released with new modules to scan for the latest Ivanti ICS CVE-2023-46805 vulnerability, Ivanti EPMM CVE-2023-35082, WordPress POST SMTP plugin CVE-2023-6875 and modules to help you find unpatched Citrix Netscaler & Ivanti devices 21 | * [v0.3.2](https://github.com/OWASP/Nettacker/releases/tag/0.3.2): On October 31st, 2023 OWASP Nettacker [v0.3.2](https://github.com/OWASP/Nettacker/releases/tag/0.3.2) was released with new modules to scan networks for Critical vulnerabilities such as: Adobe Coldfusion CVE-2023-26360, Atlassian Confluence CVE-2023-22515 and Citrix Netscaler CVE-2023-4966 (aka "CitrixBleed") 22 | * [v0.3.1](https://github.com/OWASP/Nettacker/releases/tag/0.3.1) On July 5th, 2023 OWASP Nettacker [v0.3.1](https://github.com/OWASP/Nettacker/releases/tag/0.3.1) released with new modules to scan for MOVEit Transfer instances and the latest Citrix CVE-2023-24488: 23 | 24 | 25 | ### Documentation 26 | 27 | * [Installation](https://nettacker.readthedocs.io/en/latest/Installation/) 28 | * [Usage](https://nettacker.readthedocs.io/en/latest/Usage/) 29 | * [Documentation](https://nettacker.readthedocs.io/en/latest/Home/) 30 | * **[Read More](https://www.secologist.com/open-source-projects)** 31 | 32 | ### Code Repository 33 | 34 | * [OWASP Nettacker on GitHub](https://github.com/OWASP/Nettacker) 35 | 36 | ### Docker Images 37 | * [OWASP Nettacker Docker Images on DockerHub](https://hub.docker.com/r/owasp/nettacker/tags) 38 | 39 | ### Contributing 40 | * [Developers Guide](https://nettacker.readthedocs.io/en/latest/Developers/) 41 | 42 | ### Quick Demo - CLI 43 | 44 | [![asciicast](https://github.com/OWASP/www-project-nettacker/raw/master/assets/images/389414.svg)](https://asciinema.org/a/389414) 45 | 46 | ### Quick Demo - WebUI 47 | 48 | ![](https://github.com/OWASP/www-project-nettacker/raw/master/assets/images/Screencast-from-Tuesday-09-June-2020-02-32-32-IST-_online-video-cutter.com_.gif) 49 | -------------------------------------------------------------------------------- /info.md: -------------------------------------------------------------------------------- 1 | ## OWASP Nettacker 2 | 3 | ![](https://raw.githubusercontent.com/OWASP/Nettacker/master/nettacker/web/static/img/owasp-nettacker.png) 4 | 5 | #### Project Level 6 | 7 | * Lab 8 | 9 | #### Classification 10 | 11 | * Tool 12 | 13 | #### Audience 14 | * Breaker 15 | 16 | ### Downloads 17 | 18 | * [.ZIP file](https://github.com/OWASP/Nettacker/zipball/master) 19 | * [.tgz file](https://github.com/OWASP/Nettacker/tarball/master) 20 | 21 | ### Documentation 22 | 23 | * [Wiki](https://github.com/OWASP/Nettacker/wiki) 24 | * [Installation](https://github.com/OWASP/Nettacker/wiki/Installation) 25 | * [Usage](https://github.com/OWASP/Nettacker/wiki/Usage) 26 | 27 | ### Code Repository 28 | 29 | * [OWASP-Nettacker](https://github.com/OWASP/Nettacker/) 30 | 31 | ### Contributing 32 | * [Developers](https://github.com/OWASP/Nettacker/wiki/Developers) 33 | 34 | ### Events & Videos 35 | 36 | * [Events](https://github.com/OWASP/Nettacker/wiki/Events) 37 | * [Videos](https://github.com/OWASP/Nettacker/wiki/Media) 38 | 39 | ### Social Media 40 | 41 | * [Twitter @iotscan](https://twitter.com/iotscan) 42 | 43 | ### Community 44 | 45 | * [Slack Channel](https://owasp.slack.com/messages/project-nettacker) 46 | 47 | ### Change Logs 48 | 49 | * [master branch](https://github.com/OWASP/Nettacker/commits/master) 50 | 51 | ### Licensing 52 | 53 | [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0) 54 | 55 | -------------------------------------------------------------------------------- /leaders.md: -------------------------------------------------------------------------------- 1 | ### Leaders 2 | 3 | * [Ali Razmjoo Qalaei](mailto:ali.razmjoo@owasp.org) 4 | * [Arkadii Yakovets](mailto:arkadii.yakovets@owasp.org) 5 | * [Sam Stepanyan](mailto:sam.stepanyan@owasp.org) 6 | * [Sri Harsha Gajavalli](mailto:sriharsha.g@owasp.org) 7 | 8 | -------------------------------------------------------------------------------- /migrated_content.md: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | layout: col-sidebar 4 | title: OWASP Nettacker 5 | tags: example-tag 6 | level: 0 7 | type: tool 8 | 9 | --- 10 | 1. REDIRECT [OWASP Nettacker](https://wiki.owasp.org/index.php/OWASP_Nettacker) 11 | --------------------------------------------------------------------------------