oldkingcone
oldkingcone
``` def get_config_path(config=''): path = "" # ToDo: Support for command line argument pointing to config file. if config == '': if is_posix(): if os.path.isfile("/var/artillery/config"): path = "/var/artillery/config" if os.path.isfile("config"):...
This throws an error, for some reason on linux, and using python2.X, it may have worked for you on your systems but I had to remove the os.mkdirs in order...
Here is an idea that you could use for your search function. It returns as a dict though which makes parsing a pain. users = graph.request('/search?q='+q+'&type=user') This can be expanded...
When attempting to add new bots to the session handler, it appears as though there is an odd error: ``` Exception occurred during processing of request from ('10.129.228.117', 53058) Traceback...
https://github.com/oldkingcone/slopShell
I cloned the repo, and compiled. Once running the server portion of the C2, a powershell window popped up and just repeatedly started printing ha, ha, ha, ha, ha. Probably...