## https://sploitus.com/exploit?id=EE8824C9-2693-5090-8AE2-A5DCB1B9FB62
> Good all day, my friends, I finally finished the first version of my first project: "robot".
> It took me some time, I should use cocaine to stay awake. There is a tip. I heard saying that helps.
Ignoring the cocaine and bullshits, there is: 'robot.py", my suffer for your automated hacking-tool. Try to be happy, pls.
---
***Instalation:*** Just run these 3 commands exactly they are:
mkdir -p ~/.local/share/just-atech && cd ~/.local/share/just-atech
git clone https://github.com/just-atech/robot .
chmod +x robot.py
***Alias:***
- Bash Shell:
echo 'alias rbt="sudo python3 ~/.local/share/just-atech/robot.py"' >> ~/.bashrc && echo 'alias rbtconsole="rbt"' >> ~/.bashrc && source ~/.bashrc
- Zsh Shell:
echo 'alias rbt="sudo python3 ~/.local/share/just-atech/robot.py"' >> ~/.zshrc && echo 'alias rbtconsole="rbt"' >> ~/.zshrc && source ~/.zshrc
- Fish Shell:
alias rbt="sudo python3 ~/.local/share/just-atech/robot.py" && alias rbtconsole="rbt" && funcsave rbt rbtconsole
_Plus:_ After that, just type "rbt" or "rbtconsole", and is ready for use.
---
*System Dependencies:*
> - python3 (duh)
> - python3-venv
> - scapy
> - curl
> - unzip
---
*External Dependencies:*
> - nmap
> - metasploit
> - aircrack-ng
> - hcxtools
> - john
> - hashcat
> - hydra
> - gobuster
> - sqlmap
> - whois
> - bind-utils / dnsutils
> - nikto
> - nuclei
---
>> # Terms of Use:
[1] - Resonsability: I am not responsible for lost-data, System losts, or any fisical damage.
-> All tools here made for controled use. Your irresponsability, is YOUR irresponsability,
[2] - Usability: Focused on Pentest and White-Hat, anything more that is on YOUR account.
-> Ilegal Use is highly discouraged.
---
> This tool Automate the use of other tools like Nmap, MSFConsole, and Hashcat.
> - It can poison the ARP Cache, Deauthenticate devices, map the entire network, break Hashs, Banner Grab and Much More with few clicks. Use with Caution.
If you find bugs, something wrong, or just want to chat, contact me by the gmail "***just.atech.sec@gmail.com***".