|
|
||
httpd.confの設定
LoadModule dumpio_module modules/mod_dumpio.so DumpIOInput On DumpIOOutput On LogLevel debug ProxyRequests On Listen 8080 Order deny,allow Deny from all Allow from all
vi /etc/nginx/conf.d/forward_proxy.conf
server {
listen 8080;
server_name 【LOCAL_IP】;
resolver 【DNS_IP】;
location / {
proxy_pass $scheme://$http_host$request_uri;
}
}
log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"' 'POST[$request_body]';
3 Free Tools to Fake DNS Responses for Malware Analysis![]()
SecurityTube Linux Assembly Expert « SecurityTube Trainings![]()
Basic Packers: Easy As Pie - SpiderLabs Anterior![]()
Social Engineering - Security Through Education![]()