kerusey / AutomatedTestSuite

Python project that aims on automated capturing information of system
MIT License
2 stars 0 forks source link
python security shodan telegram testing

AutomatedTestSuite

Python project that aims on the automated capturing information of system

Example of config.json

{
  "token": "telegram bot token",
  "shodanKey": "Shodan Api token",
  "userSession": 999999,
  "proxy": {
    "type": "https",
    "body": "proxytype://username:passwoed@domain:port"
  },
  "tasks": [
    "Get user data",
    "Test network speed",
    "Take screenshot"
  ]
}