
Attackers can use Impost3r to make a trap to steal the legal user's passwords XD This tool is limited to security research and teaching, and the user bears all legal and related responsibilities caused by the use of this tool! The author does not assume any legal and related responsibilities! Features Automatically clean the track Use DNS to transfer the result Really hard for legal users can feel this attack Dependencies GCC Usage Impost3r can be used to steal passwords including sudo, su, and ssh services. These three services can be roughly divided into two categories, sudo, and ssh/su. I will discuss them below Steal sudo password Only need ordinary user's privilege, and can only steal the current user's password. First I will assume that attacker has controlled a server and the privilege is an ordinary user Then copy the original .bashrc file cp ~/.bashrc /tmp/, and put this copy....