Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.221.240.14
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
tcpdump /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
atime.awk
529
B
-rw-r--r--
packetdat.awk
1.39
KB
-rw-r--r--
send-ack.awk
1.56
KB
-rw-r--r--
stime.awk
567
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : atime.awk
$6 ~ /^ack/ && $5 !~ /[SFR]/ { # given a tcpdump ftp trace, output one line for each ack # in the form # <ack time> <seq no> # where <ack time> is the time packet was acked (in seconds with # zero at time of first packet) and <seq no> is the tcp sequence # number of the ack divided by 1024 (i.e., Kbytes acked). # # convert time to seconds n = split ($1,t,":") tim = t[1]*3600 + t[2]*60 + t[3] if (! tzero) { tzero = tim OFS = "\t" } # get packet sequence number printf "%7.2f\t%g\n", tim-tzero, $7/1024 }
Close