This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Written by: Michael McKinnon @bigmac | |
# Get in contact with me if you found this useful | |
import os | |
import sys | |
import gmpy2 | |
from Crypto.PublicKey import RSA | |
from Crypto.Cipher import PKCS1_v1_5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import airsimneurips | |
import airsim | |
import time | |
import socket | |
import numpy as np | |
# Network Configuration | |
################ | |
HOST = "192.168.29.186" | |
PORT = 2222 |