UI Documentation
Functions
banner()
prints PyHTools Banner on UI Screen
Returns:
Type | Description |
---|---|
None |
Source code in pyhtools\UI\functions.py
clrscr()
generate_executable()
executes commands to generate executables. Work in Progress
Returns:
Type | Description |
---|---|
None |
Source code in pyhtools\UI\functions.py
listener_option()
accepts inputs from user to run reverse TCP backdoor and starts listeners
Returns:
Type | Description |
---|---|
None |
Source code in pyhtools\UI\functions.py
machngr_option()
print_help()
prints commands with their brief description.
Returns:
Type | Description |
---|---|
None |
Source code in pyhtools\UI\functions.py
run()
async
starts PyHTools UI, interacts with user and executes appropriate functions based on command
Returns:
Type | Description |
---|---|
None |
Source code in pyhtools\UI\functions.py
send_mail_to(email, password, receiver, subject, body)
sends mail to receivers
Parameters:
Name | Type | Description | Default |
---|---|---|---|
email |
str
|
email of the sender |
required |
password |
str
|
password of sender |
required |
receiver |
str
|
receviever's email address |
required |
subject |
str
|
email subject |
required |
body |
str
|
email text content |
required |
Returns:
Name | Type | Description |
---|---|---|
bool |
bool
|
returns True if email was sent successfully, else returns False |
Source code in pyhtools\UI\functions.py
sendmail_option()
Accepts inputs from user to send email
Returns:
Type | Description |
---|---|
None |