https://github.com/taqsblaze/autonomous
Scripts to automatically install Android-SDK, Flutter-SDK and some Pentest tools
https://github.com/taqsblaze/autonomous
Last synced: 28 days ago
JSON representation
Scripts to automatically install Android-SDK, Flutter-SDK and some Pentest tools
- Host: GitHub
- URL: https://github.com/taqsblaze/autonomous
- Owner: TaqsBlaze
- License: apache-2.0
- Created: 2025-02-10T08:57:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T12:31:43.000Z (3 months ago)
- Last Synced: 2025-02-10T13:21:56.243Z (3 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autonomous
----
### 🔧 Included Scripts1. **install-tools.sh** – Installs essential penetration testing tools to set up a powerful security testing environment.
2. **setup-android-SDK.sh** – Downloads, installs, and configures the Android SDK, making it easy to start developing Android applications.
3. **setup-flutter-SDK.sh** – Downloads, installs, and configures the Flutter SDK, providing a seamless setup for cross-platform app development.### 📌 How to Use
Make the scripts executable and run them as needed:
```sh
chmod +x install-tools.sh setup-android-SDK.sh setup-flutter-SDK.sh
./install-tools.sh
./setup-android-SDK.sh
./setup-flutter-SDK.sh
```### ✅ Requirements
- Debian based system
- zsh shell
- A Unix-based system (Linux/macOS)
- `curl` and `wget` installed (for downloading dependencies)
- Sufficient disk space for SDK installations### âš¡ What's New?
- Automated installation for penetration testing tools
- Hassle-free Android SDK and Flutter SDK setup
- Streamlined configuration to get started quickly📢 Feel free to contribute, suggest improvements, or report any issues! 🚀
---