r00t-3xp10it / venom

venom - C2 shellcode generator/compiler/handler
1.76k stars 594 forks source link

./venom.sh: 14: resize: not found #82

Open mohamedXXX010 opened 3 years ago

mohamedXXX010 commented 3 years ago

./venom.sh: 14: resize: not found hope find help

r00t-3xp10it commented 3 years ago


resize its an bash (sh) internal command that allow me to set the terminal windows size. ( Its Not Importante for script execution ) => resize(1) - Linux man page <=


Just edit venom.sh and setup.sh and delete the resize command from the begging of the scripts .. bug

Also dont forget to install zenity


Duplicated issue: https://github.com/r00t-3xp10it/venom/issues/35