Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.49 KB

File metadata and controls

35 lines (21 loc) · 1.49 KB

Scapy   Scapy RED

Scapy RED unit tests

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.

Included commands

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.

Installation

pip install scapy-red

License

Scapy RED's code, tests and tools are licensed under GPL v2.