Luffyのメモ

カウンター
RSS feed meter for http://d.hatena.ne.jp/Luffy/
LUFFYのアンテナ
此処は物事をすぐに忘れるので何回も同じ事を書く為の個人メモです。

 

2013-05-07

[] [log] apache POST body ログ 取得

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

[] nginx POST body ログ 取得

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;
    }
}

vi /etc/nginx/nginx.conf

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]';

2013-04-29

[] [malware] Malware.lu

Malware.lu is a repository of malware and technical analyses for security researchers.

Malware.lu provides an expert team in malwares analyses and incident response for private and government entities.

no title
screenshot
 
無料アクセス解析2php
OpenSSH
はてな開始日付:2004-03-24
Cisco関連 :2004-03-23
Nokia関連 :2004-03-22
SEIL関連 :2004-03-21