Removing Executables

pull/181/head
aleff-github 2023-06-14 15:44:48 +02:00
parent d6719f8e9d
commit 017ec28146
5 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -1,5 +1,7 @@
# Example
Executables have been removed for security reasons.
## File list
- Python code: `example.py`

View File

@ -0,0 +1 @@
Executables have been removed for security reasons.