mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 12:29:15 +00:00
Compare commits
No commits in common. "663b509e903dfb4c6f1fdcf3d97e917b5ff796c7" and "fc388a9ef71dcb92adbd798be8f7c4885cf54d53" have entirely different histories.
663b509e90
...
fc388a9ef7
4 changed files with 4 additions and 8 deletions
3
docker/elk/logstash/dist/http_output.conf
vendored
3
docker/elk/logstash/dist/http_output.conf
vendored
|
@ -520,9 +520,6 @@ filter {
|
||||||
}
|
}
|
||||||
mutate {
|
mutate {
|
||||||
remove_field => ["ts"]
|
remove_field => ["ts"]
|
||||||
rename => {
|
|
||||||
"duration" => "session_duration"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
3
docker/elk/logstash/dist/logstash.conf
vendored
3
docker/elk/logstash/dist/logstash.conf
vendored
|
@ -512,9 +512,6 @@ filter {
|
||||||
}
|
}
|
||||||
mutate {
|
mutate {
|
||||||
remove_field => ["ts"]
|
remove_field => ["ts"]
|
||||||
rename => {
|
|
||||||
"duration" => "session_duration"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,9 @@ apk -U upgrade
|
||||||
apk -U add git
|
apk -U add git
|
||||||
mkdir -p /opt
|
mkdir -p /opt
|
||||||
cd /opt
|
cd /opt
|
||||||
git clone https://github.com/ryanolee/go-pot -b v1.0.0
|
git clone https://github.com/t3chn0m4g3/go-pot
|
||||||
|
cd go-pot
|
||||||
|
git checkout 75a2cae856642fdccf3e9d47d0733cf4190ba70b
|
||||||
EOF
|
EOF
|
||||||
WORKDIR /opt/go-pot
|
WORKDIR /opt/go-pot
|
||||||
#
|
#
|
||||||
|
|
2
docker/go-pot/dist/config.yml
vendored
2
docker/go-pot/dist/config.yml
vendored
|
@ -56,7 +56,7 @@ server:
|
||||||
# - device_brand: The type of device of the client (Inferred from the user agent)
|
# - device_brand: The type of device of the client (Inferred from the user agent)
|
||||||
# - phase: "start" or "end" depending on the phase of the request
|
# - phase: "start" or "end" depending on the phase of the request
|
||||||
# - duration: The duration of the request in milliseconds (Only available as a part of the end phase of a request)
|
# - duration: The duration of the request in milliseconds (Only available as a part of the end phase of a request)
|
||||||
fields_to_log: "timestamp,id,status,src_ip,method,path,qs,dest_port,host,user_agent,browser,browser_version,os,os_version,device,device_brand,phase,duration"
|
fields_to_log: "timestamp,id,status,src_ip,method,path,qs,dest_port,type,host,user_agent,browser,browser_version,os,os_version,device,device_brand,phase,duration"
|
||||||
|
|
||||||
# Configuration for logging related settings for go-pot
|
# Configuration for logging related settings for go-pot
|
||||||
logging:
|
logging:
|
||||||
|
|
Loading…
Reference in a new issue