Skip to content

Python command line application to search queries and dorks on bing.com and return urls in the search results

License

Notifications You must be signed in to change notification settings

dheeraj-rn/bing-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bing Search Last commit License

Python command line application to search queries and dorks on bing.com and return urls in the search results

Dependencies

Requires Python3+ and pip

Installing

Source

$ git clone https://github.com/dheeraj-rn/bing-search.git
$ cd bing-search
$ sudo python3 setup.py install

Usage

Options

$ bing --help
usage: bing [-h] [-w OUTFILE] [-l LIMIT] query

Bing Search

positional arguments:
  query                 Your search query.

optional arguments:
  -h, --help            show this help message and exit
  -w OUTFILE, --outfile OUTFILE
                        Write to the specified output file instead of standard
                        output.
  -l LIMIT, --limit LIMIT
                        Limit the Number of pages to check.
  -x PROXY, --proxy PROXY
                        Proxy to be used. Format:
                        [PROTOCOL://][USER:PASSWORD@]HOST[:PORT]                      

Basic Usage

$ bing "linux"           #outputs search results to terminal screen

Search Dork Query

$ bing "index.php?id="   #outputs search results to terminal screen

Write search results to file

$ bing "linux" -w output.txt         #Writes search results to output.txt
$ bing "linux" --outfile output.txt

Limit number of pages to check on bing search

$ bing "linux" -l 2           #outputs search results in first 2 pages in bing search
$ bing "linux" --limit 2

Contribute

Found an issue? Post it in the issue tracker.
Want to add another awesome feature? Fork this repository and add your feature, then send a pull request.

License

The MIT License (MIT)

About

Python command line application to search queries and dorks on bing.com and return urls in the search results

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages