Skip to content

Traumatism/Bush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bush

+--
Utilities for Minecraft Internet scanning project.
+--

check.go
--------------------
Check Minecraft servers from STDIN

generate.go
--------------------------
Generate host:port from cidr/file and ports range

build.sh
--------
Build the file above to out/

sample commands
---------------
./generate | shuf | ./minecraft | ./minecraft-parse | jq -c
./generate | ./minecraft | jq -c
./zmap -p 25565 -f 'saddr,sport' | sed 's/,/:/g' | ./minecraft | jq -c

etc.