Skip to content

Instantly share code, notes, and snippets.

View Jumbo-WJB's full-sized avatar
🎯
调焦

Jumbo Jumbo-WJB

🎯
调焦
View GitHub Profile
@Jumbo-WJB
Jumbo-WJB / logparser.ps1
Created December 3, 2018 09:03 — forked from exp0se/logparser.ps1
Logparser log parsing
# Logparser
###############
# Security Log
###############
# Find Event id
& 'C:\Program Files (x86)\Log Parser 2.2\LogParser.exe' -stats:OFF -i:EVT "SELECT * FROM 'Security.evtx' WHERE EventID = '5038'"
@Jumbo-WJB
Jumbo-WJB / CertScan.py
Created October 26, 2017 13:13 — forked from 1ookup/CertScan.py
批量证书扫描,带有缓存功能
#!/usr/bin/env python3
# encoding: utf-8
# by: ELie
"""
Cert Scan
depend:
python3 pip install pymongo
python3 pip install pyOpenSSL
use: