This repository provides scripts and command line wrappers for Scapy. Some of those tools have a slightly more offensive purpose.
Note
To state the obvious, don't be evil and only use this in an authorized environment.
The following commands are included, and are unauthenticated:
scapy-dominfo
: return as much information as anonymously available by querying the rootDSE.scapy-smbscan
: scan for information using SMB. Reports whether signing is enabled, AD membership informations, etc.scapy-listips
: use DCOM's unauthenticated ServerAlive2 RPC to get the list of IPs and names of Windows machines
Some commands require authentication:
scapy-smbclient
: a wrapper around Scapy's smbclient.scapy-ldaphero
: a wrapper around Scapy's LDAPHero.
pip install scapy-red
Scapy RED's code, tests and tools are licensed under GPL v2.