Codebase list bing-ip2hosts / 7431d045-4019-42f2-80d9-7b749a931f29/main
New upstream release. Kali Janitor 2 years ago
4 changed file(s) with 14 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 Version 1.0.5 October 2nd, 2021
1
2 ## MISC
3 * Changed User-Agent to wget/1.20. Fixed an error where it finds no results. Thanks @mathieu-aubin
4
05 Version 1.0.4 October 2nd, 2020
16
27 ## MISC
184184
185185 ### Community contributors
186186 - @paralax
187 - @mathieu-aubin (bug fix)
187188
188189 ## Acknowledgments
189190
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.4
22 VERSION=1.0.5
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 (linux-gnu)" # Bing responds differently to wget version 1.20+
34 USER_AGENT="Wget/1.20 (linux-gnu)" # Bing responds differently to wget version 1.20+
3535
3636 N="\033[0;0m" #NORMAL
3737 W="\033[0;97m" #WHITE
0 bing-ip2hosts (1.0.5-0kali1) UNRELEASED; urgency=low
1
2 * New upstream release.
3
4 -- Kali Janitor <[email protected]> Mon, 24 Jan 2022 00:56:21 -0000
5
06 bing-ip2hosts (1.0.4-0kali1) kali-dev; urgency=medium
17
28 [ Kali Janitor ]