Binging
Binging is a simple tool to query Bing search engine. It will use your Bing API key and fetch multiple results. This particular tool can be used for cross domain footprinting for Web 2.0 applications, site discovery, reverse lookup, host enumeration etc. Users can use various different directives like site, IP Address etc. and run queries against the engine. On top of this the tool provides filtering capabilities so you can ask for unique URLs or hosts. It is also possible to filter results by applying the power of regular expressions.
It is available from here
Pre-Requisites
Installation
Extract the zip file to the required location, edit the Binging.exe.config file inserting the Bing AppID into the following location:
<!--Paste Your Appid in connectionString part below e.g. connectionString="Your AppID Here"--> <add name="AppId" connectionString=""/> i.e. <add name="AppId" connectionString="0E98536EF830EAD15EDAA881BDD2173E44xxxxx"/>
Execution
Insert the string required for search and any additional search specific parameters, review the results, copy and paste into a browser :-)

|