Skip to content

cons0le7/iSH-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iSH-tools

Ethical hacking toolkit for iOS devices using iSH Shell

About

When I first downloaded iSH Shell, I searched everywhere for tools related to cybersecurity and ethical hacking but found very few that actually worked. I spent about a year learning iSH, familiarizing myself with Alpine, testing different tools and modifying their installs to work within iSH, as well as writing some of my own iSH compatible scripts. I have decided to put together a neatly packaged and easy to use toolkit for others who may be looking for the same thing. I plan on updating this whenever I find more useful things. Recommendations and contributions are always welcome!

Warning

These tools are intended to be used legally and ethically. Do not use them against anything that you do not own or do not have permission to use them against. I am not responsible for any use or misuse of these tools.

Image

Tip

Set font size in iSH settings to 10 or lower for the best experience.

Single-Paste Install:

cd $HOME
apk add python3 py3-pip bash git
pip3 install pystyle 
git clone https://github.com/cons0le7/iSH-tools
cd $HOME/iSH-tools/tools
chmod +x *.sh
cd ..
chmod +x iSH-tools
./iSH-tools

To make the script callable from terminal:

ln -s $HOME/iSH-tools/iSH-tools /usr/bin/hack

By doing this you can call the script any time with the command: hack

If you want the script to be called from a different command: change "hack" at the end of the line above to whatever command you would like the script to be called from. Just make sure the name you choose does not conflict with any other installed package names.

To remove the symlink:

rm /usr/bin/hack

Uninstall

rm -r ~/iSH-tools
rm /usr/bin/hack

Note


Some tools take a while to install. Keep iSH Shell open until complete.

Tools can take some time to load in the shell environment, wait for them to appear before using. Nikto can be used right away.


Contact for help & suggestions:

Instagram Discord

🛠 Third-Party Tools & Licenses

iSH-tools integrates several third-party tools. These tools remain under their original licenses. This tool does not include their binaries or source code; They are installed from their official repositories.

Recon-ng Nikto DNSrecon UDPSCAN Infoga NoSint IntelBase XSStrike sqlmap ZipBrute PDFbrute OpenSSL GnuPG

About

Ethical hacking toolkit for iOS devices using iSH Shell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published