2019年3月4日“robots.txt” contains 429 entries which should be manually viewed 正常情况下,robos.txt 文件是不会产生报错信息的,所以尝试另一种思路,进行网站的目录暴破,通常我们只会对后台管理页面感兴趣,但是那个会要求输入密码,所以只需要过滤 401响应代码的页面 ...
def robots(): if DEBUG: print(“\t[!] {} accessing robots.txt”.format(request.remote_addr)) # Here is where you would push the IP into a black list return render_template(‘robots.txt’) Basic Netcat detection Many times, a port scanner will attempt to hit my servers and even thou...