mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/hacking-blogposts.git
synced 2025-05-16 04:16:59 +00:00
add hacking blogposts as they are
This commit is contained in:
parent
fa65088be1
commit
325b9c3814
1904 changed files with 91353 additions and 0 deletions
38
Insane/0.md
Normal file
38
Insane/0.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Writeup
|
||||
|
||||

|
||||
|
||||
## Introduction :
|
||||
|
||||
the text goes here
|
||||
|
||||
## **Part 1 : Initial Enumeration**
|
||||
|
||||
As always we begin our Enumeration using **Nmap** to enumerate opened ports. We will be using the flags **-sC** for default scripts and **-sV** to enumerate versions.
|
||||
|
||||
|
||||
λ nihilist [ 127.0.0.1 ] [~]
|
||||
→ nmap -F 127.0.0.1
|
||||
Starting Nmap 7.80 ( https://nmap.org ) at 2020-02-19 22:08 GMT
|
||||
Nmap scan report for localhost (127.0.0.1)
|
||||
Host is up (0.00024s latency).
|
||||
Not shown: 99 closed ports
|
||||
PORT STATE SERVICE
|
||||
3306/tcp open mysql
|
||||
|
||||
Nmap done: 1 IP address (1 host up) scanned in 0.11 seconds
|
||||
|
||||
|
||||
|
||||
## **Part 2 : Getting User Access**
|
||||
|
||||
the text goes here
|
||||
|
||||
## **Part 3 : Getting Root Access**
|
||||
|
||||
the text goes here
|
||||
|
||||
## **Conclusion**
|
||||
|
||||
Here we can see the progress graph :
|
||||
|
BIN
Insane/img/0.png
Normal file
BIN
Insane/img/0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
Loading…
Add table
Add a link
Reference in a new issue