PWN.COLLEGE Talking Web

Complete solutions for Talking web pwn college. Complete writeup of all challenges

Challenge 1

Challenge 2

Challenge 3

Challenge 4

Challenge 5

double enter at the end of host

Challenge 6

Challenge 7

Challenge 8

Challenge 9

Challenge 10

Challenge 11

Challenge 12

Challenge 13

Challenge 14

Challenge 15

Challenge 16

url encode & , space and % in argument b

Challenge 17

Challenge 18

Challenge 19

-d is used to send form data

Challenge 20

Challenge 21

Challenge 22

Challenge 23

Challenge 24

no need to manually encode

Challenge 25

Challenge 26

Challenge 27

Challenge 28

Challenge 29

Challenge 30

Challenge 31

dash L option

Challenge 32

Manually make 2xrequests

Challenge 33

python auto handles redirects

Challenge 34

first inspect the header to get the cookie value
Now set the cookie

Challenge 35

You do need to set the host

Challenge 36

Challenge 37

The -b and -c parameters in curl are used to handle cookies:

  • -b or --cookie: This option specifies the file containing the cookies to be sent with the HTTP request. It can also be used to pass cookies directly in the request.

  • -c or --cookie-jar: This option specifies the file where cookies received from the server should be saved after the request is completed.

Challenge 38

Challenge 39

Last updated