├── LICENSE ├── README.md ├── cyberbot.py ├── modules ├── helloworld │ ├── config.json │ ├── helloworld.py │ └── peoples.txt ├── mongodb_unauth_access │ └── mongodb_unauth_access.py └── redis_unauth_access │ └── redis_unauth_access.py └── screenshots └── console_monitor.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RickGray/cyberbot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RickGray/cyberbot/HEAD/README.md -------------------------------------------------------------------------------- /cyberbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RickGray/cyberbot/HEAD/cyberbot.py -------------------------------------------------------------------------------- /modules/helloworld/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RickGray/cyberbot/HEAD/modules/helloworld/config.json -------------------------------------------------------------------------------- /modules/helloworld/helloworld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RickGray/cyberbot/HEAD/modules/helloworld/helloworld.py -------------------------------------------------------------------------------- /modules/helloworld/peoples.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RickGray/cyberbot/HEAD/modules/helloworld/peoples.txt -------------------------------------------------------------------------------- /modules/mongodb_unauth_access/mongodb_unauth_access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RickGray/cyberbot/HEAD/modules/mongodb_unauth_access/mongodb_unauth_access.py -------------------------------------------------------------------------------- /modules/redis_unauth_access/redis_unauth_access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RickGray/cyberbot/HEAD/modules/redis_unauth_access/redis_unauth_access.py -------------------------------------------------------------------------------- /screenshots/console_monitor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RickGray/cyberbot/HEAD/screenshots/console_monitor.gif --------------------------------------------------------------------------------