Skip to content

erk3/xls2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The what

A small python code snippet for displaying XLS files in your shell.

The why

Clients usually send me an encrypted archive with an XLS file containing credentials for starting a pentest.

I got tired of switching to GUI.

The how

  1. Meet the dependencies
python3 -m pip install -r requirements.txt
  1. Make a quick and dirty install
chmod +x xls2txt.py
sudo cp xls2txt.py /usr/local/bin/ 
  1. Profit?
$> xls2txt.py -h         
usage: xls2txt.py [-h] -f FILE

An XLS reader for your shell, because I had a use for it.

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  your XLS file, what else?

From @_erk3_ with love

demo

About

An XLS reader for your shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages