# 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())
```
Raw data
{
"_id": null,
"home_page": null,
"name": "massiprecon",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, hack, osint, recon, data, api, ip",
"author": "Witchdoctor (malectrica)",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/bb/04/402c73cd41b2fa42202b1de7cc4c202044b2d08ccbbacb564227395fd3ad/massiprecon-0.0.14.tar.gz",
"platform": null,
"description": "\n# massiprecon \nGiven a list of ips massiprecon will find location and provider info etc and write them to a csv or json\n\n\n## useage (standalone) \n```\nusage: py -m massiprecon -i INFILE -o OUTFILE\n\nmassiprecon args\n\noptions:\n -h, --help show this help message and exit\n -i INFILE, --infile INFILE\n list of ips\n -o OUTFILE, --outfile OUTFILE\n json or csv file to write to\n```\n\n\n## useage (library)\n```\nfrom massiprecon import massiprecon\nf=massiprecon.FileMaker(args.infile,args.outfile)\nprint(f.generate())\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Generate csv or jsons with ip info",
"version": "0.0.14",
"project_urls": null,
"split_keywords": [
"python",
" hack",
" osint",
" recon",
" data",
" api",
" ip"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9460519601ea73f2e56abd639207d281c03fdecc76a03c281356fba93128a662",
"md5": "b96c46df600518078eab31a4f132690c",
"sha256": "b47dffe1a531dbcfe8b57dbc20858562cf6a8052ea2afcc8fc2df9e08a97e16d"
},
"downloads": -1,
"filename": "massiprecon-0.0.14-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b96c46df600518078eab31a4f132690c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3087,
"upload_time": "2024-06-12T05:01:14",
"upload_time_iso_8601": "2024-06-12T05:01:14.202314Z",
"url": "https://files.pythonhosted.org/packages/94/60/519601ea73f2e56abd639207d281c03fdecc76a03c281356fba93128a662/massiprecon-0.0.14-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb04402c73cd41b2fa42202b1de7cc4c202044b2d08ccbbacb564227395fd3ad",
"md5": "d6cb1ab460c82bf40aec9327b707a5cb",
"sha256": "61c6e6523273cdcffaba0fa9667edf81574e1a12c8219f1b5944e01976cd890d"
},
"downloads": -1,
"filename": "massiprecon-0.0.14.tar.gz",
"has_sig": false,
"md5_digest": "d6cb1ab460c82bf40aec9327b707a5cb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2897,
"upload_time": "2024-06-12T05:01:15",
"upload_time_iso_8601": "2024-06-12T05:01:15.644950Z",
"url": "https://files.pythonhosted.org/packages/bb/04/402c73cd41b2fa42202b1de7cc4c202044b2d08ccbbacb564227395fd3ad/massiprecon-0.0.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-12 05:01:15",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "massiprecon"
}