This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#IgorAndrade Eitest Finder | |
#Version 1.1 | |
#Run in a Screen for a better investigation | |
rm -rf /home/eitest.txt | |
while true | |
do | |
#SpamHaus Honeypot, it will help us to find the account source | |
hpot=$(echo 192.42.116.41) | |
#it will get the info about the proccess, more details take a look on lsof manual |