Skip to content

A Python script for searching through files in a directory to find patterns that resemble security flags, commonly used in Capture The Flag (CTF) competitions or as markers for sensitive data.

License

Notifications You must be signed in to change notification settings

AlndHKurdi/DS_Store-Flag-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS_Store Flag Finder

A Python script for searching through files in a directory to find patterns that resemble security flags, commonly used in Capture The Flag (CTF) competitions or as markers for sensitive data.

Features

  • Search through all files in a specified directory and subdirectories
  • Contained 200 flag formats
  • Allow users to input custom flag formats
  • Utilize multithreading for improved search performance

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.x installed on your system
  • tqdm library installed (can be installed via pip install tqdm

Installation

Clone the repository to your local machine:

git clone https://github.com/Alndhkordi/DS_Store-Flag-Finder.git

cd DS_Store_Flag_Finder

Usage

1-Run the script using Python : python DS_Store_Flag_Finder.py

2-When prompted, enter the path to the directory you want to search exp(C:\Users\Desktop\logss) and provide a custom flag format or just hit enter and let the tool use the default format.

image

3-The script will display any found flags in the terminal and provide a summary at the end.

Contributing

Contributions to the DS_Store Flag Finder are welcome.

License

Distributed under the MIT License.

#Contact -Alnd H Kordi -https://twitter.com/Alnd_kordi -https://t.me/exploit0dayz

About

A Python script for searching through files in a directory to find patterns that resemble security flags, commonly used in Capture The Flag (CTF) competitions or as markers for sensitive data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages