Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Disclo-sheet is a Bash script that, given a list of URLs, filters XLS and XLSX files, downloads them, takes a screenshot, and creates an index.html file. This allows you to quickly visualize each screenshot at a glance and understand its content. It speeds up the process of searching for sensitive information in XLS(X) files.

Notifications You must be signed in to change notification settings

bronxi47/disclo-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Disclo-sheet

Disclo-sheet is a Bash script that, given a list of URLs, filters XLS and XLSX files, downloads them, takes a screenshot, and creates an index.html file. This allows you to quickly visualize each screenshot at a glance and understand its content. It speeds up the process of searching for sensitive information in XLS(X) files.

πŸš€ How to Use

  1. Give execution permissions to the script:
chmod +x disclo-sheet.sh
  1. Run the script with a list of URLs:
./disclo-sheet.sh urls_list.txt
  1. The script will create a folder containing:
  • The downloaded XLS/XLSX files.
  • Screenshots of each file.
  • An index.html file for easy visualization.

Simply open the index.html file in your browser to review the screenshots and quickly identify potential sensitive information.

πŸ›  Requirements

  1. wget for downloading files.
  2. libreoffice or soffice for rendering XLS/XLSX files.
  3. convert for taking screenshots.

About

Disclo-sheet is a Bash script that, given a list of URLs, filters XLS and XLSX files, downloads them, takes a screenshot, and creates an index.html file. This allows you to quickly visualize each screenshot at a glance and understand its content. It speeds up the process of searching for sensitive information in XLS(X) files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages