├── LICENSE ├── README.md ├── beacon-simulator.py ├── python-scripts ├── tcp-client.py ├── tcp-server.py ├── udp-client.py └── udp-server.py ├── shell-scripts ├── beacon-simulator.sh └── simple-beacon.sh └── simple-listener.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/README.md -------------------------------------------------------------------------------- /beacon-simulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/beacon-simulator.py -------------------------------------------------------------------------------- /python-scripts/tcp-client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/python-scripts/tcp-client.py -------------------------------------------------------------------------------- /python-scripts/tcp-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/python-scripts/tcp-server.py -------------------------------------------------------------------------------- /python-scripts/udp-client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/python-scripts/udp-client.py -------------------------------------------------------------------------------- /python-scripts/udp-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/python-scripts/udp-server.py -------------------------------------------------------------------------------- /shell-scripts/beacon-simulator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/shell-scripts/beacon-simulator.sh -------------------------------------------------------------------------------- /shell-scripts/simple-beacon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/shell-scripts/simple-beacon.sh -------------------------------------------------------------------------------- /simple-listener.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/activecm/threat-tools/HEAD/simple-listener.sh --------------------------------------------------------------------------------