Releases: urbanadventurer/bing-ip2hosts
Releases · urbanadventurer/bing-ip2hosts
bing-ip2hosts v1.0.5
This is a minor release.
MISC
- Changed User-Agent to wget/1.20. Fixed an error where it finds no results. Thanks @mathieu-aubin
bing-ip2hosts v1.0.4
This is a minor release with no code changes.
MISC
- Fixed spelling in README.md (@paralax)
- Added Community Contributors section to README.md
bing-ip2hosts v1.0.3
FIXES
- Fixed issue #4 with Bing caused the error "Stopping. The search results count is missing."
bing-ip2hosts v1.0.2
FIXES
- Fixed issue #3 when using latest Wget version (v1.20), this caused the error "Stopping. The search results count is missing."
- Fixed readline after showing banner
MISC
- Add animated GIF of searching Bing.com to README
bing-ip2hosts v1.0.1
FEATURES
- Improved output for multiple targets
- Highlight the current page in paginated search results
FIXES
- Fully compatible with macOS
- Improved screen output on 80x24 terminals
- Improved progress bar animation
- Update shield image from GPLv2 to GPLv3
- Fixed issue with displaying banner in quiet mode
- Fixed sorting by hostname when output with URL prefix
MISC
- Added -V to display the version
- Added dependency check for wget
bing-ip2hosts v1.0
Version 1.0 November 16th, 2019
FEATURES
- New progress display with more details about the scraping job.
- Reads input targets from a file.
- Stops after a reaching a threshold of scraped pages do not return any new results.
- Catches CTRL-C from the commandline and displays results so far.
- New ASCII art banner.
- Output results to a file.
- Support for changing the search language.
- Support for setting a search region/market.
- Displays URL prefixes by default.
- Shows if some search results have been removed.
FIXES
- New parsing of Bing.com search results.
- Checks for and optionally creates tmp directories, fixing a known issue in earlier versions.
- Displays URL prefixes instead of assuming http:// as in earlier versions.
MISC
- Improved debugging output.
- Improved commandline option arguments.
- Improved Bash scripting style.
- Add GPLv3 Licence file.
bing-ip2hosts v0.5 [Unofficial Community Version]
[Unofficial Community Version] Maintained by loophole / lh (lh@hhp-programming.net)
Homepage: http://HAX.GS
Version 0.5 Released October 7th, 2015
- Fixed misinterpreted HTML parsings that broke the script
bing-ip2hosts v0.4
Released December 19th, 2013. Updated to use nslookup, new usage, fixed tmp file issue.
- Updated usage
- Fixed tmp file issue where files weren't being deleted
- Resolves hostnames using nslookup instead of resolveip. Thanks Xavier Mertens
bing-ip2hosts v0.3
Released September 21st, 2012. Updated because Bing mobile search changed.
- Updated the progress animation with results found, and the current page being searched
- Updated scraper to use the main bing.com site as the mobile bing site changed how it showed results
- Updated usage info
bing-ip2hosts v0.2
Version 0.2 Released April 2nd, 2010
- You can enter a hostname not just an IP, eg. bing-ip2hosts foo.com
- Uses /tmp instead of the current path for creating temporary files
- Optional CSV output. Outputs the IP and hostname on each line, separated by a comma.
- Optionally prefix hostnames with http:// so they can be right-clicked in the shell