Skip to content

Find Calibre Servers. Download books from unauthenticated ones.

Notifications You must be signed in to change notification settings

rubenandre/calibre-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calibre Dump

Find Calibre Servers. Download books from unauthenticated ones.

Dependencies:

  • Colorama: Colors to terminal
  • Wget: Download files
  • BeatifulSoap4: Parse html pages
  • Requests: Make requests to get the html of pages
  • Shodan: Find calibre servers

Install Dependencies:

pip install -r requirements.txt

Get Hosts that use calibre:

python3 main.py -s <API_KEY>
python3 main.py --use-shodan <API_KEY>

Download books from a authenticationless calibre host:

python3 main.py -c <IP:PORT>
python3 main.py --calibre-host <IP:PORT>

About

Find Calibre Servers. Download books from unauthenticated ones.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages