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
- Host: GitHub
- URL: https://github.com/cryptix720/hawkx
- Owner: Cryptix720
- License: mit
- Created: 2016-11-08T11:16:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T11:18:10.000Z (over 9 years ago)
- Last Synced: 2025-06-01T20:57:26.481Z (about 1 year ago)
- Language: C
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme
- License: LICENSE
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