hxhBrofessor

Results 5 comments of hxhBrofessor

after adding the additional `--no-sandbox` arguments I was able to fix the chrome unreachable error. ## Fix unreachable chrome issue ``` def startChrome(self): try: f=open("Moriarty/c_Version.moriarty","r") options = uc.ChromeOptions() options.add_argument("--no-sandbox") options.add_argument(version_main=f.read())...

getting the same issue export KUBECONFIG=~/.kube/config [*] Using KUBECONFIG environment variable [*] You can ignore it by modifying the KUBECONFIG environment variable, file "~/.kube/config" or use the "-i" switch 2021/02/24...

i'm getting the same error as well

// CloudSploit config file module.exports = { credentials: { aws: { // OPTION 1: If using a credential JSON file, enter the path below credential_file: '~/.aws/cSploit.js' // OPTION 2: If...

I don't believe it is working with the latest golang version.. go get is deprecated and you have to use go install github.com/tomnomnom/httprobe@latest It's not working for either...