Update README.md

This commit is contained in:
Joe Totes
2022-08-10 15:57:57 -04:00
committed by GitHub
parent 1a82ecdb3f
commit e6b67ff6af

View File

@@ -232,6 +232,9 @@ smbclient -N \\\\{IP ADDRESS}\\{SHARE} -U Administrator
# Brute force SMB user and password list # Brute force SMB user and password list
crackmapexec smb {IP ADDRESS} -u {USER.txt} -p {PASSWORDS.txt} --shares crackmapexec smb {IP ADDRESS} -u {USER.txt} -p {PASSWORDS.txt} --shares
# Mount SMB Drive
sudo mount -t cifs //{IP ADDRESS}/{SHARE} /mnt/user/
# {IP ADDRESS}: IP Address of the Server # {IP ADDRESS}: IP Address of the Server
# {SHARE}: Share name to connect # {SHARE}: Share name to connect
# {USER.txt}: User list to be brute forced # {USER.txt}: User list to be brute forced
@@ -519,7 +522,7 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux
# Usage # Usage
sudo nc lnvp {PORT} sudo nc -lnvp {PORT}
# {PORT}: Select the port used to listen # {PORT}: Select the port used to listen
``` ```