An open API service indexing awesome lists of open source software.

https://github.com/cryptix720/hawkx

Covert Channel Admin Tool
https://github.com/cryptix720/hawkx

Last synced: 9 months ago
JSON representation

Covert Channel Admin Tool

Awesome Lists containing this project

README

          

-------------------HAWKX------------------------

when it receives the PASSWORD over the UDP port defined it runs the command
in simsim.h processPacket().
currently runs iptables -I INPUT -s -j ACCEPT

to trigger the command to be run use the command;
echo | nc -u 192.168.0.1 22

# Allow established connections
iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT

#default drop rule
iptables -A INPUT -j DROP

To Do
---------
Stick UDP Port, Password & Command in Config File