nmap
nmap copied to clipboard
Nmap - the Network Mapper. Github mirror of official SVN repository.
The script is described as > Finds subdomains of a web server by querying Google's Certificate Transparency logs database (https://crt.sh). At the moment the script reports all hostname-like identities where...
On the latest version the progress bar it's not present on znmap.  and it is possible to restore it, it is a very convenient function
Hello, I am opening this PR to add support for AWS Libcrypto (AWS-LC - https://github.com/aws/aws-lc), an open-source cryptographic and ssl library. This PR attaches an `OPENSSL_IS_AWSLC` macro to an existing...
ReadFile returns the number of read bytes in a DWORD, i.e. unsigned long, not in an int. GCC 14 throws an incompatible pointer type error due to this, at least...
**Describe the bug** I have a system that seems to have SMBv1 enabled on TCP/139, but NOT enabled, or at least not identified, on TCP/445. If I scan both ports,...
while exploring SMTP enum lesson in HackTheBox I discovered a few scenarios 1. original smtp-enum script stopped processing a list of users on any error (see lines 341-341), which leads...
Hello. I implemented getting OS boottime information via TCP-stack. It has already implemented in well-known `hping3` tool. It works like a: ``` from scapy.all import * answer = sr1( IP(dst="8.8.8.8")/TCP(sport=12345,...
Hey all, First contribution. Adding a script to identify Calibre e-book web servers. It'll check for authz and attempt to enumerate how many books are available. Curious for any feedback.
**Describe the bug** Windows version of Zenmap does not properly respect OS DPI scaling setting in Win11 (and likely earlier versions of Windows). **To Reproduce** * Open Windows **Settings** >...
**Describe the current behavior** An AccessPoint with a fixed IP behind a Powerline device which services wifi devices correctly does not show up on an nmap scan. A Windows PC...