Codebase list bing-ip2hosts / ea8a827
Import upstream version 1.0.4, md5 b337bc57bc4bb3aed8d93453ecc18db2 Kali Janitor 3 years ago
3 changed file(s) with 18 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 Version 1.0.4 October 2nd, 2020
1
2 ## MISC
3 * Fixed spelling in README.md (@paralax)
4 * Added Community Contributors section to README.md
5
6 Version 1.0.3 June 8th, 2020
7
8 ## MISC
9 * Fixed issue #4 with Bing caused the error "Stopping. The search results count is missing."
10
011 Version 1.0.2 April 20th, 2020
112
213 ## FIXES
2525 - Output to file, in list or CSV format.
2626 - Bing API key not required.
2727 - Select the search language and market.
28 - Specify targets from the commandline or from a file.
28 - Specify targets from the command line or from a file.
2929 - Lightweight Bash shell script without heavy dependencies.
3030
3131
5353
5454 ### Search Language and Market
5555
56 By default this tool specifies the search langauge as "en-us". The market is left as unset, as this seems to maximize results.
56 By default this tool specifies the search language as "en-us". The market is left as unset, as this seems to maximize results.
5757
5858 The following URL parameters can be configured:
5959 - setlang (Language)
137137
138138 * macOS Catalina
139139
140 The version of Bash bundled with macOS was published in 2007 and is the most recent version licenced with GPLv2. More recent versions are licenced with GPLv3, with licence terms that preclude Apple from bundling it in macOS.
140 The version of Bash bundled with macOS was published in 2007 and is the most recent version licensed with GPLv2. More recent versions are licensed with GPLv3, with licence terms that preclude Apple from bundling it in macOS.
141141
142142 ```
143143 GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19)
182182
183183 If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
184184
185 ### Community contributors
186 - @paralax
185187
186188 ## Acknowledgments
187189
1919 # You should have received a copy of the GNU General Public License
2020 # along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
22 VERSION=1.0.2
22 VERSION=1.0.4
2323 TMP_DIR="${TMPDIR:-/tmp}"
2424 QUIET=0
2525 OUTPUT_IP=0
3131 BING_SETLANG=en-us
3232 BING_SETMKT=
3333 UNAME=$(uname)
34 USER_AGENT="Wget/1.19.4 (linux-gnu)" # Bing responds differently to wget version 1.20+
34 USER_AGENT="Wget/1.19 (linux-gnu)" # Bing responds differently to wget version 1.20+
3535
3636 N="\033[0;0m" #NORMAL
3737 W="\033[0;97m" #WHITE