mirror of https://github.com/hak5/omg-payloads.git
320ac03f56 | ||
---|---|---|
.. | ||
README.md | ||
payload.txt | ||
script.sh |
README.md
Exploiting An Executable File - Linux ✅
Plug-And-Play ❤️
A script used to detect all executable files in a Linux system. An executable file can be used in cybersecurity to execute some script without having the necessary permissions to make it executable.
Category: Execution
Description
A script used to detect all executable files in a Linux system. An executable file can be used in cybersecurity to execute some script without having the necessary permissions to make it executable.
Remember that any execution that is not permitted is not legitimate.
Getting Started
Dependencies
- Linux system
Settings
- You can edit the content that you want to put into the executable file.
# You can put whatever you want into the executable file
echo "/bin/sh" > "$file"