Skip to content

JTechOps/Sp33d3rR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sp33d3rR

Ruby web scraper to search url files from Bing.

Image description

General information

Tested only on macOS Catalina, it should work on Linux.

Prerequisites

Required gems:

benchmark, nokogiri, open-uri, optparse, pastel

Installing

If you are using macOS, the way to install the gems one by one is like this:

sudo gem install nokogiri

How to use

Open Terminal app or other console app and execute:

ruby sp33d3rr.rb -s apple.com

By default the program prints only urls but you can also print the file title:

ruby sp33d3rr.rb -s apple.com -b

To see the available options:

ruby sp33d3rr.rb -h

Built With

  • ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]

Authors

License

This project is licensed under the Eclipse Public License 2.0 - see the LICENSE.md file for details

About

Web scraper to search url files from Bing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages