mirror of https://github.com/hak5/omg-payloads.git
Removing Executables
parent
d6719f8e9d
commit
017ec28146
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
Through this guide you will be able to create executable programs that can be installed via DuckyScript in such a way as to avoid using the Internet altogether. This type of installation can lead to serious damage to machines so do it only if you are fully aware and sure of what you are doing, in this example you will already find the code in hexadecimal but if you want to be sure recompile the executable following the following guide.
|
Through this guide you will be able to create executable programs that can be installed via DuckyScript in such a way as to avoid using the Internet altogether. This type of installation can lead to serious damage to machines so do it only if you are fully aware and sure of what you are doing, in this example you will already find the code in hexadecimal but if you want to be sure recompile the executable following the following guide.
|
||||||
|
|
||||||
|
Executables have been removed for security reasons.
|
||||||
|
|
||||||
**Category**: Execution
|
**Category**: Execution
|
||||||
|
|
||||||
# Guide to Creating an Executable Program using Python
|
# Guide to Creating an Executable Program using Python
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Example
|
# Example
|
||||||
|
|
||||||
|
Executables have been removed for security reasons.
|
||||||
|
|
||||||
## File list
|
## File list
|
||||||
|
|
||||||
- Python code: `example.py`
|
- Python code: `example.py`
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Executables have been removed for security reasons.
|
Binary file not shown.
Loading…
Reference in New Issue