-
Implémenter une technique de resolve autour de LLMNR pour les machines Windows. Cette technique va permettre notamment de récupérer un hostname. Il est aussi possible de récupérer d'autres information…
-
Hi,
I successfully connected a camera to the Tuya Smart Life App. Now I also want to access the camera image from within python. When using `tinytuya scan` the camera is successfully detected. But n…
-
Reporting this issue on behalf of the Gentoo licenses team. It has been brought to our attention that nmap-7.90 and later is distributed under updated license terms. We see several clauses in version …
-
A feature that would be nice to have would be to pull out the CN and any SANs from SSL certs and present them in the info box, possibly as links. This would help find sites where there is no default v…
-
If OpenSSL supports SSLv2, then Nsock tries to use a SSLv2-compatible handshake first, and if that fails, it closes the socket, reopens it, and restarts the handshake with SSL_OP_NO_SSLv2. This breaks…
-
Could you perhaps add a tab for the nmap output like in zAnti?
ghost updated
9 years ago
-
Implémenter fonctionnalité de scan DHCP. Permet notamment d'extraire les champs :
- Type d'OS.
- Vendor ID.
Il serait intéressant de regarder ce qu'on pourrait faire avec ce genre d'informati…
-
I find that sometimes devices with ICMP firewalled are not found to be live (obviously) by phpIPAM, is it possible to have NMAP added as an option to scan with, typically, I run nmap with -Pn -T4 spec…
-
nmap/scripts/http-vuln-cve2017-5689.nse
Script returns that an ssl port for the vulnerability is "NOT VULNERABLE" when it should be VULNERABLE as the bypass can be manually performed using a web brow…
-
Nsock currently ignores source port binding errors, leaving the consuming code blind to the fact that the connected socket is not using the chosen port. As you can see from the code of `mksock_bind_ad…