Skip to content

Commit 4e079cc

Browse files
authored
Update exp_for_php.py
1 parent f759aec commit 4e079cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hitcon-ctf-2018/one-line-php-challenge/exp_for_php.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
xx = b64encode(b64encode(payload + junk))
2525
xxx = b64encode(b64encode(b64encode(payload + junk)))
2626
if '=' not in x and '=' not in xx and '=' not in xxx:
27+
payload = xxx
2728
print payload
2829
break
2930

0 commit comments

Comments
 (0)