SMB : stands for server message block which is used to access the files and file syustems remotly over the internet widely used in windows
- 3
- 139/445
- WORKGROUP
- polosmb
- 6.1
- profiles
- smbclient //10.10.10.2/secret -U suit -p 445
- Y
- John Cactus
- SSH
- .ssh
- id_rsa
- THM{smb_is_fun_eh?}
Tenlet is
- application protocol
- ssh
- telnet 10.10.10.3 23
- encryption
- 1
- 8012
- tcp
- 0
-
- A Backdoor
- skidy
-
-
- SKIDY'S BACKDOOR.
- N
-
sudo tcpdump ip proto \\icmp -i tun0
This command dumps all the traffic to the terminal and that is specific to icmp protocol on the interface tun0 5. - 6. N 7. - 8.
- mkfifo
- nc -lnvp 4444
-
- THM{y0u_g0t_th3_t3ln3t_fl4g}
The FTP server may support either Active or Passive connections, or both.
- In an Active FTP connection, the client opens a port and listens. The server is required to actively connect to it.
- In a Passive FTP connection, the server opens a port and listens (passively) and the client connects to it.
// The end, Stopping un necessary writeups to save time
