mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-21 19:43:03 +00:00
Update DevGuru.md
This commit is contained in:
parent
1dfecb0b38
commit
22f3d53e00
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
# VulnHub-DevGuru
|
||||
|
||||
First of all let's do `netdiscover` on our interface with internet access because we locally have our machine running and we need to get it's ip address
|
||||
|
||||
## Netdiscover
|
||||
|
||||
Run `netdiscover -i wlan0` or `eth0`
|
||||
|
@ -216,4 +214,4 @@ Now a vulnerability exists in this scenario when a user is allowed to execute co
|
|||
|
||||
<img src="https://imgur.com/9ihFY4q.png"/>
|
||||
|
||||
So this was a really an intersting box that first we have to dump the git repository then look for important files after that get our intial foothold as `www-data` through that look for some configuration files ,edit database ,add repository then push our changes into it did learned a lot from this it was my first vulnhub machine that I rooted !!!
|
||||
So this was a really an intersting box that first we have to dump the git repository then look for important files after that get our intial foothold as `www-data` through that look for some configuration files ,edit database ,add repository then push our changes into it did learned a lot from this it was my first vulnhub machine that I rooted !!!
|
||||
|
|
Loading…
Reference in a new issue