8000 GitHub - bronxi47/disclo: Disclo is a script that searches for keywords in PDF files.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Disclo is a script that searches for keywords in PDF files.

Notifications You must be signed in to change notification settings

bronxi47/disclo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Disclo: Keyword Search in PDF Files

How to Use

To use it, simply provide an input file with URLs from your target.
Disclo will filter out URLs that contain a PDF file.

It will then review them one by one, searching for the keywords defined in the script:
strictly private|confidential|internal use only

You can customize the script to remove or add keywords, for example:
strictly private|confidential|internal use only|another string

Requirements

Disclo is a Bash script that uses the pdftotext library. To install it on Debian/Ubuntu Linux, run the following command:

$ sudo apt-get install poppler-utils

Example Usage

./disclo.sh URLs_list.txt output_file.txt

Disclo will execute and display how many PDF files were detected in the list. It will then process them one by one. When a keyword is found, it will display the URL and the matching keyword in the terminal.

Additionally, it will generate an output file in the same directory containing the URLs that include the specified keywords.

About

Disclo is a script that searches for keywords in PDF files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0