├── LICENSE ├── README.md ├── changelog.md ├── requirements.txt └── triop.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NettleSec/TriOp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NettleSec/TriOp/HEAD/README.md -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NettleSec/TriOp/HEAD/changelog.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | shodan>=1.14.0 2 | -------------------------------------------------------------------------------- /triop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NettleSec/TriOp/HEAD/triop.py --------------------------------------------------------------------------------