Needle_Sift_BOF
String finder
A tool for searching for specific strings within files using a needle-sift algorithm
Strstr with user-supplied needle and filename as a BOF.
30 stars
2 watching
7 forks
Language: C
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
espressocake/dll-hijack-search-order-bof | A tool to enumerate the search order of DLL resolution and potentially gain information about a file's mutability. | 141 |
espressocake/process_protection_level_bof | A tool that helps operators determine the protection level of a process before attempting to access its memory | 51 |
espressocake/ppldump_bof | A tool for dumping the memory contents of a protected process on Windows | 136 |
trainr3kt/memreader_bof | A tool that searches and extracts specific strings from another process's memory | 41 |
espressocake/dll_imports_bof | An enumeration tool to inspect PE files and extract information about loaded DLLs and their imported functions | 83 |
espressocake/defender_exclusions-bof | Tools to determine Windows Defender exclusions | 241 |
suewonjp/lf.sh | A utility that helps search arbitrary files or text from files in a directory and its subdirectories. | 44 |
espressocake/self_deletion_bof | BOF implementation of a research concept allowing for controlled deletion of processes | 171 |
espressocake/firewall_walker_bof | An exploit technique allowing interaction with Windows software firewall via COM interfaces. | 100 |
wojciechmula/pyahocorasick | A fast and memory-efficient library for exact or approximate string search | 960 |
vishaltelangre/ff | A command-line tool for efficiently searching files by name in a directory or its subdirectories. | 332 |
nheiniger/snaffpoint | A tool for finding sensitive files in SharePoint and OneDrive | 242 |
sindresorhus/find-up-cli | A utility for finding files by walking up parent directories | 40 |
brianhicks/tree-grepper | A tool that uses tree-sitter grammars to search for structure in code files. | 301 |
ms-jpq/sad | A CLI tool that uses fzf and diff for interactive search, replace, and review of changes in text files before committing them. | 1,799 |