Welcome to the Shelloox Git repository!
Shelloox is a comprehensive collection of useful tools and scripts designed to enhance your workflow and simplify various tasks. The repository encompasses a wide range of functionalities and aims to be a one-stop solution for different automation and scripting needs.
Before getting started with Shelloox, ensure that you have the following prerequisites installed on your system:
- Nmap (for the automatic scanning script)
- Python (for the Python server script)
- Any additional dependencies mentioned in the individual script's documentation
To use Shelloox, follow these steps to set up the repository on your local machine:
- Clone the repository to your desired directory using the following command:
sudo git clone https://github.com/spllat-00/Shelloox.git /opt/Shelloox; cd /opt/Shelloox- Give permission to
setup.sh
sudo chmod +x /opt/Shelloox/setup.sh- Run
setup.sh
sudo /opt/Shelloox/setup.sh- Clone the repository to your desired directory using the following command:
sudo git clone https://github.com/spllat-00/Shelloox.git- Change directory into folder
cd <FULL_GIT_REPO_PATH>- Setup permissions (Warning: Run inside Git Repo)
sudo find . -type f -name 'script-*.sh' -exec chmod +x {} \;OR
sudo find <FULL_GIT_REPO_PATH> -type f -name 'script-*.sh' -exec chmod +x {} \;- Optional : Setting up alias, in .zshrc or .bashrc
# nmap script
alias nms="<FULL_GIT_REPO_PATH>/nmap/script-nmap-auto.sh"
# python server
alias pyserver="<FULL_GIT_REPO_PATH>/PyServer/script-python-server.sh"
# Running as sudo
alias sudo="sudo "Either restart the terminal or else run:
source .zshrc
source .bashrcalias | grep -E "nms|pyserver|sudo"Once you have set up Shelloox, you can start utilizing the available tools and scripts. Refer to the individual script's documentation, or else -h/--help for detailed usage instructions and examples.
-
Give executable permissions
We welcome contributions from the community to make Shelloox even more robust and feature-rich. If you have any bug fixes, improvements, or new additions to suggest, please follow the guidelines in the CONTRIBUTING.md file.
If you encounter any issues, have questions, or need assistance with Shelloox, feel free to open an issue on the repository's GitHub page. We appreciate your feedback and will do our best to address any concerns.
Thank you for using Shelloox! We hope these tools and scripts streamline your tasks and enhance your productivity.
- Windows compatibility
-
Check if an alias is set -
Help flag functionality




