ians is the "swiss army knife" of hacking, perfect for a variety of tactical operations
- Variety of attacks
- port scan
- sniffer
- ssh bruteforce
- create trojan
- private chatroom
- map a site
- find connected people
- user recon
- Fast and lightweight
- Dependency-light
- golang: install go
- python: install python
-
Clone the repository:
git clone https://github.com/giovanni-iannaccone/ians cd ians -
Run installation script:
chmod +x install.sh ./install.sh -
Execute ians:
go run ians.goor build it:
go build ians.go
Caution
The ians team does not assume any responsibility for the improper use of the app.
Write the number corrisponding to the attack you want to run
-
port scanner
Type target's ip or hostname, select the type of scan and press enter
-
sniffer
Every captured packet will be printed in a decoded format
-
ssh bruteforce
Enter username (or a wordlist), password (or a wordlist), press enter and wait
-
trojan creator
Type your ip and port, file to infect's path and your ftp credentials (optional).
Send the trojan to your victim and wait for him to execute it.
-
chatroom
Host a chatroom or connect to an existing one. If you connect send messages to other users,
if you are hosting, manage your room by setting a password, removing and blocking users.
-
site mapper
Enter site's url, file extensions (optional) and a wordlist path, press enter and wait
-
user recon
Type a username and search it across many social media
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch ( using this convention).
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Create a pull request to the main repository.
Golang: https://go.dev/doc/
Hacking: https://tryhackme.com/
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
- For any inquiries or support, please contact iannacconegiovanni444@gmail.com .
- Visit my site for more informations about me and my work https://giovanni-iannaccone.github.io
