Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
|
outils_reseau [2019/05/12 16:37] Xylitol |
outils_reseau [2019/06/14 09:07] (Version actuelle) M0N5T3R |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | FIXME Cette page est en court de rédaction, n'hésitez pas à y apporter votre contribution. | ||
| + | |||
| {{wireshark_icon.png?48}} **Wireshark** | {{wireshark_icon.png?48}} **Wireshark** | ||
| Ligne 16: | Ligne 18: | ||
| * Fast Software Audit 1.0.0 | * Fast Software Audit 1.0.0 | ||
| * BlueLife Hosts Editor 1.0 | * BlueLife Hosts Editor 1.0 | ||
| + | |||
| + | |||
| + | - [pypcap](http://code.google.com/p/pypcap/), | ||
| + | [Pcapy](http://oss.coresecurity.com/projects/pcapy.html) and | ||
| + | [pylibpcap](http://pylibpcap.sourceforge.net/): several different | ||
| + | Python bindings for libpcap | ||
| + | - [libdnet](http://code.google.com/p/libdnet/): low-level networking | ||
| + | routines, including interface lookup and Ethernet frame transmission | ||
| + | - [dpkt](https://github.com/kbandla/dpkt): fast, simple packet | ||
| + | creation/parsing, with definitions for the basic TCP/IP protocols | ||
| + | - [Impacket](http://oss.coresecurity.com/projects/impacket.html): | ||
| + | craft and decode network packets. Includes support for higher-level | ||
| + | protocols such as NMB and SMB | ||
| + | - [pynids](http://jon.oberheide.org/pynids/): libnids wrapper offering | ||
| + | sniffing, IP defragmentation, TCP stream reassembly and port scan | ||
| + | detection | ||
| + | - [Dirtbags py-pcap](http://dirtbags.net/py-pcap.html): read pcap | ||
| + | files without libpcap | ||
| + | - [flowgrep](http://monkey.org/~jose/software/flowgrep/): grep through | ||
| + | packet payloads using regular expressions | ||
| + | - [Knock Subdomain Scan](https://github.com/guelfoweb/knock), enumerate | ||
| + | subdomains on a target domain through a wordlist | ||
| + | - [SubBrute](https://github.com/TheRook/subbrute), fast subdomain | ||
| + | enumeration tool | ||
| + | - [Mallory](https://bitbucket.org/IntrepidusGroup/mallory), extensible | ||
| + | TCP/UDP man-in-the-middle proxy, supports modifying non-standard | ||
| + | protocols on the fly | ||
| + | - [Pytbull](http://pytbull.sourceforge.net/): flexible IDS/IPS testing | ||
| + | framework (shipped with more than 300 tests) | ||
| + | - [Spoodle](https://github.com/vjex/spoodle): A mass subdomain + poodle | ||
| + | vulnerability scanner | ||
| + | - [SMBMap](https://github.com/ShawnDEvans/smbmap): | ||
| + | enumerate Samba share drives across an entire domain | ||
| + | - [Habu](https://github.com/portantier/habu): | ||
| + | python network hacking toolkit | ||
| + | |||