The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here.
11.02k
stars
2.79k
forks
source link
env x='() { :;}; echo vulnerable' bash -c "echo this is a test" >> info_gathering.txtecho >> info_gathering.txtecho >> info_gathering.txtecho "Mounted filesystems: " >> info_gathering.txtmount -l >> info_gathering.txtecho >> info_gathering.txtecho "Network Configuration: " >> info_gathering.txtifconfig -a | grep 'Link\|inet' >> info_gathering.txtecho >> info_gathering.txtecho "Print Hosts: " >> info_gathering.txtcat /etc/hosts >> info_gathering.txt #1009
Open
BillieLurk opened 1 year ago
Expected Behaviour
Put here what the expected behaviour should be when reporting an issue
Actual Behaviour
Put here what the actual behaviour should be when reporting an issue
Set Version
Set version
Before opening an issue please make sure you are running the most up to date version of set
We see the same bug reports being opened for issues that have already been fixed in a new release
Set in Kali
Please make sure you are running kali-rolling and your system is up to date. To update your system do the following
apt update && apt full-upgrade
Run the following to check your version of Kali
lsb_release -rdc
and you should see the following outputIf you do not see the following output download the ISO from http://cdimage.kali.org/kali-images/kali-weekly/
If you do all of the above and still have an issue then please open a issue.