├── LICENSE ├── README.md ├── agent.vbs ├── handler.py ├── plugins └── .keep └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/SMBRat/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/SMBRat/HEAD/README.md -------------------------------------------------------------------------------- /agent.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/SMBRat/HEAD/agent.vbs -------------------------------------------------------------------------------- /handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/operatorequals/SMBRat/HEAD/handler.py -------------------------------------------------------------------------------- /plugins/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | watchdog 2 | termcolor 3 | --------------------------------------------------------------------------------