Skip to content

Simple tool gets urls from Bing.com search engine search results

License

Notifications You must be signed in to change notification settings

khalidelboray/sbing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sbing

Simple Tool Scraps Bing Search Engine for urls and some info about it

Requirements

  • Perl 6 (rakudo-star)
  • zef (Perl 6 module manager)
  • Modules
    • Net::DNS run zef install --force-test Net::DNS
    • JSON::Fast #comes preinstalled with the latest perl6 version
    • HTTP::UserAgent #comes preinstalled with the latest perl6 version
    • URI #comes preinstalled with the latest perl6 version

Install

  • git clone https://github.com/khalidelboray/sbing.git
  • cd sbing
  • see USAGE

USAGE

  • run perl6 sbing.p6 --help

USAGE Examples

  • perl6 sbing.p6 --search --keyword=site:google.com --out=file-name
    • --search will start the search proccess
    • --keyword sets the query keyword
    • --out sets the output file name
    • defaults --pages to 10 pages

this will output a file named file-name.txt with the urls found from bing

  • perl6 sbing.p6 --search --keyword=site:google.com --out=file-name --json --pages=20
    • --search will start the search proccess
    • --keyword sets the query keyword
    • --out sets the output file name
    • --json sets the output format to json file with sarch results
    • --pages sets number of pages to scrap

this will output a file named file-name.json with the urls found from bing in json format

  • perl6 sbing.p6 --search --keyword=site:google.com --out=file-name --info --pages=20
    • --search will start the search proccess
    • --keyword sets the query keyword
    • --out sets the output file name
    • --info gets the urls info (host,ip address,host CNAME,paths found for each host and it's params)
    • --pages sets number of pages to scrap

this will output a file named file-name.json with the urls found from bing and it's info in json format

About

Simple tool gets urls from Bing.com search engine search results

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%