-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathCHANGELOG
98 lines (71 loc) · 3.11 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Version 1.0.5 October 2nd, 2021
## MISC
* Changed User-Agent to wget/1.20. Fixed an error where it finds no results. Thanks @mathieu-aubin
Version 1.0.4 October 2nd, 2020
## MISC
* Fixed spelling in README.md (@paralax)
* Added Community Contributors section to README.md
Version 1.0.3 June 8th, 2020
## MISC
* Fixed issue #4 with Bing caused the error "Stopping. The search results count is missing."
Version 1.0.2 April 20th, 2020
## 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
Version 1.0.1 November 18th, 2019
## 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
Version 1.0 November 16th, 2019
⚠️ Script authors should note that the new commandline options break backward compatibility.
## 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.
Version 0.5 October 7th, 2015
* Unofficial version by loophole / lh ([email protected])
* Homepage: http://HAX.GS
* Fixed misinterpreted HTML parsings that broke the script
Version 0.4 December 19th, 2013
* Updated usage
* Fixed tmp file issue where files weren't being deleted
* Resolves hostnames using nslookup instead of resolveip. Thanks Xavier Mertens
Version 0.3 September 21st, 2012
* 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
Version 0.2 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
Version 0.1 December 2nd, 2009
* Released at Kiwicon III conference in New Zealand