LionSec / xerosploit

Efficient and advanced man in the middle framework
GNU General Public License v3.0
2.02k stars 651 forks source link

cannot/how to run... #198

Open ViperNetwork opened 4 years ago

ViperNetwork commented 4 years ago

Just help me in simple words in how to run the code when I type 'root@kali:~# xerosploit' (Command not found) Please help

Jaya0356 commented 4 years ago

IT might be because you havent installed the xerosploit yet.

ViperNetwork commented 4 years ago

I did Install it as it was written in ur blog on how to install it but still does not work.

On Wed, Apr 1, 2020 at 6:25 PM Jaya0356 notifications@github.com wrote:

IT might be because you havent installed the xerosploit yet.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/LionSec/xerosploit/issues/198#issuecomment-607316197, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO74DY5T7N5EE6UIMGSAGJTRKNMHPANCNFSM4LWXCZDA .

Sidd005 commented 4 years ago

I did Install it as it was written in ur blog on how to install it but still does not work. On Wed, Apr 1, 2020 at 6:25 PM Jaya0356 @.***> wrote: IT might be because you havent installed the xerosploit yet. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#198 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO74DY5T7N5EE6UIMGSAGJTRKNMHPANCNFSM4LWXCZDA .

Just help me in simple words in how to run the code when I type 'root@kali:~# xerosploit' (Command not found) Please help

Just help me in simple words in how to run the code when I type 'root@kali:~# xerosploit' (Command not found) Please help

@ViperNetwork If you've already installed it, first try going into the xerosploit folder directly and then manually run the xerosploit module from there. Suppose you have your xerosploit folder installed in root directory then, cd root/xerosploit/ (Or you can just directly open the terminal by going in the xerosploit folder) Use 'ls' to list all the items in xerosploit folder. Then, make sure you've executable permission to run xerosploit.py by writing, 'chmod +x xerosploit.py' and then enter. Then ./xerosploit.py

Now from the next time if you ever want to run xerosploit just by typing the same, just do the following. 1) go to .bashrc file in the root directory. 2) edit it by just adding one line at the last: alias xerosploit= the full path where xerosploit.py is installed(mine is '/root/xerosploit/xerosploit.py') 3) don't forget to save it. 4) you're good to go with just by xerosploit command. Hope it helps.