Skip to content
#

nmap

Here are 683 public repositories matching this topic...

fyodor
fyodor commented Mar 16, 2021

Right now, whenever Zenmap crashes, it gives the user a stack trace and asks the user to send it to the Nmap dev list. So we get a flood of emails (most of which aren't even allowed through moderation) which often contain just a stack trace with no subject line or any explanatory text in the message body. Lots of these are for well known issues in older versions of Zenmap. So it's not very usef

RustScan
bee-san
bee-san commented Oct 18, 2020

RustScan has an accessible mode, rustscan --accessible which should promise not to have any weird ASCII text in it.

Write CI that runs RustScan with --accessible a few times, with different flags / options and check the terminal output to see if it contains one of these:

  1. [!]
  2. [~]
  3. [>]
  4. | {}

If any of these characters appear in any of the tests, fail the CI. E

storenth
storenth commented Jan 8, 2022

There are few scenarios I tested before filed this issue.
Let's dive into most expected.
Steps to reproduce:

  1. Create custom module called ffuf-hostpath-lfi, note -mr param
[{
        "command":"/home/op/go/bin/ffuf -u HOSTPATH -w input:PATH -w _wordlist_:HOST -mr \"admin|root|info\" -of csv -o output",
        "wordlist":"/home/op/lists/seclists/Discovery/Web-Content/big.txt",
ivre

A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.

  • Updated Jul 6, 2020
  • Python

Dracnmap is an open source program which is using to exploit the network and gathering information with nmap help. Nmap command comes with lots of options that can make the utility more robust and difficult to follow for new users. Hence Dracnmap is designed to perform fast scaning with the utilizing script engine of nmap and nmap can perform various automatic scanning techniques with the advanced commands.

  • Updated Jan 23, 2018
  • Shell

Improve this page

Add a description, image, and links to the nmap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nmap topic, visit your repo's landing page and select "manage topics."

Learn more