{"id":13405914,"url":"https://github.com/cipher387/grep_for_osint","last_synced_at":"2025-04-23T02:15:58.384Z","repository":{"id":52242664,"uuid":"391687712","full_name":"cipher387/grep_for_osint","owner":"cipher387","description":"GREP FOR OSINT is a set of very simple shell scripts that will help you quickly analyze a text or a folder with files for data useful for investigation (phone numbers, bank card numbers, URLs, emails and nicknames).","archived":false,"fork":false,"pushed_at":"2023-03-05T16:21:06.000Z","size":125,"stargazers_count":114,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-23T02:15:51.427Z","etag":null,"topics":["grep","osint","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cipher387.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-01T17:03:15.000Z","updated_at":"2025-04-12T16:05:30.000Z","dependencies_parsed_at":"2023-01-27T09:15:26.603Z","dependency_job_id":"8c8bb87f-3743-4ed4-9ddf-e1b8d187b9bc","html_url":"https://github.com/cipher387/grep_for_osint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipher387%2Fgrep_for_osint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipher387%2Fgrep_for_osint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipher387%2Fgrep_for_osint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipher387%2Fgrep_for_osint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cipher387","download_url":"https://codeload.github.com/cipher387/grep_for_osint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354511,"owners_count":21416751,"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":["grep","osint","shell-script"],"created_at":"2024-07-30T19:02:15.814Z","updated_at":"2025-04-23T02:15:58.348Z","avatar_url":"https://github.com/cipher387.png","language":"Shell","funding_links":[],"categories":["Shell","[](#table-of-contents) Table of contents"],"sub_categories":["[](#routinedata-extraction-automation)Routine/Data Extraction Automation"],"readme":"\nThis repository is no longer supported. I now use Nuclei and templates for the same purpose https://github.com/cipher387/juicyinfo-nuclei-templates\n\n\n\n\n\n\n\n\u003cimg alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/cipher387/grep_for_osint\"\u003e\n \n\u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/cipher387/grep_for_osint\"\u003e\n\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)\n    \u003cp align=\"center\"\u003e\n\n[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fcipher387%2Fgrep_for_osint\u0026count_bg=%2379C83D\u0026title_bg=%23555555\u0026icon=\u0026icon_color=%23E7E7E7\u0026title=hits\u0026edge_flat=false)](https://hits.seeyoufarm.com)\n\n\n\nThank you for following me! [@cyb_detective](https://linktr.ee/cyb_detective)\n\n\n\u003ch2\u003eGREP FOR OSINT\u003c/h2\u003e\n\n\nGREP FOR OSINT is a set of very simple shell scripts that will help you quickly analyze a text or a folder with files for data useful for investigation (phone numbers, bank card numbers, URLs, emails and nicknames).\n\nSimply replace the text in the \"text_for_analyze.txt\" file with your text and run one of the .sh files whose name ends in \"from_text\".\n\nFor example:\n\n`bash Email_from_text.sh`\n\nOr replace the files in the \"files_for_analyze\" folder with your own and run one of the .sh files ending in \"from_folder\".\n\nThe result will be saved in a new text file with an appropriate name (for example, result_email_from_text_2021.08.01-16.47.52).\n\n-------------------------------\n\n\nIn files tags_content_from_folder.sh, tags_content_from_html.sh, Keyword_from_folder.sh, Keyword_from_text.sh  you don't have to change anything. You can just run them and enter the desired values directly into the command line after a prompt from the script.\n\n------------------------------\n\n*Warning*\n\nWith large amounts of text the grep command can take a very, very long time.\n\n-------------------------------------------------------\nIt's possible to use this tool for analyze html files from WayBack Machine (web.archive.org):\n\nMake sure you have Python installed on your computer or install it.\n\nNext launch\n`\npip install waybackpack`\n\nGet list of website's saved pages:\n`\nwaybackpack http://litsey623.ru/ --list`\n\nDownload pages version, saved during period between 2010-2011\n\n`waybackpack http://litsey623.ru/ -d files_for_analyze --from-date 2010 --to-date 2011`\n\nFor extracting emails from saved pages launch:\n\n`bash Email_from_folder.sh`\n\nView file:\n\nresult_email_from_folder_(current_date).txt \n\n\n\n(Analogously, it is possible to extract keywords, phone numbers, URL etc)\n\n\n\n\u003ch1\u003eGREP Alternatives\u003c/h1\u003e\n\n\nRegular expressions from the scripts in this repository can also be used with various GREP modifications. Some of them can be found in this list:\n\nhttps://github.com/cipher387/awesome-grep\n\n\n\n\u003chr\u003e\n\n\nThank you for following me! [@cyb_detective](https://linktr.ee/cyb_detective)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipher387%2Fgrep_for_osint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcipher387%2Fgrep_for_osint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipher387%2Fgrep_for_osint/lists"}