Skip to content

Given a list of ips massiprecon will find location and provider info etc and write them to a csv or json

Notifications You must be signed in to change notification settings

malectricasoftware/massiprecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

massiprecon

Given a list of ips massiprecon will find location and provider info etc and write them to a csv or json

useage (standalone)

usage: py -m massiprecon -i INFILE -o OUTFILE

massiprecon args

options:
  -h, --help            show this help message and exit
  -i INFILE, --infile INFILE
                        list of ips
  -o OUTFILE, --outfile OUTFILE
                        json or csv file to write to

useage (library)

from massiprecon import massiprecon
f=massiprecon.FileMaker(args.infile,args.outfile)
print(f.generate())

About

Given a list of ips massiprecon will find location and provider info etc and write them to a csv or json

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages