Skip to content

Commit ab8886e

Browse files
committed
Updated payloads and addition of payload stubs
1 parent ebe57b9 commit ab8886e

File tree

65 files changed

+263
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+263
-2
lines changed

data/exploits/CVE-2017-17562/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build () {
66
CFLAGS=$3
77

88
echo "[*] Building for ${TARGET_SUFFIX}..."
9-
for type in {shellcode,system}
10-
do ${CC} ${CFLAGS} -Wall -fPIC -fno-stack-protector -Os goahead-cgi-${type}.c -s -shared -o goahead-cgi-${type}-${TARGET_SUFFIX}.so
9+
for type in {shellcode,system,reverse,bind}
10+
do ${CC} ${CFLAGS} -Wall -fPIC -fno-stack-protector -Os goahead-cgi-${type}.c -s -shared -o goahead-cgi-${type}-${TARGET_SUFFIX}.so
1111
done
1212
}
1313

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)