mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/hacking-blogposts.git
synced 2025-05-16 20:37:01 +00:00
fix the hacking tutorials
This commit is contained in:
parent
325b9c3814
commit
673311896a
21 changed files with 207 additions and 489 deletions
|
@ -55,7 +55,7 @@ Our nmap scan picked up port 5000 running http Gunicorn 19 so let's investigate
|
|||
|
||||
` 
|
||||
|
||||
Looks like we have a website in construction so let's check out /upload which is a webpage onto which we can upload xml files So just like for [Aragorg](19.html), we will try to do some XXE exploitation, by first trying to print out the /etc/passwd file:
|
||||
Looks like we have a website in construction so let's check out /upload which is a webpage onto which we can upload xml files So just like for [Aragorg](19.md), we will try to do some XXE exploitation, by first trying to print out the /etc/passwd file:
|
||||
|
||||

|
||||
|
||||
|
@ -135,7 +135,7 @@ From there we navigate around and we stumble upon an interesting directory /home
|
|||
4.0K drwxrwx--- 2 roosa roosa 4.0K Mar 26 2018 src
|
||||
|
||||
|
||||
Now let's get into the .git directory and see if we can print out the previous git commits just like on the [Canape box](25.html) but this time we specify the -p flag in order to list the changes under each commit:
|
||||
Now let's get into the .git directory and see if we can print out the previous git commits just like on the [Canape box](25.md) but this time we specify the -p flag in order to list the changes under each commit:
|
||||
|
||||
|
||||
roosa@gitter:~/work/blogfeed$ git log -p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue