Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
/ LOG-HUB Public archive

日志分析库,nuclei 的另一种用法

Notifications You must be signed in to change notification settings

ffffffff0x/LOG-HUB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LOG-HUB

日志分析库,nuclei 的另一种用法


用法

快速打包日志

find / -name "access.*"

cd /var/log/nginx/
ls -l
# 看下日志大小

# 日志打包拖回本地
tar -zcvf /tmp/target_log.tar.gz /var/log/nginx/

调用本地 POC 进行反识别

mkdir -p /tmp/target_log
tar -zxvf target_log.tar.gz -C /tmp/target_log

nuclei -t /main -target /tmp/target_log -ni -duc -nc

create by ffffffff0x

About

日志分析库,nuclei 的另一种用法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published