Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/censys/censys-maltego
Censys Maltego transforms! Take advantage of Censys transforms for Maltego to back your investigations with the most trusted Internet data available.
https://github.com/censys/censys-maltego
censys maltego osint python3
Last synced: 5 days ago
JSON representation
Censys Maltego transforms! Take advantage of Censys transforms for Maltego to back your investigations with the most trusted Internet data available.
- Host: GitHub
- URL: https://github.com/censys/censys-maltego
- Owner: censys
- License: apache-2.0
- Created: 2015-10-18T03:00:16.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T12:06:18.000Z (over 1 year ago)
- Last Synced: 2024-05-14T00:34:20.092Z (6 months ago)
- Topics: censys, maltego, osint, python3
- Language: Python
- Homepage:
- Size: 6.42 MB
- Stars: 34
- Watchers: 22
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Censys Maltego Integration
[![PyPI](https://img.shields.io/pypi/v/censys-maltego?color=orange&logo=pypi&logoColor=orange)](https://pypi.org/project/censys-maltego/)
[![Python Version](https://img.shields.io/badge/python-3.6%2B-blue?logo=python)](https://www.python.org/downloads/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-organge.svg?logo=git&logoColor=organge)](http://makeapullrequest.com)
[![License](https://img.shields.io/github/license/censys/censys-maltego?logo=apache)](LICENSE)Welcome to Censys transforms for Maltego! Now you can use Censys data to easily perform investigations, quickly search or discover assets, and evaluate your company's digital asset risk by identifying server misconfigurations and rogue services.
## Alternatives
- [Censys Transforms for Maltego](https://www.maltego.com/transform-hub/censys/) By Maltego Technologies ([Docs](https://docs.maltego.com/support/solutions/articles/15000047639-censys))
## Install
Installation requires a few pre-requisites:
- You will need a [Censys account](https://search.censys.io/register) and [API Key](https://search.censys.io/account/api).
- A working instance of [Maltego](https://www.maltego.com/downloads/). Any supported version will work, but the CE edition is limited in how many results can be returned to the graph.
- A working python3 installation. [Python 3.6+](https://www.python.org/downloads/) is currently supported.```bash
$ pip install censys-maltego
$ canari create-profile censys_maltego
...
Successfully created censys_maltego.mtz. You may now import this file into Maltego.INSTRUCTIONS:
-------------
1. Open Maltego.
2. Click on the home button (Maltego icon, top-left corner).
3. Click on 'Import'.
4. Click on 'Import Configuration'.
5. Follow prompts.
6. Enjoy!
```Edit `~/.canari/censys_maltego.conf` to include your Censys API ID and Secret. Alternatively you can configure your Censys credentials with the `censys config` command.
## Resources
- [Source](https://github.com/censys/censys-maltego)
- [Issue Tracker](https://github.com/censys/censys-maltego/issues)
- [Censys Homepage](https://censys.io/)
- [Censys Search](https://search.censys.io/)## Contributing
All contributions (no matter how small) are always welcome.
## License
This software is licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- Copyright (C) 2022 Censys, Inc.