diff --git a/access-control/run b/access-control/run index 803a8b6c..9c961623 100755 --- a/access-control/run +++ b/access-control/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import pathlib diff --git a/cryptography/aes-cbc-corrupt-resize/dispatcher b/cryptography/aes-cbc-corrupt-resize/dispatcher index 7fa6e370..6665c2d1 100755 --- a/cryptography/aes-cbc-corrupt-resize/dispatcher +++ b/cryptography/aes-cbc-corrupt-resize/dispatcher @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os diff --git a/cryptography/aes-cbc-corrupt-resize/worker b/cryptography/aes-cbc-corrupt-resize/worker index 3cb70353..a5d347c8 100755 --- a/cryptography/aes-cbc-corrupt-resize/worker +++ b/cryptography/aes-cbc-corrupt-resize/worker @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import unpad diff --git a/cryptography/aes-cbc-corrupt/dispatcher b/cryptography/aes-cbc-corrupt/dispatcher index 7fa6e370..6665c2d1 100755 --- a/cryptography/aes-cbc-corrupt/dispatcher +++ b/cryptography/aes-cbc-corrupt/dispatcher @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os diff --git a/cryptography/aes-cbc-corrupt/worker b/cryptography/aes-cbc-corrupt/worker index e3c7caa1..af73295c 100755 --- a/cryptography/aes-cbc-corrupt/worker +++ b/cryptography/aes-cbc-corrupt/worker @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import unpad diff --git a/cryptography/aes-cbc-poa-enc-nodispatch/worker b/cryptography/aes-cbc-poa-enc-nodispatch/worker index b2802688..204c5a06 100755 --- a/cryptography/aes-cbc-poa-enc-nodispatch/worker +++ b/cryptography/aes-cbc-poa-enc-nodispatch/worker @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import unpad diff --git a/cryptography/aes-cbc-poa-enc/dispatcher b/cryptography/aes-cbc-poa-enc/dispatcher index 7fa6e370..6665c2d1 100755 --- a/cryptography/aes-cbc-poa-enc/dispatcher +++ b/cryptography/aes-cbc-poa-enc/dispatcher @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os diff --git a/cryptography/aes-cbc-poa-enc/worker b/cryptography/aes-cbc-poa-enc/worker index b2802688..204c5a06 100755 --- a/cryptography/aes-cbc-poa-enc/worker +++ b/cryptography/aes-cbc-poa-enc/worker @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import unpad diff --git a/cryptography/aes-cbc-poa-fullblock/dispatcher b/cryptography/aes-cbc-poa-fullblock/dispatcher index 6cbab309..67f8ff9b 100755 --- a/cryptography/aes-cbc-poa-fullblock/dispatcher +++ b/cryptography/aes-cbc-poa-fullblock/dispatcher @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/aes-cbc-poa-fullblock/redeem b/cryptography/aes-cbc-poa-fullblock/redeem index 8b1bf540..f7796118 100755 --- a/cryptography/aes-cbc-poa-fullblock/redeem +++ b/cryptography/aes-cbc-poa-fullblock/redeem @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I if input("Password? ").strip() == open("/challenge/.pw").read().strip(): print("Victory! Your flag:") diff --git a/cryptography/aes-cbc-poa-fullblock/worker b/cryptography/aes-cbc-poa-fullblock/worker index 1a6dc30d..0fb7c522 100755 --- a/cryptography/aes-cbc-poa-fullblock/worker +++ b/cryptography/aes-cbc-poa-fullblock/worker @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import unpad diff --git a/cryptography/aes-cbc-poa-singleblock/dispatcher b/cryptography/aes-cbc-poa-singleblock/dispatcher index 6cbab309..67f8ff9b 100755 --- a/cryptography/aes-cbc-poa-singleblock/dispatcher +++ b/cryptography/aes-cbc-poa-singleblock/dispatcher @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/aes-cbc-poa-singleblock/redeem b/cryptography/aes-cbc-poa-singleblock/redeem index 8b1bf540..f7796118 100755 --- a/cryptography/aes-cbc-poa-singleblock/redeem +++ b/cryptography/aes-cbc-poa-singleblock/redeem @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I if input("Password? ").strip() == open("/challenge/.pw").read().strip(): print("Victory! Your flag:") diff --git a/cryptography/aes-cbc-poa-singleblock/worker b/cryptography/aes-cbc-poa-singleblock/worker index 1a6dc30d..0fb7c522 100755 --- a/cryptography/aes-cbc-poa-singleblock/worker +++ b/cryptography/aes-cbc-poa-singleblock/worker @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import unpad diff --git a/cryptography/aes-cbc-poa/dispatcher b/cryptography/aes-cbc-poa/dispatcher index 67a7b59c..09d1303b 100755 --- a/cryptography/aes-cbc-poa/dispatcher +++ b/cryptography/aes-cbc-poa/dispatcher @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/aes-cbc-poa/worker b/cryptography/aes-cbc-poa/worker index f54fb3d4..166a580c 100755 --- a/cryptography/aes-cbc-poa/worker +++ b/cryptography/aes-cbc-poa/worker @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import unpad diff --git a/cryptography/aes-cbc/run b/cryptography/aes-cbc/run index 3c54cd39..1df1b285 100755 --- a/cryptography/aes-cbc/run +++ b/cryptography/aes-cbc/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/ascii/run b/cryptography/ascii/run index 26170d14..7510f4ed 100644 --- a/cryptography/ascii/run +++ b/cryptography/ascii/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import string diff --git a/cryptography/cpa-http-boss/run b/cryptography/cpa-http-boss/run index 7675bc83..ea3725d4 100755 --- a/cryptography/cpa-http-boss/run +++ b/cryptography/cpa-http-boss/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from base64 import b64encode from Crypto.Cipher import AES diff --git a/cryptography/cpa-http-hex/run b/cryptography/cpa-http-hex/run index 9bd734e8..973db42c 100755 --- a/cryptography/cpa-http-hex/run +++ b/cryptography/cpa-http-hex/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/cpa-http/run b/cryptography/cpa-http/run index 7611da3b..115d4c8e 100755 --- a/cryptography/cpa-http/run +++ b/cryptography/cpa-http/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from base64 import b64encode, b64decode from Crypto.Cipher import AES diff --git a/cryptography/cpa-prefix-pad/run b/cryptography/cpa-prefix-pad/run index d0659a1f..e33084bf 100755 --- a/cryptography/cpa-prefix-pad/run +++ b/cryptography/cpa-prefix-pad/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/cpa-prefix/run b/cryptography/cpa-prefix/run index 0d537584..ba0d09d2 100755 --- a/cryptography/cpa-prefix/run +++ b/cryptography/cpa-prefix/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/cpa-suffix/run b/cryptography/cpa-suffix/run index 08b192ae..0c3d01e2 100755 --- a/cryptography/cpa-suffix/run +++ b/cryptography/cpa-suffix/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/cpa/run b/cryptography/cpa/run index 2a76511d..7758d87e 100755 --- a/cryptography/cpa/run +++ b/cryptography/cpa/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/dhke-aes/run b/cryptography/dhke-aes/run index 7eeacc54..c3623510 100755 --- a/cryptography/dhke-aes/run +++ b/cryptography/dhke-aes/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import sys from Crypto.Cipher import AES diff --git a/cryptography/hex/run b/cryptography/hex/run index 8c427fc7..2fb0c5e1 100755 --- a/cryptography/hex/run +++ b/cryptography/hex/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import sys diff --git a/cryptography/level-2/run b/cryptography/level-2/run index 2ce54008..f5231b21 100755 --- a/cryptography/level-2/run +++ b/cryptography/level-2/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Random import get_random_bytes from Crypto.Util.strxor import strxor diff --git a/cryptography/level-3/run b/cryptography/level-3/run index 869b4723..64a37b65 100755 --- a/cryptography/level-3/run +++ b/cryptography/level-3/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Random import get_random_bytes from Crypto.Util.strxor import strxor diff --git a/cryptography/level-4/run b/cryptography/level-4/run index 13785e18..6e29902d 100755 --- a/cryptography/level-4/run +++ b/cryptography/level-4/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/level-5/run b/cryptography/level-5/run index ced8f758..2c3611fc 100755 --- a/cryptography/level-5/run +++ b/cryptography/level-5/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Cipher import AES from Crypto.Util.Padding import pad diff --git a/cryptography/level-6/run b/cryptography/level-6/run index fbd9a689..3ee4bd2f 100755 --- a/cryptography/level-6/run +++ b/cryptography/level-6/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import sys from Crypto.Random.random import getrandbits diff --git a/cryptography/level-7/run b/cryptography/level-7/run index 9530b362..b296fd64 100755 --- a/cryptography/level-7/run +++ b/cryptography/level-7/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.PublicKey import RSA diff --git a/cryptography/level-8/run b/cryptography/level-8/run index 87a4815b..645754ee 100755 --- a/cryptography/level-8/run +++ b/cryptography/level-8/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.PublicKey import RSA diff --git a/cryptography/level-9/run b/cryptography/level-9/run index 18175299..8ee9af6a 100755 --- a/cryptography/level-9/run +++ b/cryptography/level-9/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import hashlib diff --git a/cryptography/otp-tamper/dispatcher b/cryptography/otp-tamper/dispatcher index 254bd46d..d5e9b3d2 100755 --- a/cryptography/otp-tamper/dispatcher +++ b/cryptography/otp-tamper/dispatcher @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Util.strxor import strxor diff --git a/cryptography/otp-tamper/worker b/cryptography/otp-tamper/worker index e5bcb479..35dbf1ab 100755 --- a/cryptography/otp-tamper/worker +++ b/cryptography/otp-tamper/worker @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I from Crypto.Util.strxor import strxor diff --git a/cryptography/rsa-sig/dispatcher b/cryptography/rsa-sig/dispatcher index f48dc6b6..3afca248 100755 --- a/cryptography/rsa-sig/dispatcher +++ b/cryptography/rsa-sig/dispatcher @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import sys diff --git a/cryptography/rsa-sig/worker b/cryptography/rsa-sig/worker index ed87289f..acfeff5e 100755 --- a/cryptography/rsa-sig/worker +++ b/cryptography/rsa-sig/worker @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import sys diff --git a/cryptography/run b/cryptography/run index 85bcdca4..5f0be38c 100755 --- a/cryptography/run +++ b/cryptography/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import sys import string diff --git a/cryptography/strxor/run b/cryptography/strxor/run index b65d1753..8b3ae46a 100644 --- a/cryptography/strxor/run +++ b/cryptography/strxor/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import string diff --git a/cryptography/xor/run b/cryptography/xor/run index 0738edff..52b096f8 100755 --- a/cryptography/xor/run +++ b/cryptography/xor/run @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import sys diff --git a/integrated-security/decrypt-overflow-ecb-w/_0/dispatch b/integrated-security/decrypt-overflow-ecb-w/_0/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_0/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_0/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_1/dispatch b/integrated-security/decrypt-overflow-ecb-w/_1/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_1/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_1/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_10/dispatch b/integrated-security/decrypt-overflow-ecb-w/_10/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_10/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_10/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_11/dispatch b/integrated-security/decrypt-overflow-ecb-w/_11/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_11/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_11/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_12/dispatch b/integrated-security/decrypt-overflow-ecb-w/_12/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_12/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_12/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_13/dispatch b/integrated-security/decrypt-overflow-ecb-w/_13/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_13/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_13/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_14/dispatch b/integrated-security/decrypt-overflow-ecb-w/_14/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_14/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_14/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_15/dispatch b/integrated-security/decrypt-overflow-ecb-w/_15/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_15/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_15/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_2/dispatch b/integrated-security/decrypt-overflow-ecb-w/_2/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_2/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_2/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_3/dispatch b/integrated-security/decrypt-overflow-ecb-w/_3/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_3/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_3/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_4/dispatch b/integrated-security/decrypt-overflow-ecb-w/_4/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_4/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_4/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_5/dispatch b/integrated-security/decrypt-overflow-ecb-w/_5/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_5/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_5/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_6/dispatch b/integrated-security/decrypt-overflow-ecb-w/_6/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_6/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_6/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_7/dispatch b/integrated-security/decrypt-overflow-ecb-w/_7/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_7/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_7/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_8/dispatch b/integrated-security/decrypt-overflow-ecb-w/_8/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_8/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_8/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb-w/_9/dispatch b/integrated-security/decrypt-overflow-ecb-w/_9/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb-w/_9/dispatch +++ b/integrated-security/decrypt-overflow-ecb-w/_9/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_0/dispatch b/integrated-security/decrypt-overflow-ecb/_0/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_0/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_0/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_1/dispatch b/integrated-security/decrypt-overflow-ecb/_1/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_1/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_1/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_10/dispatch b/integrated-security/decrypt-overflow-ecb/_10/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_10/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_10/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_11/dispatch b/integrated-security/decrypt-overflow-ecb/_11/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_11/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_11/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_12/dispatch b/integrated-security/decrypt-overflow-ecb/_12/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_12/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_12/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_13/dispatch b/integrated-security/decrypt-overflow-ecb/_13/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_13/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_13/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_14/dispatch b/integrated-security/decrypt-overflow-ecb/_14/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_14/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_14/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_15/dispatch b/integrated-security/decrypt-overflow-ecb/_15/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_15/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_15/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_2/dispatch b/integrated-security/decrypt-overflow-ecb/_2/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_2/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_2/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_3/dispatch b/integrated-security/decrypt-overflow-ecb/_3/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_3/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_3/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_4/dispatch b/integrated-security/decrypt-overflow-ecb/_4/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_4/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_4/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_5/dispatch b/integrated-security/decrypt-overflow-ecb/_5/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_5/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_5/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_6/dispatch b/integrated-security/decrypt-overflow-ecb/_6/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_6/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_6/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_7/dispatch b/integrated-security/decrypt-overflow-ecb/_7/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_7/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_7/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_8/dispatch b/integrated-security/decrypt-overflow-ecb/_8/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_8/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_8/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-ecb/_9/dispatch b/integrated-security/decrypt-overflow-ecb/_9/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-ecb/_9/dispatch +++ b/integrated-security/decrypt-overflow-ecb/_9/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_0/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_0/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_0/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_0/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_1/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_1/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_1/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_1/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_10/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_10/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_10/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_10/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_11/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_11/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_11/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_11/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_12/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_12/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_12/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_12/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_13/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_13/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_13/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_13/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_14/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_14/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_14/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_14/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_15/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_15/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_15/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_15/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_2/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_2/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_2/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_2/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_3/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_3/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_3/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_3/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_4/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_4/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_4/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_4/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_5/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_5/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_5/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_5/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_6/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_6/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_6/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_6/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_7/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_7/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_7/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_7/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_8/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_8/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_8/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_8/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb-w/_9/dispatch b/integrated-security/decrypt-overflow-sc-ecb-w/_9/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb-w/_9/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb-w/_9/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_0/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_0/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_0/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_0/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_1/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_1/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_1/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_1/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_10/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_10/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_10/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_10/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_11/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_11/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_11/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_11/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_12/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_12/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_12/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_12/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_13/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_13/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_13/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_13/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_14/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_14/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_14/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_14/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_15/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_15/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_15/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_15/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_2/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_2/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_2/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_2/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_3/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_3/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_3/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_3/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_4/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_4/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_4/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_4/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_5/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_5/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_5/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_5/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_6/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_6/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_6/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_6/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_7/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_7/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_7/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_7/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_8/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_8/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_8/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_8/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/decrypt-overflow-sc-ecb/_9/dispatch b/integrated-security/decrypt-overflow-sc-ecb/_9/dispatch index 4a96cb83..bf1fa1d7 100755 --- a/integrated-security/decrypt-overflow-sc-ecb/_9/dispatch +++ b/integrated-security/decrypt-overflow-sc-ecb/_9/dispatch @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import Crypto import struct diff --git a/integrated-security/web-overflow-client/_0/victim b/integrated-security/web-overflow-client/_0/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_0/victim +++ b/integrated-security/web-overflow-client/_0/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_1/victim b/integrated-security/web-overflow-client/_1/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_1/victim +++ b/integrated-security/web-overflow-client/_1/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_10/victim b/integrated-security/web-overflow-client/_10/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_10/victim +++ b/integrated-security/web-overflow-client/_10/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_11/victim b/integrated-security/web-overflow-client/_11/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_11/victim +++ b/integrated-security/web-overflow-client/_11/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_12/victim b/integrated-security/web-overflow-client/_12/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_12/victim +++ b/integrated-security/web-overflow-client/_12/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_13/victim b/integrated-security/web-overflow-client/_13/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_13/victim +++ b/integrated-security/web-overflow-client/_13/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_14/victim b/integrated-security/web-overflow-client/_14/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_14/victim +++ b/integrated-security/web-overflow-client/_14/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_15/victim b/integrated-security/web-overflow-client/_15/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_15/victim +++ b/integrated-security/web-overflow-client/_15/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_2/victim b/integrated-security/web-overflow-client/_2/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_2/victim +++ b/integrated-security/web-overflow-client/_2/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_3/victim b/integrated-security/web-overflow-client/_3/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_3/victim +++ b/integrated-security/web-overflow-client/_3/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_4/victim b/integrated-security/web-overflow-client/_4/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_4/victim +++ b/integrated-security/web-overflow-client/_4/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_5/victim b/integrated-security/web-overflow-client/_5/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_5/victim +++ b/integrated-security/web-overflow-client/_5/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_6/victim b/integrated-security/web-overflow-client/_6/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_6/victim +++ b/integrated-security/web-overflow-client/_6/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_7/victim b/integrated-security/web-overflow-client/_7/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_7/victim +++ b/integrated-security/web-overflow-client/_7/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_8/victim b/integrated-security/web-overflow-client/_8/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_8/victim +++ b/integrated-security/web-overflow-client/_8/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/integrated-security/web-overflow-client/_9/victim b/integrated-security/web-overflow-client/_9/victim index 404ee1ce..a94833f1 100755 --- a/integrated-security/web-overflow-client/_9/victim +++ b/integrated-security/web-overflow-client/_9/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil diff --git a/reverse-engineering/cimg-animate/generate_flag_image b/reverse-engineering/cimg-animate/generate_flag_image index 3164438c..cf808a7f 100755 --- a/reverse-engineering/cimg-animate/generate_flag_image +++ b/reverse-engineering/cimg-animate/generate_flag_image @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import random diff --git a/reverse-engineering/cimg-ascii-python/_0/cimg b/reverse-engineering/cimg-ascii-python/_0/cimg index 20f78c79..86903ff7 100755 --- a/reverse-engineering/cimg-ascii-python/_0/cimg +++ b/reverse-engineering/cimg-ascii-python/_0/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_1/cimg b/reverse-engineering/cimg-ascii-python/_1/cimg index d0e17ced..91fcfcc6 100755 --- a/reverse-engineering/cimg-ascii-python/_1/cimg +++ b/reverse-engineering/cimg-ascii-python/_1/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_10/cimg b/reverse-engineering/cimg-ascii-python/_10/cimg index 40f36455..949a1d8f 100755 --- a/reverse-engineering/cimg-ascii-python/_10/cimg +++ b/reverse-engineering/cimg-ascii-python/_10/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_11/cimg b/reverse-engineering/cimg-ascii-python/_11/cimg index 66911062..f0820b2d 100755 --- a/reverse-engineering/cimg-ascii-python/_11/cimg +++ b/reverse-engineering/cimg-ascii-python/_11/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_12/cimg b/reverse-engineering/cimg-ascii-python/_12/cimg index 90dc1674..02441499 100755 --- a/reverse-engineering/cimg-ascii-python/_12/cimg +++ b/reverse-engineering/cimg-ascii-python/_12/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_13/cimg b/reverse-engineering/cimg-ascii-python/_13/cimg index 3e5b6e76..cbf92590 100755 --- a/reverse-engineering/cimg-ascii-python/_13/cimg +++ b/reverse-engineering/cimg-ascii-python/_13/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_14/cimg b/reverse-engineering/cimg-ascii-python/_14/cimg index 985ac1fe..8ad9496a 100755 --- a/reverse-engineering/cimg-ascii-python/_14/cimg +++ b/reverse-engineering/cimg-ascii-python/_14/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_15/cimg b/reverse-engineering/cimg-ascii-python/_15/cimg index 7d7ecf65..a1fe6b62 100755 --- a/reverse-engineering/cimg-ascii-python/_15/cimg +++ b/reverse-engineering/cimg-ascii-python/_15/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_2/cimg b/reverse-engineering/cimg-ascii-python/_2/cimg index 26da2bb9..58b45279 100755 --- a/reverse-engineering/cimg-ascii-python/_2/cimg +++ b/reverse-engineering/cimg-ascii-python/_2/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_3/cimg b/reverse-engineering/cimg-ascii-python/_3/cimg index d7769a10..32fdb65f 100755 --- a/reverse-engineering/cimg-ascii-python/_3/cimg +++ b/reverse-engineering/cimg-ascii-python/_3/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_4/cimg b/reverse-engineering/cimg-ascii-python/_4/cimg index 36c9def7..aa201a11 100755 --- a/reverse-engineering/cimg-ascii-python/_4/cimg +++ b/reverse-engineering/cimg-ascii-python/_4/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_5/cimg b/reverse-engineering/cimg-ascii-python/_5/cimg index 21113730..774f6be1 100755 --- a/reverse-engineering/cimg-ascii-python/_5/cimg +++ b/reverse-engineering/cimg-ascii-python/_5/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_6/cimg b/reverse-engineering/cimg-ascii-python/_6/cimg index 7424f10c..869cb717 100755 --- a/reverse-engineering/cimg-ascii-python/_6/cimg +++ b/reverse-engineering/cimg-ascii-python/_6/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_7/cimg b/reverse-engineering/cimg-ascii-python/_7/cimg index 64bddbe6..b3efc475 100755 --- a/reverse-engineering/cimg-ascii-python/_7/cimg +++ b/reverse-engineering/cimg-ascii-python/_7/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_8/cimg b/reverse-engineering/cimg-ascii-python/_8/cimg index a6066b39..8f8d55a1 100755 --- a/reverse-engineering/cimg-ascii-python/_8/cimg +++ b/reverse-engineering/cimg-ascii-python/_8/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-ascii-python/_9/cimg b/reverse-engineering/cimg-ascii-python/_9/cimg index 3c234ce2..f41f53ed 100755 --- a/reverse-engineering/cimg-ascii-python/_9/cimg +++ b/reverse-engineering/cimg-ascii-python/_9/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_0/cimg b/reverse-engineering/cimg-color-python/_0/cimg index 2b646eac..b0d4c7f0 100755 --- a/reverse-engineering/cimg-color-python/_0/cimg +++ b/reverse-engineering/cimg-color-python/_0/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_1/cimg b/reverse-engineering/cimg-color-python/_1/cimg index 32f72f33..82840832 100755 --- a/reverse-engineering/cimg-color-python/_1/cimg +++ b/reverse-engineering/cimg-color-python/_1/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_10/cimg b/reverse-engineering/cimg-color-python/_10/cimg index e9fb4ad1..f2ff87fc 100755 --- a/reverse-engineering/cimg-color-python/_10/cimg +++ b/reverse-engineering/cimg-color-python/_10/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_11/cimg b/reverse-engineering/cimg-color-python/_11/cimg index e058740f..5ec4ce28 100755 --- a/reverse-engineering/cimg-color-python/_11/cimg +++ b/reverse-engineering/cimg-color-python/_11/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_12/cimg b/reverse-engineering/cimg-color-python/_12/cimg index 87baa264..ca384b24 100755 --- a/reverse-engineering/cimg-color-python/_12/cimg +++ b/reverse-engineering/cimg-color-python/_12/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_13/cimg b/reverse-engineering/cimg-color-python/_13/cimg index 32c8db9f..c1879fc4 100755 --- a/reverse-engineering/cimg-color-python/_13/cimg +++ b/reverse-engineering/cimg-color-python/_13/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_14/cimg b/reverse-engineering/cimg-color-python/_14/cimg index 2aa730a3..0952173c 100755 --- a/reverse-engineering/cimg-color-python/_14/cimg +++ b/reverse-engineering/cimg-color-python/_14/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_15/cimg b/reverse-engineering/cimg-color-python/_15/cimg index b145f990..ca2d71c8 100755 --- a/reverse-engineering/cimg-color-python/_15/cimg +++ b/reverse-engineering/cimg-color-python/_15/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_2/cimg b/reverse-engineering/cimg-color-python/_2/cimg index df61e54f..31b729a5 100755 --- a/reverse-engineering/cimg-color-python/_2/cimg +++ b/reverse-engineering/cimg-color-python/_2/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_3/cimg b/reverse-engineering/cimg-color-python/_3/cimg index 3450a4b2..ec9501eb 100755 --- a/reverse-engineering/cimg-color-python/_3/cimg +++ b/reverse-engineering/cimg-color-python/_3/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_4/cimg b/reverse-engineering/cimg-color-python/_4/cimg index 45946735..e0b3f844 100755 --- a/reverse-engineering/cimg-color-python/_4/cimg +++ b/reverse-engineering/cimg-color-python/_4/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_5/cimg b/reverse-engineering/cimg-color-python/_5/cimg index cd361d65..0f1f5314 100755 --- a/reverse-engineering/cimg-color-python/_5/cimg +++ b/reverse-engineering/cimg-color-python/_5/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_6/cimg b/reverse-engineering/cimg-color-python/_6/cimg index df826364..c409d17f 100755 --- a/reverse-engineering/cimg-color-python/_6/cimg +++ b/reverse-engineering/cimg-color-python/_6/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_7/cimg b/reverse-engineering/cimg-color-python/_7/cimg index daf9a033..fd0a2dca 100755 --- a/reverse-engineering/cimg-color-python/_7/cimg +++ b/reverse-engineering/cimg-color-python/_7/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_8/cimg b/reverse-engineering/cimg-color-python/_8/cimg index 51a12b33..3564d316 100755 --- a/reverse-engineering/cimg-color-python/_8/cimg +++ b/reverse-engineering/cimg-color-python/_8/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-color-python/_9/cimg b/reverse-engineering/cimg-color-python/_9/cimg index ddd82664..b34319a1 100755 --- a/reverse-engineering/cimg-color-python/_9/cimg +++ b/reverse-engineering/cimg-color-python/_9/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_0/cimg b/reverse-engineering/cimg-dimensions-python/_0/cimg index 0736b777..a27896ce 100755 --- a/reverse-engineering/cimg-dimensions-python/_0/cimg +++ b/reverse-engineering/cimg-dimensions-python/_0/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_1/cimg b/reverse-engineering/cimg-dimensions-python/_1/cimg index 62f8128d..d3b589ba 100755 --- a/reverse-engineering/cimg-dimensions-python/_1/cimg +++ b/reverse-engineering/cimg-dimensions-python/_1/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_10/cimg b/reverse-engineering/cimg-dimensions-python/_10/cimg index 0c49c17c..d61a5458 100755 --- a/reverse-engineering/cimg-dimensions-python/_10/cimg +++ b/reverse-engineering/cimg-dimensions-python/_10/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_11/cimg b/reverse-engineering/cimg-dimensions-python/_11/cimg index 8662f419..c6ec4cdd 100755 --- a/reverse-engineering/cimg-dimensions-python/_11/cimg +++ b/reverse-engineering/cimg-dimensions-python/_11/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_12/cimg b/reverse-engineering/cimg-dimensions-python/_12/cimg index e73213b2..5eba743f 100755 --- a/reverse-engineering/cimg-dimensions-python/_12/cimg +++ b/reverse-engineering/cimg-dimensions-python/_12/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_13/cimg b/reverse-engineering/cimg-dimensions-python/_13/cimg index ece4e43e..f501653d 100755 --- a/reverse-engineering/cimg-dimensions-python/_13/cimg +++ b/reverse-engineering/cimg-dimensions-python/_13/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_14/cimg b/reverse-engineering/cimg-dimensions-python/_14/cimg index 41bf0bf2..5fbc59a4 100755 --- a/reverse-engineering/cimg-dimensions-python/_14/cimg +++ b/reverse-engineering/cimg-dimensions-python/_14/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_15/cimg b/reverse-engineering/cimg-dimensions-python/_15/cimg index cdec8d05..cda7d1f6 100755 --- a/reverse-engineering/cimg-dimensions-python/_15/cimg +++ b/reverse-engineering/cimg-dimensions-python/_15/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_2/cimg b/reverse-engineering/cimg-dimensions-python/_2/cimg index 1b9a8332..1d1f0f90 100755 --- a/reverse-engineering/cimg-dimensions-python/_2/cimg +++ b/reverse-engineering/cimg-dimensions-python/_2/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_3/cimg b/reverse-engineering/cimg-dimensions-python/_3/cimg index c1f07842..e5f95c03 100755 --- a/reverse-engineering/cimg-dimensions-python/_3/cimg +++ b/reverse-engineering/cimg-dimensions-python/_3/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_4/cimg b/reverse-engineering/cimg-dimensions-python/_4/cimg index b86a3c3a..038bcea4 100755 --- a/reverse-engineering/cimg-dimensions-python/_4/cimg +++ b/reverse-engineering/cimg-dimensions-python/_4/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_5/cimg b/reverse-engineering/cimg-dimensions-python/_5/cimg index 5ad08f4c..08f87ac2 100755 --- a/reverse-engineering/cimg-dimensions-python/_5/cimg +++ b/reverse-engineering/cimg-dimensions-python/_5/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_6/cimg b/reverse-engineering/cimg-dimensions-python/_6/cimg index 45992f28..f791b2a4 100755 --- a/reverse-engineering/cimg-dimensions-python/_6/cimg +++ b/reverse-engineering/cimg-dimensions-python/_6/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_7/cimg b/reverse-engineering/cimg-dimensions-python/_7/cimg index 2285204d..51470b52 100755 --- a/reverse-engineering/cimg-dimensions-python/_7/cimg +++ b/reverse-engineering/cimg-dimensions-python/_7/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_8/cimg b/reverse-engineering/cimg-dimensions-python/_8/cimg index 27956ba1..063bbb3c 100755 --- a/reverse-engineering/cimg-dimensions-python/_8/cimg +++ b/reverse-engineering/cimg-dimensions-python/_8/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-dimensions-python/_9/cimg b/reverse-engineering/cimg-dimensions-python/_9/cimg index abcb81db..7ea4f67f 100755 --- a/reverse-engineering/cimg-dimensions-python/_9/cimg +++ b/reverse-engineering/cimg-dimensions-python/_9/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_0/cimg b/reverse-engineering/cimg-display-python/_0/cimg index cf9dafde..37e348f4 100755 --- a/reverse-engineering/cimg-display-python/_0/cimg +++ b/reverse-engineering/cimg-display-python/_0/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_1/cimg b/reverse-engineering/cimg-display-python/_1/cimg index 8c90ccb3..d6265c2e 100755 --- a/reverse-engineering/cimg-display-python/_1/cimg +++ b/reverse-engineering/cimg-display-python/_1/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_10/cimg b/reverse-engineering/cimg-display-python/_10/cimg index 0b1ebbc1..20a5f927 100755 --- a/reverse-engineering/cimg-display-python/_10/cimg +++ b/reverse-engineering/cimg-display-python/_10/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_11/cimg b/reverse-engineering/cimg-display-python/_11/cimg index 04b47289..a6ce77b9 100755 --- a/reverse-engineering/cimg-display-python/_11/cimg +++ b/reverse-engineering/cimg-display-python/_11/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_12/cimg b/reverse-engineering/cimg-display-python/_12/cimg index f8c64dbf..08333028 100755 --- a/reverse-engineering/cimg-display-python/_12/cimg +++ b/reverse-engineering/cimg-display-python/_12/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_13/cimg b/reverse-engineering/cimg-display-python/_13/cimg index 4e302d36..35940ebe 100755 --- a/reverse-engineering/cimg-display-python/_13/cimg +++ b/reverse-engineering/cimg-display-python/_13/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_14/cimg b/reverse-engineering/cimg-display-python/_14/cimg index 1486af49..e613349e 100755 --- a/reverse-engineering/cimg-display-python/_14/cimg +++ b/reverse-engineering/cimg-display-python/_14/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_15/cimg b/reverse-engineering/cimg-display-python/_15/cimg index 6f65d6a2..d6815f18 100755 --- a/reverse-engineering/cimg-display-python/_15/cimg +++ b/reverse-engineering/cimg-display-python/_15/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_2/cimg b/reverse-engineering/cimg-display-python/_2/cimg index c0f15ca2..f39d4c11 100755 --- a/reverse-engineering/cimg-display-python/_2/cimg +++ b/reverse-engineering/cimg-display-python/_2/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_3/cimg b/reverse-engineering/cimg-display-python/_3/cimg index cf9dafde..37e348f4 100755 --- a/reverse-engineering/cimg-display-python/_3/cimg +++ b/reverse-engineering/cimg-display-python/_3/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_4/cimg b/reverse-engineering/cimg-display-python/_4/cimg index 71572f4e..6070647d 100755 --- a/reverse-engineering/cimg-display-python/_4/cimg +++ b/reverse-engineering/cimg-display-python/_4/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_5/cimg b/reverse-engineering/cimg-display-python/_5/cimg index 456b2ede..7aaf9ca4 100755 --- a/reverse-engineering/cimg-display-python/_5/cimg +++ b/reverse-engineering/cimg-display-python/_5/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_6/cimg b/reverse-engineering/cimg-display-python/_6/cimg index aba895f6..251a4844 100755 --- a/reverse-engineering/cimg-display-python/_6/cimg +++ b/reverse-engineering/cimg-display-python/_6/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_7/cimg b/reverse-engineering/cimg-display-python/_7/cimg index 9b55977f..7b06603e 100755 --- a/reverse-engineering/cimg-display-python/_7/cimg +++ b/reverse-engineering/cimg-display-python/_7/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_8/cimg b/reverse-engineering/cimg-display-python/_8/cimg index 0725130f..f56c93a2 100755 --- a/reverse-engineering/cimg-display-python/_8/cimg +++ b/reverse-engineering/cimg-display-python/_8/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-display-python/_9/cimg b/reverse-engineering/cimg-display-python/_9/cimg index 6c4f9e16..69f495f9 100755 --- a/reverse-engineering/cimg-display-python/_9/cimg +++ b/reverse-engineering/cimg-display-python/_9/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_0/cimg b/reverse-engineering/cimg-magic-int-python/_0/cimg index 863aef14..ddeb5c4a 100755 --- a/reverse-engineering/cimg-magic-int-python/_0/cimg +++ b/reverse-engineering/cimg-magic-int-python/_0/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_1/cimg b/reverse-engineering/cimg-magic-int-python/_1/cimg index f44a18b8..bd78bd69 100755 --- a/reverse-engineering/cimg-magic-int-python/_1/cimg +++ b/reverse-engineering/cimg-magic-int-python/_1/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_10/cimg b/reverse-engineering/cimg-magic-int-python/_10/cimg index 11628f1f..bcd74394 100755 --- a/reverse-engineering/cimg-magic-int-python/_10/cimg +++ b/reverse-engineering/cimg-magic-int-python/_10/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_11/cimg b/reverse-engineering/cimg-magic-int-python/_11/cimg index 7834da13..7513a41a 100755 --- a/reverse-engineering/cimg-magic-int-python/_11/cimg +++ b/reverse-engineering/cimg-magic-int-python/_11/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_12/cimg b/reverse-engineering/cimg-magic-int-python/_12/cimg index a2bc0247..9a9c7933 100755 --- a/reverse-engineering/cimg-magic-int-python/_12/cimg +++ b/reverse-engineering/cimg-magic-int-python/_12/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_13/cimg b/reverse-engineering/cimg-magic-int-python/_13/cimg index 25ef9e0f..492c5807 100755 --- a/reverse-engineering/cimg-magic-int-python/_13/cimg +++ b/reverse-engineering/cimg-magic-int-python/_13/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_14/cimg b/reverse-engineering/cimg-magic-int-python/_14/cimg index aab1039a..307dfd8f 100755 --- a/reverse-engineering/cimg-magic-int-python/_14/cimg +++ b/reverse-engineering/cimg-magic-int-python/_14/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_15/cimg b/reverse-engineering/cimg-magic-int-python/_15/cimg index fb6d7afa..db30011a 100755 --- a/reverse-engineering/cimg-magic-int-python/_15/cimg +++ b/reverse-engineering/cimg-magic-int-python/_15/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_2/cimg b/reverse-engineering/cimg-magic-int-python/_2/cimg index 60aefc2a..2da9c015 100755 --- a/reverse-engineering/cimg-magic-int-python/_2/cimg +++ b/reverse-engineering/cimg-magic-int-python/_2/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_3/cimg b/reverse-engineering/cimg-magic-int-python/_3/cimg index 4ac66986..ad1e0f31 100755 --- a/reverse-engineering/cimg-magic-int-python/_3/cimg +++ b/reverse-engineering/cimg-magic-int-python/_3/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_4/cimg b/reverse-engineering/cimg-magic-int-python/_4/cimg index 3751d071..9843125e 100755 --- a/reverse-engineering/cimg-magic-int-python/_4/cimg +++ b/reverse-engineering/cimg-magic-int-python/_4/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_5/cimg b/reverse-engineering/cimg-magic-int-python/_5/cimg index 4e959b9a..e1dfeb97 100755 --- a/reverse-engineering/cimg-magic-int-python/_5/cimg +++ b/reverse-engineering/cimg-magic-int-python/_5/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_6/cimg b/reverse-engineering/cimg-magic-int-python/_6/cimg index c802db07..1d935c0a 100755 --- a/reverse-engineering/cimg-magic-int-python/_6/cimg +++ b/reverse-engineering/cimg-magic-int-python/_6/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_7/cimg b/reverse-engineering/cimg-magic-int-python/_7/cimg index fb297dd1..23b1e71c 100755 --- a/reverse-engineering/cimg-magic-int-python/_7/cimg +++ b/reverse-engineering/cimg-magic-int-python/_7/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_8/cimg b/reverse-engineering/cimg-magic-int-python/_8/cimg index d4bf33ab..0fe144f3 100755 --- a/reverse-engineering/cimg-magic-int-python/_8/cimg +++ b/reverse-engineering/cimg-magic-int-python/_8/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-int-python/_9/cimg b/reverse-engineering/cimg-magic-int-python/_9/cimg index 499b6356..88c1c3bb 100755 --- a/reverse-engineering/cimg-magic-int-python/_9/cimg +++ b/reverse-engineering/cimg-magic-int-python/_9/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_0/cimg b/reverse-engineering/cimg-magic-number-python/_0/cimg index 5a0731bb..9aef59a6 100755 --- a/reverse-engineering/cimg-magic-number-python/_0/cimg +++ b/reverse-engineering/cimg-magic-number-python/_0/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_1/cimg b/reverse-engineering/cimg-magic-number-python/_1/cimg index bd5b155f..ce5be6a4 100755 --- a/reverse-engineering/cimg-magic-number-python/_1/cimg +++ b/reverse-engineering/cimg-magic-number-python/_1/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_10/cimg b/reverse-engineering/cimg-magic-number-python/_10/cimg index aa939223..b64375f8 100755 --- a/reverse-engineering/cimg-magic-number-python/_10/cimg +++ b/reverse-engineering/cimg-magic-number-python/_10/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_11/cimg b/reverse-engineering/cimg-magic-number-python/_11/cimg index 862a0737..a33af0e7 100755 --- a/reverse-engineering/cimg-magic-number-python/_11/cimg +++ b/reverse-engineering/cimg-magic-number-python/_11/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_12/cimg b/reverse-engineering/cimg-magic-number-python/_12/cimg index 3284f700..701c1720 100755 --- a/reverse-engineering/cimg-magic-number-python/_12/cimg +++ b/reverse-engineering/cimg-magic-number-python/_12/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_13/cimg b/reverse-engineering/cimg-magic-number-python/_13/cimg index 512c6281..8873db8f 100755 --- a/reverse-engineering/cimg-magic-number-python/_13/cimg +++ b/reverse-engineering/cimg-magic-number-python/_13/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_14/cimg b/reverse-engineering/cimg-magic-number-python/_14/cimg index c19ba8f9..1579eba3 100755 --- a/reverse-engineering/cimg-magic-number-python/_14/cimg +++ b/reverse-engineering/cimg-magic-number-python/_14/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_15/cimg b/reverse-engineering/cimg-magic-number-python/_15/cimg index 32c27308..97868b91 100755 --- a/reverse-engineering/cimg-magic-number-python/_15/cimg +++ b/reverse-engineering/cimg-magic-number-python/_15/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_2/cimg b/reverse-engineering/cimg-magic-number-python/_2/cimg index 8c1c9828..37d21c2d 100755 --- a/reverse-engineering/cimg-magic-number-python/_2/cimg +++ b/reverse-engineering/cimg-magic-number-python/_2/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_3/cimg b/reverse-engineering/cimg-magic-number-python/_3/cimg index 5afb7bc6..25db0311 100755 --- a/reverse-engineering/cimg-magic-number-python/_3/cimg +++ b/reverse-engineering/cimg-magic-number-python/_3/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_4/cimg b/reverse-engineering/cimg-magic-number-python/_4/cimg index 7e5f70fa..64ac1611 100755 --- a/reverse-engineering/cimg-magic-number-python/_4/cimg +++ b/reverse-engineering/cimg-magic-number-python/_4/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_5/cimg b/reverse-engineering/cimg-magic-number-python/_5/cimg index 80f20e80..bec7e90b 100755 --- a/reverse-engineering/cimg-magic-number-python/_5/cimg +++ b/reverse-engineering/cimg-magic-number-python/_5/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_6/cimg b/reverse-engineering/cimg-magic-number-python/_6/cimg index 1ace01bf..701e3492 100755 --- a/reverse-engineering/cimg-magic-number-python/_6/cimg +++ b/reverse-engineering/cimg-magic-number-python/_6/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_7/cimg b/reverse-engineering/cimg-magic-number-python/_7/cimg index bc6498b6..1642dd84 100755 --- a/reverse-engineering/cimg-magic-number-python/_7/cimg +++ b/reverse-engineering/cimg-magic-number-python/_7/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_8/cimg b/reverse-engineering/cimg-magic-number-python/_8/cimg index 71de576b..d8530f8c 100755 --- a/reverse-engineering/cimg-magic-number-python/_8/cimg +++ b/reverse-engineering/cimg-magic-number-python/_8/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-magic-number-python/_9/cimg b/reverse-engineering/cimg-magic-number-python/_9/cimg index cd8a6134..6e48a2a8 100755 --- a/reverse-engineering/cimg-magic-number-python/_9/cimg +++ b/reverse-engineering/cimg-magic-number-python/_9/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-patch-oneline/generate_flag_image b/reverse-engineering/cimg-patch-oneline/generate_flag_image index 52ff8dab..36ccc21f 100755 --- a/reverse-engineering/cimg-patch-oneline/generate_flag_image +++ b/reverse-engineering/cimg-patch-oneline/generate_flag_image @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import random diff --git a/reverse-engineering/cimg-quest-1/quest.py b/reverse-engineering/cimg-quest-1/quest.py index 538ee98e..7a702839 100755 --- a/reverse-engineering/cimg-quest-1/quest.py +++ b/reverse-engineering/cimg-quest-1/quest.py @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import termios import random diff --git a/reverse-engineering/cimg-quest-2/quest.py b/reverse-engineering/cimg-quest-2/quest.py index f6262c91..77b12a39 100755 --- a/reverse-engineering/cimg-quest-2/quest.py +++ b/reverse-engineering/cimg-quest-2/quest.py @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import termios import random diff --git a/reverse-engineering/cimg-quest-3/quest.py b/reverse-engineering/cimg-quest-3/quest.py index f6262c91..77b12a39 100755 --- a/reverse-engineering/cimg-quest-3/quest.py +++ b/reverse-engineering/cimg-quest-3/quest.py @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import termios import random diff --git a/reverse-engineering/cimg-sprite-parse/generate_flag_image b/reverse-engineering/cimg-sprite-parse/generate_flag_image index 6baa3029..c49d07fe 100755 --- a/reverse-engineering/cimg-sprite-parse/generate_flag_image +++ b/reverse-engineering/cimg-sprite-parse/generate_flag_image @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import struct diff --git a/reverse-engineering/cimg-version-python/_0/cimg b/reverse-engineering/cimg-version-python/_0/cimg index 74772b9f..18c10d41 100755 --- a/reverse-engineering/cimg-version-python/_0/cimg +++ b/reverse-engineering/cimg-version-python/_0/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_1/cimg b/reverse-engineering/cimg-version-python/_1/cimg index d6dbe407..c5c4ad30 100755 --- a/reverse-engineering/cimg-version-python/_1/cimg +++ b/reverse-engineering/cimg-version-python/_1/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_10/cimg b/reverse-engineering/cimg-version-python/_10/cimg index d44e28d0..e586a28a 100755 --- a/reverse-engineering/cimg-version-python/_10/cimg +++ b/reverse-engineering/cimg-version-python/_10/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_11/cimg b/reverse-engineering/cimg-version-python/_11/cimg index 676b0643..7b731e26 100755 --- a/reverse-engineering/cimg-version-python/_11/cimg +++ b/reverse-engineering/cimg-version-python/_11/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_12/cimg b/reverse-engineering/cimg-version-python/_12/cimg index e1ca3ab1..0c85ebe9 100755 --- a/reverse-engineering/cimg-version-python/_12/cimg +++ b/reverse-engineering/cimg-version-python/_12/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_13/cimg b/reverse-engineering/cimg-version-python/_13/cimg index c7f5a8d9..b187509c 100755 --- a/reverse-engineering/cimg-version-python/_13/cimg +++ b/reverse-engineering/cimg-version-python/_13/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_14/cimg b/reverse-engineering/cimg-version-python/_14/cimg index 8b53ebc0..749f680d 100755 --- a/reverse-engineering/cimg-version-python/_14/cimg +++ b/reverse-engineering/cimg-version-python/_14/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_15/cimg b/reverse-engineering/cimg-version-python/_15/cimg index 2f2ad74a..55008b2d 100755 --- a/reverse-engineering/cimg-version-python/_15/cimg +++ b/reverse-engineering/cimg-version-python/_15/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_2/cimg b/reverse-engineering/cimg-version-python/_2/cimg index cffe5b54..0a9421bc 100755 --- a/reverse-engineering/cimg-version-python/_2/cimg +++ b/reverse-engineering/cimg-version-python/_2/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_3/cimg b/reverse-engineering/cimg-version-python/_3/cimg index 1640d111..625e5e9b 100755 --- a/reverse-engineering/cimg-version-python/_3/cimg +++ b/reverse-engineering/cimg-version-python/_3/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_4/cimg b/reverse-engineering/cimg-version-python/_4/cimg index 24dd7659..25c3faa4 100755 --- a/reverse-engineering/cimg-version-python/_4/cimg +++ b/reverse-engineering/cimg-version-python/_4/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_5/cimg b/reverse-engineering/cimg-version-python/_5/cimg index dc93b5d5..f79d3250 100755 --- a/reverse-engineering/cimg-version-python/_5/cimg +++ b/reverse-engineering/cimg-version-python/_5/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_6/cimg b/reverse-engineering/cimg-version-python/_6/cimg index 5cba0e20..c2fdbc79 100755 --- a/reverse-engineering/cimg-version-python/_6/cimg +++ b/reverse-engineering/cimg-version-python/_6/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_7/cimg b/reverse-engineering/cimg-version-python/_7/cimg index 359a90f4..c9a625cb 100755 --- a/reverse-engineering/cimg-version-python/_7/cimg +++ b/reverse-engineering/cimg-version-python/_7/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_8/cimg b/reverse-engineering/cimg-version-python/_8/cimg index f874a896..926e40ad 100755 --- a/reverse-engineering/cimg-version-python/_8/cimg +++ b/reverse-engineering/cimg-version-python/_8/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/reverse-engineering/cimg-version-python/_9/cimg b/reverse-engineering/cimg-version-python/_9/cimg index e4e7ee0d..f0f36b00 100755 --- a/reverse-engineering/cimg-version-python/_9/cimg +++ b/reverse-engineering/cimg-version-python/_9/cimg @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import os import sys diff --git a/web-security/auth-bypass-cookie/server b/web-security/auth-bypass-cookie/server index 70b986d3..3d8ac2b7 100755 --- a/web-security/auth-bypass-cookie/server +++ b/web-security/auth-bypass-cookie/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import tempfile import sqlite3 diff --git a/web-security/auth-bypass-param/server b/web-security/auth-bypass-param/server index d216da0c..9b0540c5 100755 --- a/web-security/auth-bypass-param/server +++ b/web-security/auth-bypass-param/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import tempfile import sqlite3 diff --git a/web-security/cmdi-env/_0/server b/web-security/cmdi-env/_0/server index 401c5e3d..f836fbd5 100755 --- a/web-security/cmdi-env/_0/server +++ b/web-security/cmdi-env/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_1/server b/web-security/cmdi-env/_1/server index 2b9f8e76..f801d402 100755 --- a/web-security/cmdi-env/_1/server +++ b/web-security/cmdi-env/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_10/server b/web-security/cmdi-env/_10/server index 07da3529..2386c29a 100755 --- a/web-security/cmdi-env/_10/server +++ b/web-security/cmdi-env/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_11/server b/web-security/cmdi-env/_11/server index 7ca1126d..e1673855 100755 --- a/web-security/cmdi-env/_11/server +++ b/web-security/cmdi-env/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_12/server b/web-security/cmdi-env/_12/server index 6be40571..031c8ebf 100755 --- a/web-security/cmdi-env/_12/server +++ b/web-security/cmdi-env/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_13/server b/web-security/cmdi-env/_13/server index 5bcd4f61..fa1c8ced 100755 --- a/web-security/cmdi-env/_13/server +++ b/web-security/cmdi-env/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_14/server b/web-security/cmdi-env/_14/server index 909764f5..9d748a6b 100755 --- a/web-security/cmdi-env/_14/server +++ b/web-security/cmdi-env/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_15/server b/web-security/cmdi-env/_15/server index 8f941a1f..08b3d76c 100755 --- a/web-security/cmdi-env/_15/server +++ b/web-security/cmdi-env/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_2/server b/web-security/cmdi-env/_2/server index f0339910..f9cba9a5 100755 --- a/web-security/cmdi-env/_2/server +++ b/web-security/cmdi-env/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_3/server b/web-security/cmdi-env/_3/server index cf0e8fa8..64868afc 100755 --- a/web-security/cmdi-env/_3/server +++ b/web-security/cmdi-env/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_4/server b/web-security/cmdi-env/_4/server index b164c61b..fc1572c5 100755 --- a/web-security/cmdi-env/_4/server +++ b/web-security/cmdi-env/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_5/server b/web-security/cmdi-env/_5/server index e48195b9..445203a4 100755 --- a/web-security/cmdi-env/_5/server +++ b/web-security/cmdi-env/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_6/server b/web-security/cmdi-env/_6/server index 936071d6..63fd2bca 100755 --- a/web-security/cmdi-env/_6/server +++ b/web-security/cmdi-env/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_7/server b/web-security/cmdi-env/_7/server index 1aa53fe9..992e1362 100755 --- a/web-security/cmdi-env/_7/server +++ b/web-security/cmdi-env/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_8/server b/web-security/cmdi-env/_8/server index c5c06860..943b0a7d 100755 --- a/web-security/cmdi-env/_8/server +++ b/web-security/cmdi-env/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-env/_9/server b/web-security/cmdi-env/_9/server index d9e31800..f334ec73 100755 --- a/web-security/cmdi-env/_9/server +++ b/web-security/cmdi-env/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_0/server b/web-security/cmdi-ls-filter/_0/server index c9dde4bd..18bac02c 100755 --- a/web-security/cmdi-ls-filter/_0/server +++ b/web-security/cmdi-ls-filter/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_1/server b/web-security/cmdi-ls-filter/_1/server index 7bb8824a..e1da6a33 100755 --- a/web-security/cmdi-ls-filter/_1/server +++ b/web-security/cmdi-ls-filter/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_10/server b/web-security/cmdi-ls-filter/_10/server index aa49fe67..355f8c62 100755 --- a/web-security/cmdi-ls-filter/_10/server +++ b/web-security/cmdi-ls-filter/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_11/server b/web-security/cmdi-ls-filter/_11/server index dc5316bc..98ef013d 100755 --- a/web-security/cmdi-ls-filter/_11/server +++ b/web-security/cmdi-ls-filter/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_12/server b/web-security/cmdi-ls-filter/_12/server index a86ef087..a0f5804f 100755 --- a/web-security/cmdi-ls-filter/_12/server +++ b/web-security/cmdi-ls-filter/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_13/server b/web-security/cmdi-ls-filter/_13/server index 0fdc03e4..e1643242 100755 --- a/web-security/cmdi-ls-filter/_13/server +++ b/web-security/cmdi-ls-filter/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_14/server b/web-security/cmdi-ls-filter/_14/server index dd0a0581..88559faf 100755 --- a/web-security/cmdi-ls-filter/_14/server +++ b/web-security/cmdi-ls-filter/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_15/server b/web-security/cmdi-ls-filter/_15/server index 32498e1b..50559b51 100755 --- a/web-security/cmdi-ls-filter/_15/server +++ b/web-security/cmdi-ls-filter/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_2/server b/web-security/cmdi-ls-filter/_2/server index 346a0fa3..aad123d6 100755 --- a/web-security/cmdi-ls-filter/_2/server +++ b/web-security/cmdi-ls-filter/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_3/server b/web-security/cmdi-ls-filter/_3/server index 8398821e..38692519 100755 --- a/web-security/cmdi-ls-filter/_3/server +++ b/web-security/cmdi-ls-filter/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_4/server b/web-security/cmdi-ls-filter/_4/server index b594068e..34850cb8 100755 --- a/web-security/cmdi-ls-filter/_4/server +++ b/web-security/cmdi-ls-filter/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_5/server b/web-security/cmdi-ls-filter/_5/server index 53db91c2..856c4128 100755 --- a/web-security/cmdi-ls-filter/_5/server +++ b/web-security/cmdi-ls-filter/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_6/server b/web-security/cmdi-ls-filter/_6/server index e4467efb..b0878b4f 100755 --- a/web-security/cmdi-ls-filter/_6/server +++ b/web-security/cmdi-ls-filter/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_7/server b/web-security/cmdi-ls-filter/_7/server index e055c55b..3ada6853 100755 --- a/web-security/cmdi-ls-filter/_7/server +++ b/web-security/cmdi-ls-filter/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_8/server b/web-security/cmdi-ls-filter/_8/server index 4cf66620..c290ca9d 100755 --- a/web-security/cmdi-ls-filter/_8/server +++ b/web-security/cmdi-ls-filter/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-filter/_9/server b/web-security/cmdi-ls-filter/_9/server index 4d08109a..3261f113 100755 --- a/web-security/cmdi-ls-filter/_9/server +++ b/web-security/cmdi-ls-filter/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_0/server b/web-security/cmdi-ls-pipe/_0/server index e98f782b..b676be9f 100755 --- a/web-security/cmdi-ls-pipe/_0/server +++ b/web-security/cmdi-ls-pipe/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_1/server b/web-security/cmdi-ls-pipe/_1/server index 1f60d73e..eb0aba7b 100755 --- a/web-security/cmdi-ls-pipe/_1/server +++ b/web-security/cmdi-ls-pipe/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_10/server b/web-security/cmdi-ls-pipe/_10/server index 5fecc8bb..4e0cf9a4 100755 --- a/web-security/cmdi-ls-pipe/_10/server +++ b/web-security/cmdi-ls-pipe/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_11/server b/web-security/cmdi-ls-pipe/_11/server index 4e4ea425..a0a6e904 100755 --- a/web-security/cmdi-ls-pipe/_11/server +++ b/web-security/cmdi-ls-pipe/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_12/server b/web-security/cmdi-ls-pipe/_12/server index 6146d145..94ee27c1 100755 --- a/web-security/cmdi-ls-pipe/_12/server +++ b/web-security/cmdi-ls-pipe/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_13/server b/web-security/cmdi-ls-pipe/_13/server index e81ee22e..5625025d 100755 --- a/web-security/cmdi-ls-pipe/_13/server +++ b/web-security/cmdi-ls-pipe/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_14/server b/web-security/cmdi-ls-pipe/_14/server index ee8e9d6a..b256b3d2 100755 --- a/web-security/cmdi-ls-pipe/_14/server +++ b/web-security/cmdi-ls-pipe/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_15/server b/web-security/cmdi-ls-pipe/_15/server index c8385781..5a97e324 100755 --- a/web-security/cmdi-ls-pipe/_15/server +++ b/web-security/cmdi-ls-pipe/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_2/server b/web-security/cmdi-ls-pipe/_2/server index d68d9529..ea239d60 100755 --- a/web-security/cmdi-ls-pipe/_2/server +++ b/web-security/cmdi-ls-pipe/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_3/server b/web-security/cmdi-ls-pipe/_3/server index c5898acd..badd30a1 100755 --- a/web-security/cmdi-ls-pipe/_3/server +++ b/web-security/cmdi-ls-pipe/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_4/server b/web-security/cmdi-ls-pipe/_4/server index c913cf1a..b3fa5f21 100755 --- a/web-security/cmdi-ls-pipe/_4/server +++ b/web-security/cmdi-ls-pipe/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_5/server b/web-security/cmdi-ls-pipe/_5/server index d98c6fb3..0a982a74 100755 --- a/web-security/cmdi-ls-pipe/_5/server +++ b/web-security/cmdi-ls-pipe/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_6/server b/web-security/cmdi-ls-pipe/_6/server index 3666bb80..158a5760 100755 --- a/web-security/cmdi-ls-pipe/_6/server +++ b/web-security/cmdi-ls-pipe/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_7/server b/web-security/cmdi-ls-pipe/_7/server index 6dc8e378..562ab6a2 100755 --- a/web-security/cmdi-ls-pipe/_7/server +++ b/web-security/cmdi-ls-pipe/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_8/server b/web-security/cmdi-ls-pipe/_8/server index 75eaf3bd..3a38262f 100755 --- a/web-security/cmdi-ls-pipe/_8/server +++ b/web-security/cmdi-ls-pipe/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-pipe/_9/server b/web-security/cmdi-ls-pipe/_9/server index 8f82dd19..2c15eda2 100755 --- a/web-security/cmdi-ls-pipe/_9/server +++ b/web-security/cmdi-ls-pipe/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_0/server b/web-security/cmdi-ls-quote/_0/server index dab57661..f15e2388 100755 --- a/web-security/cmdi-ls-quote/_0/server +++ b/web-security/cmdi-ls-quote/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_1/server b/web-security/cmdi-ls-quote/_1/server index f23d9421..e52a7fea 100755 --- a/web-security/cmdi-ls-quote/_1/server +++ b/web-security/cmdi-ls-quote/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_10/server b/web-security/cmdi-ls-quote/_10/server index da992024..f9543264 100755 --- a/web-security/cmdi-ls-quote/_10/server +++ b/web-security/cmdi-ls-quote/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_11/server b/web-security/cmdi-ls-quote/_11/server index ae8ac27e..22d48c7d 100755 --- a/web-security/cmdi-ls-quote/_11/server +++ b/web-security/cmdi-ls-quote/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_12/server b/web-security/cmdi-ls-quote/_12/server index 6184c5d2..19ca0581 100755 --- a/web-security/cmdi-ls-quote/_12/server +++ b/web-security/cmdi-ls-quote/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_13/server b/web-security/cmdi-ls-quote/_13/server index b6f8f124..91bc02f9 100755 --- a/web-security/cmdi-ls-quote/_13/server +++ b/web-security/cmdi-ls-quote/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_14/server b/web-security/cmdi-ls-quote/_14/server index d8eab9c3..4e60782e 100755 --- a/web-security/cmdi-ls-quote/_14/server +++ b/web-security/cmdi-ls-quote/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_15/server b/web-security/cmdi-ls-quote/_15/server index 1ae5dbfc..c7bd46af 100755 --- a/web-security/cmdi-ls-quote/_15/server +++ b/web-security/cmdi-ls-quote/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_2/server b/web-security/cmdi-ls-quote/_2/server index 596ffd1f..833c23a2 100755 --- a/web-security/cmdi-ls-quote/_2/server +++ b/web-security/cmdi-ls-quote/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_3/server b/web-security/cmdi-ls-quote/_3/server index 98aec0d3..77aeee5b 100755 --- a/web-security/cmdi-ls-quote/_3/server +++ b/web-security/cmdi-ls-quote/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_4/server b/web-security/cmdi-ls-quote/_4/server index 4c23f447..02b59e51 100755 --- a/web-security/cmdi-ls-quote/_4/server +++ b/web-security/cmdi-ls-quote/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_5/server b/web-security/cmdi-ls-quote/_5/server index b34c3b40..eeb71a62 100755 --- a/web-security/cmdi-ls-quote/_5/server +++ b/web-security/cmdi-ls-quote/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_6/server b/web-security/cmdi-ls-quote/_6/server index 602cc32c..14d04a85 100755 --- a/web-security/cmdi-ls-quote/_6/server +++ b/web-security/cmdi-ls-quote/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_7/server b/web-security/cmdi-ls-quote/_7/server index 3f69ef93..7e064277 100755 --- a/web-security/cmdi-ls-quote/_7/server +++ b/web-security/cmdi-ls-quote/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_8/server b/web-security/cmdi-ls-quote/_8/server index 0b6d583f..199a3be8 100755 --- a/web-security/cmdi-ls-quote/_8/server +++ b/web-security/cmdi-ls-quote/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-quote/_9/server b/web-security/cmdi-ls-quote/_9/server index e9486a3e..47138446 100755 --- a/web-security/cmdi-ls-quote/_9/server +++ b/web-security/cmdi-ls-quote/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_0/server b/web-security/cmdi-ls-semicolon/_0/server index 5d203a24..a070bb5e 100755 --- a/web-security/cmdi-ls-semicolon/_0/server +++ b/web-security/cmdi-ls-semicolon/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_1/server b/web-security/cmdi-ls-semicolon/_1/server index 5b55c380..b6879675 100755 --- a/web-security/cmdi-ls-semicolon/_1/server +++ b/web-security/cmdi-ls-semicolon/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_10/server b/web-security/cmdi-ls-semicolon/_10/server index 51472b16..58006f60 100755 --- a/web-security/cmdi-ls-semicolon/_10/server +++ b/web-security/cmdi-ls-semicolon/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_11/server b/web-security/cmdi-ls-semicolon/_11/server index 123d8a0d..df0b5492 100755 --- a/web-security/cmdi-ls-semicolon/_11/server +++ b/web-security/cmdi-ls-semicolon/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_12/server b/web-security/cmdi-ls-semicolon/_12/server index 6163317a..fdf9b6e5 100755 --- a/web-security/cmdi-ls-semicolon/_12/server +++ b/web-security/cmdi-ls-semicolon/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_13/server b/web-security/cmdi-ls-semicolon/_13/server index 91615186..56239f70 100755 --- a/web-security/cmdi-ls-semicolon/_13/server +++ b/web-security/cmdi-ls-semicolon/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_14/server b/web-security/cmdi-ls-semicolon/_14/server index b8db56ad..29243e93 100755 --- a/web-security/cmdi-ls-semicolon/_14/server +++ b/web-security/cmdi-ls-semicolon/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_15/server b/web-security/cmdi-ls-semicolon/_15/server index e80e3c63..165a7a9c 100755 --- a/web-security/cmdi-ls-semicolon/_15/server +++ b/web-security/cmdi-ls-semicolon/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_2/server b/web-security/cmdi-ls-semicolon/_2/server index 165368c7..161a2a61 100755 --- a/web-security/cmdi-ls-semicolon/_2/server +++ b/web-security/cmdi-ls-semicolon/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_3/server b/web-security/cmdi-ls-semicolon/_3/server index 22d6a8aa..358f1d12 100755 --- a/web-security/cmdi-ls-semicolon/_3/server +++ b/web-security/cmdi-ls-semicolon/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_4/server b/web-security/cmdi-ls-semicolon/_4/server index bf19d9d6..dc06fad0 100755 --- a/web-security/cmdi-ls-semicolon/_4/server +++ b/web-security/cmdi-ls-semicolon/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_5/server b/web-security/cmdi-ls-semicolon/_5/server index e9848695..eaadb5ac 100755 --- a/web-security/cmdi-ls-semicolon/_5/server +++ b/web-security/cmdi-ls-semicolon/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_6/server b/web-security/cmdi-ls-semicolon/_6/server index c0279010..b812a447 100755 --- a/web-security/cmdi-ls-semicolon/_6/server +++ b/web-security/cmdi-ls-semicolon/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_7/server b/web-security/cmdi-ls-semicolon/_7/server index 782bb35e..5266afdb 100755 --- a/web-security/cmdi-ls-semicolon/_7/server +++ b/web-security/cmdi-ls-semicolon/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_8/server b/web-security/cmdi-ls-semicolon/_8/server index fbaeea6d..dcb6e9e8 100755 --- a/web-security/cmdi-ls-semicolon/_8/server +++ b/web-security/cmdi-ls-semicolon/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-ls-semicolon/_9/server b/web-security/cmdi-ls-semicolon/_9/server index e893c321..a4f9fc1b 100755 --- a/web-security/cmdi-ls-semicolon/_9/server +++ b/web-security/cmdi-ls-semicolon/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_0/server b/web-security/cmdi-touch-blind/_0/server index 9e8d5a7c..34830e44 100755 --- a/web-security/cmdi-touch-blind/_0/server +++ b/web-security/cmdi-touch-blind/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_1/server b/web-security/cmdi-touch-blind/_1/server index 56872981..ec50f9b2 100755 --- a/web-security/cmdi-touch-blind/_1/server +++ b/web-security/cmdi-touch-blind/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_10/server b/web-security/cmdi-touch-blind/_10/server index a9ce4af1..5a39b64a 100755 --- a/web-security/cmdi-touch-blind/_10/server +++ b/web-security/cmdi-touch-blind/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_11/server b/web-security/cmdi-touch-blind/_11/server index 6b751695..70c93456 100755 --- a/web-security/cmdi-touch-blind/_11/server +++ b/web-security/cmdi-touch-blind/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_12/server b/web-security/cmdi-touch-blind/_12/server index c825ee12..885a7177 100755 --- a/web-security/cmdi-touch-blind/_12/server +++ b/web-security/cmdi-touch-blind/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_13/server b/web-security/cmdi-touch-blind/_13/server index bfcb8f4a..663cf2b6 100755 --- a/web-security/cmdi-touch-blind/_13/server +++ b/web-security/cmdi-touch-blind/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_14/server b/web-security/cmdi-touch-blind/_14/server index cf2991e5..b691de46 100755 --- a/web-security/cmdi-touch-blind/_14/server +++ b/web-security/cmdi-touch-blind/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_15/server b/web-security/cmdi-touch-blind/_15/server index deaa3152..4fc086d5 100755 --- a/web-security/cmdi-touch-blind/_15/server +++ b/web-security/cmdi-touch-blind/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_2/server b/web-security/cmdi-touch-blind/_2/server index dc43075e..b6518cd1 100755 --- a/web-security/cmdi-touch-blind/_2/server +++ b/web-security/cmdi-touch-blind/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_3/server b/web-security/cmdi-touch-blind/_3/server index 89bb9273..cb5345cb 100755 --- a/web-security/cmdi-touch-blind/_3/server +++ b/web-security/cmdi-touch-blind/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_4/server b/web-security/cmdi-touch-blind/_4/server index 062db5ab..2755cdaa 100755 --- a/web-security/cmdi-touch-blind/_4/server +++ b/web-security/cmdi-touch-blind/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_5/server b/web-security/cmdi-touch-blind/_5/server index bf659f87..274e5cec 100755 --- a/web-security/cmdi-touch-blind/_5/server +++ b/web-security/cmdi-touch-blind/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_6/server b/web-security/cmdi-touch-blind/_6/server index ceafee08..ed49ebf7 100755 --- a/web-security/cmdi-touch-blind/_6/server +++ b/web-security/cmdi-touch-blind/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_7/server b/web-security/cmdi-touch-blind/_7/server index 6ce153b4..2478ff2b 100755 --- a/web-security/cmdi-touch-blind/_7/server +++ b/web-security/cmdi-touch-blind/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_8/server b/web-security/cmdi-touch-blind/_8/server index 3a7569fc..0fbdd988 100755 --- a/web-security/cmdi-touch-blind/_8/server +++ b/web-security/cmdi-touch-blind/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/cmdi-touch-blind/_9/server b/web-security/cmdi-touch-blind/_9/server index 9babe031..dd7565fc 100755 --- a/web-security/cmdi-touch-blind/_9/server +++ b/web-security/cmdi-touch-blind/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import subprocess import flask diff --git a/web-security/csrf-get/server b/web-security/csrf-get/server index 0f1dd5b7..2f4a23f1 100755 --- a/web-security/csrf-get/server +++ b/web-security/csrf-get/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import tempfile import sqlite3 diff --git a/web-security/csrf-get/victim b/web-security/csrf-get/victim index 82ae0fcd..fd130c5d 100755 --- a/web-security/csrf-get/victim +++ b/web-security/csrf-get/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/csrf-post/server b/web-security/csrf-post/server index 285ee727..c65ef9a9 100755 --- a/web-security/csrf-post/server +++ b/web-security/csrf-post/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import tempfile import sqlite3 diff --git a/web-security/csrf-post/victim b/web-security/csrf-post/victim index 82ae0fcd..fd130c5d 100755 --- a/web-security/csrf-post/victim +++ b/web-security/csrf-post/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/csrf-reflected-alert/server b/web-security/csrf-reflected-alert/server index dd5bb278..08cc7e7b 100755 --- a/web-security/csrf-reflected-alert/server +++ b/web-security/csrf-reflected-alert/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import tempfile import sqlite3 diff --git a/web-security/csrf-reflected-alert/victim b/web-security/csrf-reflected-alert/victim index 8a4625b5..7dc69d26 100755 --- a/web-security/csrf-reflected-alert/victim +++ b/web-security/csrf-reflected-alert/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/csrf-xss-cookie/server b/web-security/csrf-xss-cookie/server index 8e564b3b..74363318 100755 --- a/web-security/csrf-xss-cookie/server +++ b/web-security/csrf-xss-cookie/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import tempfile import sqlite3 diff --git a/web-security/csrf-xss-cookie/victim b/web-security/csrf-xss-cookie/victim index 2592b0d8..e499b29a 100755 --- a/web-security/csrf-xss-cookie/victim +++ b/web-security/csrf-xss-cookie/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/csrf-xss-post/server b/web-security/csrf-xss-post/server index e5cb257b..342c3e5e 100755 --- a/web-security/csrf-xss-post/server +++ b/web-security/csrf-xss-post/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import tempfile import sqlite3 diff --git a/web-security/csrf-xss-post/victim b/web-security/csrf-xss-post/victim index 2592b0d8..e499b29a 100755 --- a/web-security/csrf-xss-post/victim +++ b/web-security/csrf-xss-post/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/path-traversal-1/_0/server b/web-security/path-traversal-1/_0/server index 5d985e1e..2782f47d 100755 --- a/web-security/path-traversal-1/_0/server +++ b/web-security/path-traversal-1/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_0/web-security-level-1 b/web-security/path-traversal-1/_0/web-security-level-1 deleted file mode 100755 index bea3e300..00000000 --- a/web-security/path-traversal-1/_0/web-security-level-1 +++ /dev/null @@ -1,25 +0,0 @@ -#!/opt/pwn.college/python - -import flask -import os - -app = flask.Flask(__name__) - - -@app.route("/", methods=["GET"]) -@app.route("/", methods=["GET"]) -def serve_static(path="index.html"): - requested_path = app.root_path + "/files/" + path - print(f"DEBUG: {requested_path=}") - try: - return open(requested_path).read() - except PermissionError: - flask.abort(403, requested_path) - except FileNotFoundError: - flask.abort(404, f"No {requested_path} from directory {os.getcwd()}") - except Exception as e: - flask.abort(500, requested_path + ":" + str(e)) - - -app.secret_key = os.urandom(8) -app.run("0.0.0.0", 80) diff --git a/web-security/path-traversal-1/_1/server b/web-security/path-traversal-1/_1/server index 78d29bc0..0bb365ac 100755 --- a/web-security/path-traversal-1/_1/server +++ b/web-security/path-traversal-1/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_10/server b/web-security/path-traversal-1/_10/server index d80bad1c..f152cca6 100755 --- a/web-security/path-traversal-1/_10/server +++ b/web-security/path-traversal-1/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_11/server b/web-security/path-traversal-1/_11/server index 18ba1d1b..59bada57 100755 --- a/web-security/path-traversal-1/_11/server +++ b/web-security/path-traversal-1/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_12/server b/web-security/path-traversal-1/_12/server index 8938d0aa..f79fb3e4 100755 --- a/web-security/path-traversal-1/_12/server +++ b/web-security/path-traversal-1/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_13/server b/web-security/path-traversal-1/_13/server index 5d985e1e..2782f47d 100755 --- a/web-security/path-traversal-1/_13/server +++ b/web-security/path-traversal-1/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_14/server b/web-security/path-traversal-1/_14/server index 429026b7..65abeda0 100755 --- a/web-security/path-traversal-1/_14/server +++ b/web-security/path-traversal-1/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_15/server b/web-security/path-traversal-1/_15/server index 2bb5da8a..6a33ff63 100755 --- a/web-security/path-traversal-1/_15/server +++ b/web-security/path-traversal-1/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_2/server b/web-security/path-traversal-1/_2/server index 05112e10..0a71d0b1 100755 --- a/web-security/path-traversal-1/_2/server +++ b/web-security/path-traversal-1/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_3/server b/web-security/path-traversal-1/_3/server index deb0db4d..d354d52e 100755 --- a/web-security/path-traversal-1/_3/server +++ b/web-security/path-traversal-1/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_4/server b/web-security/path-traversal-1/_4/server index 3e6fcf4e..8d59c43d 100755 --- a/web-security/path-traversal-1/_4/server +++ b/web-security/path-traversal-1/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_5/server b/web-security/path-traversal-1/_5/server index d80bad1c..f152cca6 100755 --- a/web-security/path-traversal-1/_5/server +++ b/web-security/path-traversal-1/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_6/server b/web-security/path-traversal-1/_6/server index 18ba1d1b..59bada57 100755 --- a/web-security/path-traversal-1/_6/server +++ b/web-security/path-traversal-1/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_7/server b/web-security/path-traversal-1/_7/server index 5a8880f2..3134a9a3 100755 --- a/web-security/path-traversal-1/_7/server +++ b/web-security/path-traversal-1/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_8/server b/web-security/path-traversal-1/_8/server index ddc3d09a..51cc3346 100755 --- a/web-security/path-traversal-1/_8/server +++ b/web-security/path-traversal-1/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-1/_9/server b/web-security/path-traversal-1/_9/server index 3e6fcf4e..8d59c43d 100755 --- a/web-security/path-traversal-1/_9/server +++ b/web-security/path-traversal-1/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_0/server b/web-security/path-traversal-2/_0/server index 02032623..113d892c 100755 --- a/web-security/path-traversal-2/_0/server +++ b/web-security/path-traversal-2/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_1/server b/web-security/path-traversal-2/_1/server index d2efaf4b..642b188c 100755 --- a/web-security/path-traversal-2/_1/server +++ b/web-security/path-traversal-2/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_10/server b/web-security/path-traversal-2/_10/server index a7434adb..5da9c6e1 100755 --- a/web-security/path-traversal-2/_10/server +++ b/web-security/path-traversal-2/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_11/server b/web-security/path-traversal-2/_11/server index be5c0139..31434dc9 100755 --- a/web-security/path-traversal-2/_11/server +++ b/web-security/path-traversal-2/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_12/server b/web-security/path-traversal-2/_12/server index c5cd1d67..7114c17c 100755 --- a/web-security/path-traversal-2/_12/server +++ b/web-security/path-traversal-2/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_13/server b/web-security/path-traversal-2/_13/server index be5c0139..31434dc9 100755 --- a/web-security/path-traversal-2/_13/server +++ b/web-security/path-traversal-2/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_14/server b/web-security/path-traversal-2/_14/server index 2502489d..0c1faefe 100755 --- a/web-security/path-traversal-2/_14/server +++ b/web-security/path-traversal-2/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_15/server b/web-security/path-traversal-2/_15/server index a999f684..f6d061d1 100755 --- a/web-security/path-traversal-2/_15/server +++ b/web-security/path-traversal-2/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_2/server b/web-security/path-traversal-2/_2/server index be64faed..a3d64216 100755 --- a/web-security/path-traversal-2/_2/server +++ b/web-security/path-traversal-2/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_3/server b/web-security/path-traversal-2/_3/server index 2502489d..0c1faefe 100755 --- a/web-security/path-traversal-2/_3/server +++ b/web-security/path-traversal-2/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_4/server b/web-security/path-traversal-2/_4/server index 26c1aba7..dff10765 100755 --- a/web-security/path-traversal-2/_4/server +++ b/web-security/path-traversal-2/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_5/server b/web-security/path-traversal-2/_5/server index d16951ed..9b6123f5 100755 --- a/web-security/path-traversal-2/_5/server +++ b/web-security/path-traversal-2/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_6/server b/web-security/path-traversal-2/_6/server index b856b440..552b0b91 100755 --- a/web-security/path-traversal-2/_6/server +++ b/web-security/path-traversal-2/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_7/server b/web-security/path-traversal-2/_7/server index 2397723a..95e60b27 100755 --- a/web-security/path-traversal-2/_7/server +++ b/web-security/path-traversal-2/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_8/server b/web-security/path-traversal-2/_8/server index d0212a29..2b9b00e8 100755 --- a/web-security/path-traversal-2/_8/server +++ b/web-security/path-traversal-2/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/path-traversal-2/_9/server b/web-security/path-traversal-2/_9/server index c5cd1d67..7114c17c 100755 --- a/web-security/path-traversal-2/_9/server +++ b/web-security/path-traversal-2/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-blind/server b/web-security/sqli-blind/server index f527afe0..fceece91 100755 --- a/web-security/sqli-blind/server +++ b/web-security/sqli-blind/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_0/server b/web-security/sqli-password/_0/server index df194e5a..d121b5d0 100755 --- a/web-security/sqli-password/_0/server +++ b/web-security/sqli-password/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_1/server b/web-security/sqli-password/_1/server index e6797f7e..7be303ac 100755 --- a/web-security/sqli-password/_1/server +++ b/web-security/sqli-password/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_10/server b/web-security/sqli-password/_10/server index 8f0944c4..27aa1b7b 100755 --- a/web-security/sqli-password/_10/server +++ b/web-security/sqli-password/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_11/server b/web-security/sqli-password/_11/server index bf3eee5e..fe82c842 100755 --- a/web-security/sqli-password/_11/server +++ b/web-security/sqli-password/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_12/server b/web-security/sqli-password/_12/server index 5516dccc..4c2a078a 100755 --- a/web-security/sqli-password/_12/server +++ b/web-security/sqli-password/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_13/server b/web-security/sqli-password/_13/server index 4d5b6e5e..97b2468b 100755 --- a/web-security/sqli-password/_13/server +++ b/web-security/sqli-password/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_14/server b/web-security/sqli-password/_14/server index 5cd82c2a..322b9645 100755 --- a/web-security/sqli-password/_14/server +++ b/web-security/sqli-password/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_15/server b/web-security/sqli-password/_15/server index 0891cba1..5620cdc7 100755 --- a/web-security/sqli-password/_15/server +++ b/web-security/sqli-password/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_2/server b/web-security/sqli-password/_2/server index aab6e9fa..aad7d80f 100755 --- a/web-security/sqli-password/_2/server +++ b/web-security/sqli-password/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_3/server b/web-security/sqli-password/_3/server index 94a07265..b58ca1e2 100755 --- a/web-security/sqli-password/_3/server +++ b/web-security/sqli-password/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_4/server b/web-security/sqli-password/_4/server index 03ff602e..7dabbccf 100755 --- a/web-security/sqli-password/_4/server +++ b/web-security/sqli-password/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_5/server b/web-security/sqli-password/_5/server index bcba23d7..6976cdbb 100755 --- a/web-security/sqli-password/_5/server +++ b/web-security/sqli-password/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_6/server b/web-security/sqli-password/_6/server index dcfcc603..c9836103 100755 --- a/web-security/sqli-password/_6/server +++ b/web-security/sqli-password/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_7/server b/web-security/sqli-password/_7/server index 579e9765..14e219a3 100755 --- a/web-security/sqli-password/_7/server +++ b/web-security/sqli-password/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_8/server b/web-security/sqli-password/_8/server index 2d245da5..69920679 100755 --- a/web-security/sqli-password/_8/server +++ b/web-security/sqli-password/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-password/_9/server b/web-security/sqli-password/_9/server index 6579301d..11397d79 100755 --- a/web-security/sqli-password/_9/server +++ b/web-security/sqli-password/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/sqli-pin/_0/server b/web-security/sqli-pin/_0/server index 874a6b6a..0dc080ca 100755 --- a/web-security/sqli-pin/_0/server +++ b/web-security/sqli-pin/_0/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_1/server b/web-security/sqli-pin/_1/server index 3e8aff27..86e211b5 100755 --- a/web-security/sqli-pin/_1/server +++ b/web-security/sqli-pin/_1/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_10/server b/web-security/sqli-pin/_10/server index 1b96207f..4f25e089 100755 --- a/web-security/sqli-pin/_10/server +++ b/web-security/sqli-pin/_10/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_11/server b/web-security/sqli-pin/_11/server index 768ffa98..65b1d2c1 100755 --- a/web-security/sqli-pin/_11/server +++ b/web-security/sqli-pin/_11/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_12/server b/web-security/sqli-pin/_12/server index be90b3f1..eb72d51c 100755 --- a/web-security/sqli-pin/_12/server +++ b/web-security/sqli-pin/_12/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_13/server b/web-security/sqli-pin/_13/server index aea3de16..b8d347c0 100755 --- a/web-security/sqli-pin/_13/server +++ b/web-security/sqli-pin/_13/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_14/server b/web-security/sqli-pin/_14/server index 11ce6ba4..7c2e31de 100755 --- a/web-security/sqli-pin/_14/server +++ b/web-security/sqli-pin/_14/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_15/server b/web-security/sqli-pin/_15/server index f0050c7f..ffaf6d15 100755 --- a/web-security/sqli-pin/_15/server +++ b/web-security/sqli-pin/_15/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_2/server b/web-security/sqli-pin/_2/server index 0d42a7ce..2f6f8f23 100755 --- a/web-security/sqli-pin/_2/server +++ b/web-security/sqli-pin/_2/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_3/server b/web-security/sqli-pin/_3/server index 91f16bc5..c2f68afe 100755 --- a/web-security/sqli-pin/_3/server +++ b/web-security/sqli-pin/_3/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_4/server b/web-security/sqli-pin/_4/server index 8eb8d502..92c65567 100755 --- a/web-security/sqli-pin/_4/server +++ b/web-security/sqli-pin/_4/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_5/server b/web-security/sqli-pin/_5/server index be90b3f1..eb72d51c 100755 --- a/web-security/sqli-pin/_5/server +++ b/web-security/sqli-pin/_5/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_6/server b/web-security/sqli-pin/_6/server index 0321dd03..61abd959 100755 --- a/web-security/sqli-pin/_6/server +++ b/web-security/sqli-pin/_6/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_7/server b/web-security/sqli-pin/_7/server index 0fb0ddbd..17f2ca74 100755 --- a/web-security/sqli-pin/_7/server +++ b/web-security/sqli-pin/_7/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_8/server b/web-security/sqli-pin/_8/server index 0fb0ddbd..17f2ca74 100755 --- a/web-security/sqli-pin/_8/server +++ b/web-security/sqli-pin/_8/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-pin/_9/server b/web-security/sqli-pin/_9/server index bd72f5d6..67a9637d 100755 --- a/web-security/sqli-pin/_9/server +++ b/web-security/sqli-pin/_9/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-tablename/server b/web-security/sqli-tablename/server index 44c753ac..2e322b15 100755 --- a/web-security/sqli-tablename/server +++ b/web-security/sqli-tablename/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import random import flask diff --git a/web-security/sqli-union/server b/web-security/sqli-union/server index 0b9003c9..001722e3 100755 --- a/web-security/sqli-union/server +++ b/web-security/sqli-union/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/xss-context/server b/web-security/xss-context/server index 55456674..273bb28c 100755 --- a/web-security/xss-context/server +++ b/web-security/xss-context/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/xss-context/victim b/web-security/xss-context/victim index e83c1f3b..a0cd7d74 100755 --- a/web-security/xss-context/victim +++ b/web-security/xss-context/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/xss-exfil-cookie/server b/web-security/xss-exfil-cookie/server index 9b682e95..b778762d 100755 --- a/web-security/xss-exfil-cookie/server +++ b/web-security/xss-exfil-cookie/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/xss-exfil-cookie/victim b/web-security/xss-exfil-cookie/victim index 1480d311..05494a3c 100755 --- a/web-security/xss-exfil-cookie/victim +++ b/web-security/xss-exfil-cookie/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/xss-reflected/server b/web-security/xss-reflected/server index 78d8a63e..ec2131e5 100755 --- a/web-security/xss-reflected/server +++ b/web-security/xss-reflected/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/xss-reflected/victim b/web-security/xss-reflected/victim index e83c1f3b..a0cd7d74 100755 --- a/web-security/xss-reflected/victim +++ b/web-security/xss-reflected/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/xss-rf-get/server b/web-security/xss-rf-get/server index 87443873..4e524269 100755 --- a/web-security/xss-rf-get/server +++ b/web-security/xss-rf-get/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/xss-rf-get/victim b/web-security/xss-rf-get/victim index a9b198d9..50f2ab4c 100755 --- a/web-security/xss-rf-get/victim +++ b/web-security/xss-rf-get/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/xss-rf-post/server b/web-security/xss-rf-post/server index f75bd534..22f62569 100755 --- a/web-security/xss-rf-post/server +++ b/web-security/xss-rf-post/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/xss-rf-post/victim b/web-security/xss-rf-post/victim index a9b198d9..50f2ab4c 100755 --- a/web-security/xss-rf-post/victim +++ b/web-security/xss-rf-post/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/xss-stored-alert/server b/web-security/xss-stored-alert/server index 396916e2..70579c68 100755 --- a/web-security/xss-stored-alert/server +++ b/web-security/xss-stored-alert/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/xss-stored-alert/victim b/web-security/xss-stored-alert/victim index a2616fa6..1c1978aa 100755 --- a/web-security/xss-stored-alert/victim +++ b/web-security/xss-stored-alert/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import psutil import urllib diff --git a/web-security/xss-stored-html/server b/web-security/xss-stored-html/server index 396916e2..70579c68 100755 --- a/web-security/xss-stored-html/server +++ b/web-security/xss-stored-html/server @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import flask import os diff --git a/web-security/xss-stored-html/victim b/web-security/xss-stored-html/victim index 4c16d283..53b03f39 100755 --- a/web-security/xss-stored-html/victim +++ b/web-security/xss-stored-html/victim @@ -1,4 +1,4 @@ -#!/opt/pwn.college/python +#!/usr/bin/exec-suid -- /usr/bin/python3 -I import requests import psutil