GithubHelp home page GithubHelp logo

dheeraj-rn / bing-search Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 10 KB

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

License: MIT License

Python 100.00%
bing search search-interface python python3 scraping crawler cli-application cli dork dork-scanner bing-search

bing-search's Introduction

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)

bing-search's People

Contributors

dheeraj-rn avatar stephensorriaux avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bing-search's Issues

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.