lil patches
This commit is contained in:
parent
f183012e31
commit
f59c46ad87
5 changed files with 165 additions and 2410 deletions
|
|
@ -7,8 +7,11 @@ import socket
|
|||
import subprocess
|
||||
|
||||
TARGET_LINK = "f0:2f:74:30:0c:d0"
|
||||
TARGET_HOSTNAME = "tower.home.the.malice.zone"
|
||||
TARGET_IP = socket.gethostbyname(TARGET_HOSTNAME)
|
||||
#TARGET_HOSTNAME = "tower.home.the.malice.zone"
|
||||
#TARGET_IP = socket.gethostbyname(TARGET_HOSTNAME)
|
||||
|
||||
#ip made static until dns issues end
|
||||
TARGET_IP = "10.10.0.110"
|
||||
|
||||
def remote_cmd(command):
|
||||
print(f"Executing: ssh alisceon@tower.home.the.malice.zone '{command}'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue