https://raw.githubusercontent.com/tranquac/Blog_Image/master/avatar/avatar.jpg

Hacker / Red Teamer / Security Enthusiast

OSCP CheatSheet

This is all I have gathered from my practice and oscp exam. It is quite complete. Hope it will help your exam. Try Harder Around Kali Finding Around Kali Find, Locate, and Which locate Reads from a database prepared by updatedb updatedb locate ssh.config which Returns pathnames of files or links which would be executed in the current environment. It does this by searching the PATH variable. which python

Getting the OSCP Certification: 'Offensive Security Certified Professional' (PEN-200) review

28-4-2021 / 21 Year Old Hôm nay tôi ngồi đây để viết những dòng suy nghĩ này khi tôi vừa nhận được email thông báo tôi đã vượt qua kì thi OSCP của offensive security.Đây chỉ là một bài viết đơn giản để tôi có thể chia sẻ những suy nghĩ,cảm nhận và hành trình tôi đạt đượt chứng chỉ OSCP trong lần thi đầu tiền . Đó là cả một quá trình gian nan, cố gắng hết mình của tôi trong 3 tháng.

Linux Privilege Escalation

Tools There are many scripts that you can execute on a linux machine which automatically enumerate sytem information, processes, and files to locate privilege escelation vectors. Here are a few: LinPEAS - Linux Privilege Escalation Awesome Script wget "https://raw.githubusercontent.com/carlospolop/privilege-escalation-awesome-scripts-suite/master/linPEAS/linpeas.sh" -O linpeas.sh curl "https://raw.githubusercontent.com/carlospolop/privilege-escalation-awesome-scripts-suite/master/linPEAS/linpeas.sh" -o linpeas.sh ./linpeas.sh -a #all checks - deeper system enumeration, but it takes longer to complete. ./linpeas.sh -s #superfast & stealth - This will bypass some time consuming checks.