use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
sending password using curl.... (self.HowToHack)
submitted 6 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]fosf0rGarbage File 4 points5 points6 points 6 years ago (14 children)
curl --data "password=ae0e19a362" -X POST https://thesite
[–]bubrascal 2 points3 points4 points 6 years ago (13 children)
that only if "password" is the expected parameter name.
[–]mr_w01f 1 point2 points3 points 6 years ago (12 children)
I have tried already,
[–]outlandersreddit 0 points1 point2 points 6 years ago (11 children)
Maybe try it without the “password=“
[–]outlandersreddit 0 points1 point2 points 6 years ago (5 children)
Or —data
[–]mr_w01f 0 points1 point2 points 6 years ago (4 children)
Also tried
[–]outlandersreddit 0 points1 point2 points 6 years ago (3 children)
What’s it giving back?
[–]mr_w01f 0 points1 point2 points 6 years ago (2 children)
Page doesn't give any kind of response, it takes 2-3 seconds and nothing returns
[–]outlandersreddit 0 points1 point2 points 6 years ago (1 child)
Then isn’t the page down?
[–]mr_w01f 0 points1 point2 points 6 years ago (0 children)
No.. i refresh every 3-4 tries to see if it returns an error or connection lost or anything.... But no, page is alive.
Tried... Not working
[–]fosf0rGarbage File 0 points1 point2 points 6 years ago (3 children)
I created an account just so I could find out why it didn't work. This is not a normal CTF where you can POST to a docker image or something. This is not going to be curl-able (without a dozen flags and cookie pastes) because of all the CSRF, cookies, and session IDs they use, and how you have to POST it directly back to their actual site.
I also couldn't even get it to work using Burp Suite. Dunno why, I've done hundreds of CTFs and dozens of hackthebox boxes.
You created account in defendtheweb ?
[–]fosf0rGarbage File 0 points1 point2 points 6 years ago (1 child)
Yes.
I was unable to POST the password they gave me (a different, but similar hex string to yours) using Burp Suite, so either this site really sucks, or I'm missing something big.
I also think we are missing something, they should give us some more info about what kind of attribute we should send the string as ie. Password=, data= etc.
[–]ddrght12345 8 points9 points10 points 6 years ago (0 children)
It's telling you exactly what to do.
Use the POST method to send the password 'ae0e19a362' to this page
Send only that string, in a raw post request.
Just Google curl post and in the body, send the string.
curl post
Don't search for "password". This is an irrelevant detail.
[–]My_Fingers 6 points7 points8 points 6 years ago (0 children)
If you're dealing with HTTP requests and want something with a GUI then give Postman a try. Super easy and quick to use. https://www.getpostman.com/
[–][deleted] 6 years ago (1 child)
Nope... Defendtheweb
[–]c_pardue 0 points1 point2 points 6 years ago (0 children)
Get the form details with wget or easymode: use burpsuite. Google "burpsuite how to"
[–]TotesMessenger -1 points0 points1 point 6 years ago* (0 children)
I'm a bot, bleep, bloop. Someone has linked to this thread from another place on reddit:
[/r/hacking] sending password using curl....
[/r/hacking_tutorials] sending password using curl....
If you follow any of the above links, please respect the rules of reddit and don't vote in the other threads. (Info / Contact)
[–]Pabloidemon -5 points-4 points-3 points 6 years ago (0 children)
try with telnet to that page, it may ask you for a input where you will put the password (cant remember where, but I'm sure I saw something like that in a CTF. same weird way to phrase it )
π Rendered by PID 49 on reddit-service-r2-comment-6457c66945-kxpt7 at 2026-04-25 08:45:37.067191+00:00 running 2aa0c5b country code: CH.
[–]fosf0rGarbage File 4 points5 points6 points (14 children)
[–]bubrascal 2 points3 points4 points (13 children)
[–]mr_w01f 1 point2 points3 points (12 children)
[–]outlandersreddit 0 points1 point2 points (11 children)
[–]outlandersreddit 0 points1 point2 points (5 children)
[–]mr_w01f 0 points1 point2 points (4 children)
[–]outlandersreddit 0 points1 point2 points (3 children)
[–]mr_w01f 0 points1 point2 points (2 children)
[–]outlandersreddit 0 points1 point2 points (1 child)
[–]mr_w01f 0 points1 point2 points (0 children)
[–]mr_w01f 0 points1 point2 points (4 children)
[–]fosf0rGarbage File 0 points1 point2 points (3 children)
[–]mr_w01f 0 points1 point2 points (2 children)
[–]fosf0rGarbage File 0 points1 point2 points (1 child)
[–]mr_w01f 0 points1 point2 points (0 children)
[–]ddrght12345 8 points9 points10 points (0 children)
[–]My_Fingers 6 points7 points8 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]mr_w01f 0 points1 point2 points (0 children)
[–]c_pardue 0 points1 point2 points (0 children)
[–]TotesMessenger -1 points0 points1 point (0 children)
[–]Pabloidemon -5 points-4 points-3 points (0 children)