May 2018
Beginner
230 pages
4h 49m
English
In this section, you will learn how to create a fake web server signature. This is the application layer code. This section's code has no relation to the previous code. In order to get the server signature or banner grabbing, I am going to use the ID Serve tool.
Let's see the fake_webserver.py code:
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer import logger1
Read now
Unlock full access