{"id":26296100,"url":"https://github.com/rohancyberops/ss","last_synced_at":"2025-03-15T04:16:58.614Z","repository":{"id":276652574,"uuid":"929877501","full_name":"RohanCyberOps/SS","owner":"RohanCyberOps","description":"This repository contains a collection of powerful shell scripts designed to enhance automation, security, and system management. Whether you're an IT professional, ethical hacker, or system administrator, these scripts will help streamline your workflow and improve efficiency.","archived":false,"fork":false,"pushed_at":"2025-02-25T15:41:10.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T20:57:18.523Z","etag":null,"topics":["automation","security","shell","systemmanagement"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-09T16:03:19.000Z","updated_at":"2025-02-25T15:41:14.000Z","dependencies_parsed_at":"2025-02-09T17:23:27.910Z","dependency_job_id":"9eb2fecb-8752-410a-adc0-c53447f57bd2","html_url":"https://github.com/RohanCyberOps/SS","commit_stats":null,"previous_names":["rohancyberops/ss"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/SS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681042,"owners_count":20330155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","security","shell","systemmanagement"],"created_at":"2025-03-15T04:16:58.065Z","updated_at":"2025-03-15T04:16:58.603Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n# Ultimate Shell Scripts for Automation, Security, and System Management  \n\n## Overview  \nThis repository contains a collection of powerful shell scripts designed to enhance **automation, security, and system management**. Whether you're an IT professional, ethical hacker, or system administrator, these scripts will help streamline your workflow and improve efficiency.  \n\n---\n\n## Automation \u0026 Productivity  \n\n1. **Auto Backup Script** – Automate file and database backups with timestamps.  \n2. **System Health Monitor** – Display CPU, RAM, disk usage, and uptime.  \n3. **Auto Package Installer** – Install multiple software packages in one script.  \n4. **WiFi Auto-Connect** – Switch to the strongest available WiFi network.  \n5. **Screenshot \u0026 Upload** – Take screenshots and upload them to a cloud server.  \n\n---\n\n## Security \u0026 Ethical Hacking  \n\n6. **Port Scanner** – Scan open ports on a given IP.  \n7. **Brute Force SSH Login (for testing only)** – Attempt to brute-force SSH passwords.  \n8. **Log File Analyzer** – Scan logs for suspicious activity.  \n9. **Hash Cracker** – Generate and compare hash values for password cracking.  \n10. **File Integrity Checker** – Detect changes in critical system files using checksums.  \n\n---\n\n## File \u0026 System Management  \n\n- **Bulk File Renamer** – Rename files in a directory with a pattern.  \n- **Duplicate File Finder** – Scan for duplicate files and remove them.  \n- **Disk Cleanup Utility** – Remove unused logs, cache, and temp files.  \n- **USB Auto-Copy** – Automatically copy files when a USB is inserted.  \n- **Automated System Update** – Check and update all installed packages.  \n\n---\n\n## Network \u0026 Server Management  \n\n- **Ping Monitoring Script** – Notify when a server goes offline.  \n- **Firewall Rule Manager** – Automate IPTables or UFW rules.  \n- **Bandwidth Monitor** – Track internet usage over time.  \n- **Website Status Checker** – Alert if a website is down.  \n- **Auto VPN Connect** – Connect to a VPN when on an untrusted network.  \n\n---\n\n## Installation \u0026 Usage  \n\n1. Clone the repository:  \n```bash\ngit clone https://github.com/RohanCyberOps/SS.git\ncd SS\n```  \n\n2. Grant execute permissions:  \n```bash\nchmod +x script_name.sh\n```  \n\n3. Run the script:  \n```bash\n./script_name.sh\n```  \n\n---\n\n## Requirements  \n\n- **Linux/macOS**  \n- **Bash Shell (v4.0 or higher)**  \n- **Root/Admin Privileges (for some scripts)**  \n- **Dependencies** (e.g., curl, wget, jq) – Install with:  \n  ```bash\n  sudo apt install \u003cpackage\u003e   # Debian-based  \n  sudo yum install \u003cpackage\u003e   # Red Hat-based  \n  ```  \n\n---\n\n## Disclaimer  \n\nThese scripts are for **educational and administrative use only**. The **security scripts** should only be used on systems **you own or have permission to test**. **Misuse of these scripts is strictly prohibited.**  \n\n---\n\n## Contributing  \n\nFeel free to **fork**, **submit PRs**, or **report issues** to improve these scripts. Contributions are welcome!  \n\n---\n\n## License  \n\nThis project is licensed under the **MIT License** – see the [LICENSE](LICENSE) file for details.  \n\n---\n\n## Contact  \n\nFor any queries, feel free to reach out:  \n- Email: your.email@example.com  \n- GitHub: [RohanCyberOps](https://github.com/RohanCyberOps)  \n- Twitter: [@Rohannaagar666](https://twitter.com/RohanCyberOps)  \n\n---\n\n**If you find this useful, don’t forget to star the repo!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Fss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fss/lists"}