🐝
🐝
🐝
🐝
OSCP 2022 Materials
Search
⌃
K
General
Whoami
Resources
Frequently Asked Questions
Shared Resource
Enumeration
Foreword
FTP
SMTP
DNS
Finger
HTTP/ HTTPS
Kerberos
POP3
SMB
IMAP
SNMP
IRC
RSync
MSSQL
NFS
REDIS
Port Forwarding
Linux Post Exploitation
Post Exploit Checks
Pivoting ( ProxyChains )
Windows Post Exploitation
Post Exploit Checks
Active Directory ( Recon -> PE)
Notes
Buffer Overflow
Hackthebox
TryHackMe
Mobile Pentesting
Android Pentesting
MISC
Useful
Web
Linux
Application Specific
Programming Notes for Offensive Security
Forensics
Inspection
Troubleshooting
Powered By
GitBook
NFS
Network file share protocol allows users to share the disk accross the network which can be mounted to the machine on demand
Accessing
showmount
-e
$ip
Mounting
# mount -t cifs/nfs $ip:<shared_folder> <target> -o nolock
mkdir
/tmp/mount
mount
-t
cifs
$ip
:dnoscp/ /tmp/mount
-o
nolock
Enumeration - Previous
MSSQL
Next - Enumeration
REDIS
Last modified
1yr ago