Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 233 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 233 Bytes

bbScan

automate bbScope and send it to Osmedeus

Install:

go install github.com/xhzeem/bbScope@latest

Usage

Single:

bbscan xhzeem.json

Multiple:

for FILE in $(ls); bbscan $FILE; done