add hacking blogposts as they are

This commit is contained in:
oxeo0 2025-05-07 01:02:00 +02:00
parent fa65088be1
commit 325b9c3814
1904 changed files with 91353 additions and 0 deletions

38
Insane/0.md Normal file
View file

@ -0,0 +1,38 @@
# Writeup
![](img/0.png)
## 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB