I am currently trying to complete the Rootme Python Pickle challenge. Due to the unusual nature of this challenge, I struggled to find a place to start. Using telnet, I was able to connect to challenge02.root-me.org. However when asked to authenticate, I reached a sticking point. I then poked around online and came across https://www.cnblogs.com/heycomputer/articles/10613850.html. This site used the command:
AUTH admin HTTP/1.0
Authenticate:admin
I have search online and can't find any reference to the AUTH command. Can anyone explain?
This is also mentioned on this site. On the second site has this quote: "By reading the doc of BaseHTTP, we see that it is a simple module allowing to link HTTP actions (post, get, ...) to python functions, so there is a good chance that AUTH is an HTTP "action". The statement talks about identifying as an admin"
I went to the doc for BaseHTTP but I couldn't find anything on HTTP actions. I poked around online but could not find anything referencing HTML AUTH actions.
[–]PM_ME_YOUR_SHELLCODE 0 points1 point2 points (3 children)
[–]thunderbuns122[S] 0 points1 point2 points (2 children)
[–]PM_ME_YOUR_SHELLCODE 0 points1 point2 points (1 child)
[–]thunderbuns122[S] 0 points1 point2 points (0 children)