53 lines
1.9 KiB
Markdown
53 lines
1.9 KiB
Markdown
# 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.
|
|
|
|
[](https://github.com/aleff-github/my-flipper-shits)
|
|
|
|
**Category**: Execution
|
|
|
|
<div align=center>
|
|
|
|
<img src="https://github.com/aleff-github/my-flipper-shits/blob/main/img/logo-repository-2_0.gif" width="600" /><br><img src="https://github.com/aleff-github/my-flipper-shits/blob/main/img/DISCLAIMER.png" width="600" />
|
|
|
|
</div>
|
|
|
|
## 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 (line 10 of the script.sh).
|
|
|
|
## Credits
|
|
|
|
<h2 align="center"> Aleff :octocat: </h2>
|
|
<div align=center>
|
|
<table>
|
|
<tr>
|
|
<td align="center" width="96">
|
|
<a href="https://github.com/aleff-github">
|
|
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/github.png?raw=true width="48" height="48" />
|
|
</a>
|
|
<br>Github
|
|
</td>
|
|
<td align="center" width="96">
|
|
<a href="https://www.linkedin.com/in/alessandro-greco-aka-aleff/">
|
|
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/linkedin.png?raw=true width="48" height="48" />
|
|
</a>
|
|
<br>Linkedin
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div> |