Home

Awesome

<h1>Awesome Grep</h1>

Thank you for following me! https://cybdetective.com

<div> <img alt="GitHub stars" src="https://img.shields.io/github/stars/cipher387/awesome-grep"> <img alt="GitHub forks" src="https://img.shields.io/github/forks/cipher387/awesome-grep">

contributions welcome

Hits

</div>

Grep is a command line utility that searches files for lines that match a regular expression.

How regular expressions can be useful in OSINT. Theory and some practice using Google Sheets

The first version of this utility appeared almost 50 years ago, in 1973. But it is still actively used and maintained (the last version was released in August 2021! https://ftp.gnu.org/gnu/grep/).

This repository contains various modifications of grep, as well as analogues of this utility for a wide variety of search tasks.

NameDescriptionLink.
<b>RZgrep</b>"Grep utility that searches through <b>zip,jar,ear,tgz,bz2</b> in any form of nesting"https://github.com/MoserMichael/rzgrep
<b>XLSgrep</b>"CLI tool to search text in <b>XLSX, XLS and ODS</b> files. It works similarly to Unix/GNU Linux grep"https://github.com/zazuum/xlsxgrep
<b>Hgrep</b>"Grep" for searching/replacement in html codehttps://github.com/TUVIMEN/hgrep
<b>BINgrep</b>Grep for binaries fileshttps://github.com/m4b/bingrep
<b>Cgrep</b>Grep for source codes in C/C++https://github.com/awgn/cgrep
<b>Ngrep</b>PCAP-based tool that allows you to specify an extended regular or hexadecimal expression to match against data payloads of packets. It understands many kinds of protocols, including IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Rawhttps://github.com/jpr5/ngrep
<b>PHPgrep</b>Grep for PHP source codehttps://github.com/quasilyte/phpgrep
<b>UCG (Universal Code Grep)</b>Extremely fast grep-like tool specialized for searching large bodies of source codehttps://github.com/gvansickle/ucg
<b>MP4grep</b>CLI for transcribing and searching audio/video fileshttps://github.com/o-oconnell/mp4grep
<b>minigrep</b>A minimalistic regex search and print out tool implementation as per Ch.12 of The Rust Programming Languagehttps://github.com/paul-michelle/minigrep
<b>Hackers Grep</b>Utility to search for strings in PE executables including imports, exports, and debug symbolshttps://github.com/codypierce/hackers-grep
<b>JVgrep</b>Grep for Japanese vimmer. You can find text from files that written in another Japanese encodingshttps://github.com/mattn/jvgrep
<b>LiveGrep</b>Online grep search in Github repositorieshttps://livegrep.com/
<b>DNgrep</b>Graphical grep tool for Windowshttps://github.com/dnGrep/dnGrep
<b>Greplace.vim</b>Global search and replace for VIhttps://github.com/skwp/greplace.vim
<b>SearchInProject_SublimeText</b>Use ag, ack, grep and git grep directly from Sublime Text 2 and 3https://github.com/leonid-shevtsov/SearchInProject_SublimeText
<b>ACK3</b>grep-like Perl search tool optimized for source codehttps://github.com/beyondgrep/ack3
<b>The Silver Searcher</b>Extreme grep-like C+Perl search tool for source codehttps://github.com/ggreer/the_silver_searcher
<b>Sift</b>GO fast and powerfull alternative for grephttps://github.com/svent/sift
<b>PRU</b>Ruby analog for grep, sed, awkhttps://github.com/grosser/pru
<b>BlueFlower</b>Python grep tool for searcing in PDF, DOCX, XLSX, tar, ZIP, bzip2, gziphttps://github.com/veorq/blueflower
<b>RipGrep (rg)</b>ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern, similar to the Silver Searcher, awk; but (much) fasterhttps://github.com/BurntSushi/ripgrep
<b>WinGrep</b>Simple Windows utility to search for strings in Windows files.https://github.com/alexgelman/WinGrep
<b>FQGREP</b>Grep for FASTQ (text-based format for storing both a biological sequence) fileshttps://github.com/fulcrumgenomics/fqgrep
<b>Searchdb</b>Search tool that will go faster than grep -r optimize for Windowshttps://github.com/Termux1337/Searchdb
<b>Vgrep</b>Pager for grep, git-grep, ripgrep and similar grep implementations, and allows for opening the indexed file locations in a user-specified editor such as vim or emacshttps://github.com/vrothberg/vgrep
<b>Astgrep</b>A fast and easy tool for code searching, linting, rewriting at large scale. Written in Rusthttps://github.com/HerringtonDarkholme/ast-grep
<b>Wordpress-grep</b>A Perl tool to search through a WordPress databasehttps://github.com/briandfoy/wordpress-grep
<b>Ytgrep</b>A tool for quick text search of subtitles in YouTube videos. Supports regular expressions and searching across multiple videos.https://pypi.org/project/ytgrep/
<b>CloudGrep</b>Searching log files, optionally compressed with gzip (.gz) or zip (.zip), in AWS S3, Azure Storage or Google Cloud Storage.https://github.com/cado-security/cloudgrep
<b>Online Grep</b>Work with Grep in your browserhttps://www.online-utility.org/text/grep.jsp
<hr>

To get the most out of the grep utilities mentioned above, use them along with sed and awk (and add some Perl in particularly difficult cases).

You can read more about all this here:

<b>Command line text processing manual</b> https://github.com/learnbyexample/Command-line-text-processing

<h1>Universal examples of the use of GREP</h1>

Examples of regular expressions for extracting various data from texts can be found in the repository:

https://github.com/cipher387/grep_for_osint

Thank you for following me! https://cybdetective.com