Removing Executables
parent
148db8228f
commit
c7fd4f2aa7
|
@ -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.
|
||||
|
||||
Executables have been removed for security reasons.
|
||||
|
||||
**Category**: Execution
|
||||
|
||||
# Guide to Creating an Executable Program using Python
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Example
|
||||
|
||||
Executables have been removed for security reasons.
|
||||
|
||||
## File list
|
||||
|
||||
- Python code: `example.py`
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Executables have been removed for security reasons.
|
Binary file not shown.
Loading…
Reference in New Issue