{"id":17941838,"url":"https://github.com/wmal/shy-girl","last_synced_at":"2025-08-15T20:31:15.495Z","repository":{"id":259758940,"uuid":"876678137","full_name":"WMAL/Shy-Girl","owner":"WMAL","description":"Shy Girl is an offensive security script developed in 2013 using shell scripting languages. It automates information gathering from a given domain, making it a useful tool for penetration testing. ","archived":true,"fork":false,"pushed_at":"2024-10-27T18:00:46.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T13:19:58.518Z","etag":null,"topics":["bash-script","linux","security"],"latest_commit_sha":null,"homepage":"https://www.digi77.com/source-codes/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WMAL.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":"2024-10-22T11:31:30.000Z","updated_at":"2024-11-22T10:45:23.000Z","dependencies_parsed_at":"2024-10-27T21:49:14.592Z","dependency_job_id":"16933eb2-cd0d-4f28-841e-8733985159fb","html_url":"https://github.com/WMAL/Shy-Girl","commit_stats":null,"previous_names":["wmal/shy-girl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WMAL/Shy-Girl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMAL%2FShy-Girl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMAL%2FShy-Girl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMAL%2FShy-Girl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMAL%2FShy-Girl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WMAL","download_url":"https://codeload.github.com/WMAL/Shy-Girl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMAL%2FShy-Girl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270624870,"owners_count":24618268,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash-script","linux","security"],"created_at":"2024-10-29T02:04:24.831Z","updated_at":"2025-08-15T20:31:15.198Z","avatar_url":"https://github.com/WMAL.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shy Girl\n\n## Overview\n\n**Shy Girl** is an **offensive security script** developed in **2013** using **shell scripting languages**. It automates **information gathering** from a given domain, making it a useful tool for **penetration testing**. Although the project is now retired, it remains available for educational purposes as an example of automating domain analysis for security professionals.\n\n\u003e **⚠️ This project is retired. I no longer support or commit any changes to it. It is solely for educational purposes.**\n\n## Features at a Glance\n\n- 🔄 **Automated Information Gathering**: Consolidates multiple information-gathering tools into a single script, streamlining the data collection process.\n- 🌐 **Domain Analysis**: Gathers comprehensive data from target domains to assist in penetration testing tasks.\n- 💻 **Compatibility**: Designed to function on **Backtrack5 R3**, ensuring proper operation with this security-focused OS.\n\n## Project Components\n\n- **Core Script**: Automates the process of gathering essential information from specified domains, integrating various tools into a single script.\n\n## Achievements\n\n- **Efficiency**: Streamlined information gathering for penetration testers, reducing manual work and time consumption.\n- **Comprehensive Data Collection**: Ensured thorough data collection from target domains, enabling a more detailed vulnerability analysis.\n\n---\n\n## Why Choose Shy Girl?\n\nShy Girl v0.3 enhances penetration testing by:\n- 💻 **Automating the information-gathering process**, allowing professionals to focus on analyzing vulnerabilities.\n- 🌍 **Providing a comprehensive dataset** from target domains, improving the accuracy and efficiency of penetration testing.\n\nAlthough Shy Girl is now retired, it serves as a valuable example of how automation can be effectively utilized in offensive security operations.\n\n---\n\n## Usage:)-\n\nusage: $. runme.sh [-s][-b][-p seconds] [-d domain name]\n        \nExample(1) get info for the domain myexample.com but do not pause or stop between tasks and redirect all outputs to a file called results.txt\n$. runme.sh -d myexample.com \u003e\u003e results.txt\n\t\t\nExample(2) get info for the domain myexample.com and stop between tasks \n$. runme.sh -s -d myexample.com \n\t\t\nExample(3) get info for the domain myexample.com and pause for 10 seconds between tasks \n$. runme.sh -p 10 -d myexample.com\n\t\t\nExample(4) get info for the domain myexample.com and pause for 15 seconds and stop between tasks \n$. runme.sh -s -p 15 -d myexample.com\n\nExample(5) get info for the domain myexample.com and pause for 4 seconds and stop between tasks + beep sound when a task is completed\n$. runme.sh -s -b -p 4 -d myexample.com \n\n---\n## Usage Disclaimer\n\nShy Girl was created as a **proof of concept** and is shared solely for **educational purposes**. I take no responsibility for any misuse of this tool. Always use responsibly and only in **authorized environments** with proper permissions.\n\n---\n\n## Licensing\n\nShy Girl is licensed under the **MIT License** for non-commercial purposes. Credit must be given to me as the original author. For commercial use, please contact me for a commercial license.\n\nFor more details, see the [MIT License](https://opensource.org/licenses/MIT).\n\n---\n\n## Contact \u0026 Support\n\nFor any inquiries or licensing requests, feel free to contact:\n\n- **Website**: [Digi77](https://www.digi77.com)\n- **GitHub**: [WMAL](https://github.com/WMAL)\n- **Twitter**: [@warith2020](https://twitter.com/warith2020)\n- **LinkedIn**: [Warith Al Maawali](https://www.linkedin.com/in/warith1977)\n\n---\n\n© 2024 by Warith AL Maawali, Sultanate of Oman, Muscat. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmal%2Fshy-girl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwmal%2Fshy-girl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmal%2Fshy-girl/lists"}