From 766d017e6e2891c1e54259965f0f24c63c55487a Mon Sep 17 00:00:00 2001 From: Jack Ren Date: Wed, 19 Jan 2022 20:45:17 +0800 Subject: [PATCH] Renamed --- .../onepunch/answer.py | 0 .../onepunch/onepunch | Bin .../onepunch/onepunch.i64 | Bin {canary => Canary}/djCTF-1/answer.py | 0 {canary => Canary}/djCTF-1/compile.sh | 0 {canary => Canary}/djCTF-1/djctf1 | Bin {canary => Canary}/djCTF-1/djctf1.c | 0 {canary => Canary}/pwn100/answer.py | 0 {canary => Canary}/pwn100/pwns | Bin {canary => Canary}/pwn100/test.py | 0 {canary => Canary}/pwn100/test.txt | 0 {canary => Canary}/smash-the-stack/answer.py | 0 {canary => Canary}/smash-the-stack/flag | 0 {canary => Canary}/smash-the-stack/smash-the-stack | Bin {format-string => FormatString}/echo/answer_echo.py | 0 {format-string => FormatString}/echo/echo | Bin {format-string => FormatString}/echo/test_echo.py | 0 {format-string => FormatString}/echo/test_echo.txt | 0 {format-string => FormatString}/notepad/answer.py | 0 {format-string => FormatString}/notepad/notepad | Bin {format-string => FormatString}/notepad/notepad.idb | Bin {format-string => FormatString}/notepad/testMalloc | Bin .../notepad/testMalloc.c | 0 {format-string => FormatString}/pwn200/answer.py | 0 {format-string => FormatString}/pwn200/pwne | Bin {full-protection => FullProtection}/stack/answer.py | 0 {full-protection => FullProtection}/stack/stack | Bin {nx => NX}/rop/answer.py | 0 {nx => NX}/rop/rop | Bin {nx => NX}/rop2/answer.py | 0 {nx => NX}/rop2/poc.txt | Bin {nx => NX}/rop2/rop2 | Bin {stackoverflow => StackOverflow}/ASLR/answer.py | 0 {stackoverflow => StackOverflow}/ASLR/toooomuch | Bin .../no-protection/answer.py | 0 .../no-protection/compile.sh | 0 .../no-protection/hello | Bin .../no-protection/hello.c | 0 .../no-protection/payload.txt | Bin {vsyscall => VSyscall}/vul64/answer.py | 0 {vsyscall => VSyscall}/vul64/vul64 | Bin 41 files changed, 0 insertions(+), 0 deletions(-) rename {arbitrary-write => ArbitraryWrite}/onepunch/answer.py (100%) rename {arbitrary-write => ArbitraryWrite}/onepunch/onepunch (100%) rename {arbitrary-write => ArbitraryWrite}/onepunch/onepunch.i64 (100%) rename {canary => Canary}/djCTF-1/answer.py (100%) rename {canary => Canary}/djCTF-1/compile.sh (100%) rename {canary => Canary}/djCTF-1/djctf1 (100%) rename {canary => Canary}/djCTF-1/djctf1.c (100%) rename {canary => Canary}/pwn100/answer.py (100%) rename {canary => Canary}/pwn100/pwns (100%) rename {canary => Canary}/pwn100/test.py (100%) rename {canary => Canary}/pwn100/test.txt (100%) rename {canary => Canary}/smash-the-stack/answer.py (100%) rename {canary => Canary}/smash-the-stack/flag (100%) rename {canary => Canary}/smash-the-stack/smash-the-stack (100%) rename {format-string => FormatString}/echo/answer_echo.py (100%) rename {format-string => FormatString}/echo/echo (100%) rename {format-string => FormatString}/echo/test_echo.py (100%) rename {format-string => FormatString}/echo/test_echo.txt (100%) rename {format-string => FormatString}/notepad/answer.py (100%) rename {format-string => FormatString}/notepad/notepad (100%) rename {format-string => FormatString}/notepad/notepad.idb (100%) rename {format-string => FormatString}/notepad/testMalloc (100%) rename {format-string => FormatString}/notepad/testMalloc.c (100%) rename {format-string => FormatString}/pwn200/answer.py (100%) rename {format-string => FormatString}/pwn200/pwne (100%) rename {full-protection => FullProtection}/stack/answer.py (100%) rename {full-protection => FullProtection}/stack/stack (100%) rename {nx => NX}/rop/answer.py (100%) rename {nx => NX}/rop/rop (100%) rename {nx => NX}/rop2/answer.py (100%) rename {nx => NX}/rop2/poc.txt (100%) rename {nx => NX}/rop2/rop2 (100%) rename {stackoverflow => StackOverflow}/ASLR/answer.py (100%) rename {stackoverflow => StackOverflow}/ASLR/toooomuch (100%) rename {stackoverflow => StackOverflow}/no-protection/answer.py (100%) rename {stackoverflow => StackOverflow}/no-protection/compile.sh (100%) rename {stackoverflow => StackOverflow}/no-protection/hello (100%) rename {stackoverflow => StackOverflow}/no-protection/hello.c (100%) rename {stackoverflow => StackOverflow}/no-protection/payload.txt (100%) rename {vsyscall => VSyscall}/vul64/answer.py (100%) rename {vsyscall => VSyscall}/vul64/vul64 (100%) diff --git a/arbitrary-write/onepunch/answer.py b/ArbitraryWrite/onepunch/answer.py similarity index 100% rename from arbitrary-write/onepunch/answer.py rename to ArbitraryWrite/onepunch/answer.py diff --git a/arbitrary-write/onepunch/onepunch b/ArbitraryWrite/onepunch/onepunch similarity index 100% rename from arbitrary-write/onepunch/onepunch rename to ArbitraryWrite/onepunch/onepunch diff --git a/arbitrary-write/onepunch/onepunch.i64 b/ArbitraryWrite/onepunch/onepunch.i64 similarity index 100% rename from arbitrary-write/onepunch/onepunch.i64 rename to ArbitraryWrite/onepunch/onepunch.i64 diff --git a/canary/djCTF-1/answer.py b/Canary/djCTF-1/answer.py similarity index 100% rename from canary/djCTF-1/answer.py rename to Canary/djCTF-1/answer.py diff --git a/canary/djCTF-1/compile.sh b/Canary/djCTF-1/compile.sh similarity index 100% rename from canary/djCTF-1/compile.sh rename to Canary/djCTF-1/compile.sh diff --git a/canary/djCTF-1/djctf1 b/Canary/djCTF-1/djctf1 similarity index 100% rename from canary/djCTF-1/djctf1 rename to Canary/djCTF-1/djctf1 diff --git a/canary/djCTF-1/djctf1.c b/Canary/djCTF-1/djctf1.c similarity index 100% rename from canary/djCTF-1/djctf1.c rename to Canary/djCTF-1/djctf1.c diff --git a/canary/pwn100/answer.py b/Canary/pwn100/answer.py similarity index 100% rename from canary/pwn100/answer.py rename to Canary/pwn100/answer.py diff --git a/canary/pwn100/pwns b/Canary/pwn100/pwns similarity index 100% rename from canary/pwn100/pwns rename to Canary/pwn100/pwns diff --git a/canary/pwn100/test.py b/Canary/pwn100/test.py similarity index 100% rename from canary/pwn100/test.py rename to Canary/pwn100/test.py diff --git a/canary/pwn100/test.txt b/Canary/pwn100/test.txt similarity index 100% rename from canary/pwn100/test.txt rename to Canary/pwn100/test.txt diff --git a/canary/smash-the-stack/answer.py b/Canary/smash-the-stack/answer.py similarity index 100% rename from canary/smash-the-stack/answer.py rename to Canary/smash-the-stack/answer.py diff --git a/canary/smash-the-stack/flag b/Canary/smash-the-stack/flag similarity index 100% rename from canary/smash-the-stack/flag rename to Canary/smash-the-stack/flag diff --git a/canary/smash-the-stack/smash-the-stack b/Canary/smash-the-stack/smash-the-stack similarity index 100% rename from canary/smash-the-stack/smash-the-stack rename to Canary/smash-the-stack/smash-the-stack diff --git a/format-string/echo/answer_echo.py b/FormatString/echo/answer_echo.py similarity index 100% rename from format-string/echo/answer_echo.py rename to FormatString/echo/answer_echo.py diff --git a/format-string/echo/echo b/FormatString/echo/echo similarity index 100% rename from format-string/echo/echo rename to FormatString/echo/echo diff --git a/format-string/echo/test_echo.py b/FormatString/echo/test_echo.py similarity index 100% rename from format-string/echo/test_echo.py rename to FormatString/echo/test_echo.py diff --git a/format-string/echo/test_echo.txt b/FormatString/echo/test_echo.txt similarity index 100% rename from format-string/echo/test_echo.txt rename to FormatString/echo/test_echo.txt diff --git a/format-string/notepad/answer.py b/FormatString/notepad/answer.py similarity index 100% rename from format-string/notepad/answer.py rename to FormatString/notepad/answer.py diff --git a/format-string/notepad/notepad b/FormatString/notepad/notepad similarity index 100% rename from format-string/notepad/notepad rename to FormatString/notepad/notepad diff --git a/format-string/notepad/notepad.idb b/FormatString/notepad/notepad.idb similarity index 100% rename from format-string/notepad/notepad.idb rename to FormatString/notepad/notepad.idb diff --git a/format-string/notepad/testMalloc b/FormatString/notepad/testMalloc similarity index 100% rename from format-string/notepad/testMalloc rename to FormatString/notepad/testMalloc diff --git a/format-string/notepad/testMalloc.c b/FormatString/notepad/testMalloc.c similarity index 100% rename from format-string/notepad/testMalloc.c rename to FormatString/notepad/testMalloc.c diff --git a/format-string/pwn200/answer.py b/FormatString/pwn200/answer.py similarity index 100% rename from format-string/pwn200/answer.py rename to FormatString/pwn200/answer.py diff --git a/format-string/pwn200/pwne b/FormatString/pwn200/pwne similarity index 100% rename from format-string/pwn200/pwne rename to FormatString/pwn200/pwne diff --git a/full-protection/stack/answer.py b/FullProtection/stack/answer.py similarity index 100% rename from full-protection/stack/answer.py rename to FullProtection/stack/answer.py diff --git a/full-protection/stack/stack b/FullProtection/stack/stack similarity index 100% rename from full-protection/stack/stack rename to FullProtection/stack/stack diff --git a/nx/rop/answer.py b/NX/rop/answer.py similarity index 100% rename from nx/rop/answer.py rename to NX/rop/answer.py diff --git a/nx/rop/rop b/NX/rop/rop similarity index 100% rename from nx/rop/rop rename to NX/rop/rop diff --git a/nx/rop2/answer.py b/NX/rop2/answer.py similarity index 100% rename from nx/rop2/answer.py rename to NX/rop2/answer.py diff --git a/nx/rop2/poc.txt b/NX/rop2/poc.txt similarity index 100% rename from nx/rop2/poc.txt rename to NX/rop2/poc.txt diff --git a/nx/rop2/rop2 b/NX/rop2/rop2 similarity index 100% rename from nx/rop2/rop2 rename to NX/rop2/rop2 diff --git a/stackoverflow/ASLR/answer.py b/StackOverflow/ASLR/answer.py similarity index 100% rename from stackoverflow/ASLR/answer.py rename to StackOverflow/ASLR/answer.py diff --git a/stackoverflow/ASLR/toooomuch b/StackOverflow/ASLR/toooomuch similarity index 100% rename from stackoverflow/ASLR/toooomuch rename to StackOverflow/ASLR/toooomuch diff --git a/stackoverflow/no-protection/answer.py b/StackOverflow/no-protection/answer.py similarity index 100% rename from stackoverflow/no-protection/answer.py rename to StackOverflow/no-protection/answer.py diff --git a/stackoverflow/no-protection/compile.sh b/StackOverflow/no-protection/compile.sh similarity index 100% rename from stackoverflow/no-protection/compile.sh rename to StackOverflow/no-protection/compile.sh diff --git a/stackoverflow/no-protection/hello b/StackOverflow/no-protection/hello similarity index 100% rename from stackoverflow/no-protection/hello rename to StackOverflow/no-protection/hello diff --git a/stackoverflow/no-protection/hello.c b/StackOverflow/no-protection/hello.c similarity index 100% rename from stackoverflow/no-protection/hello.c rename to StackOverflow/no-protection/hello.c diff --git a/stackoverflow/no-protection/payload.txt b/StackOverflow/no-protection/payload.txt similarity index 100% rename from stackoverflow/no-protection/payload.txt rename to StackOverflow/no-protection/payload.txt diff --git a/vsyscall/vul64/answer.py b/VSyscall/vul64/answer.py similarity index 100% rename from vsyscall/vul64/answer.py rename to VSyscall/vul64/answer.py diff --git a/vsyscall/vul64/vul64 b/VSyscall/vul64/vul64 similarity index 100% rename from vsyscall/vul64/vul64 rename to VSyscall/vul64/vul64