farsight_passivedns.py - fix email conversion
Open
@cvandeplas is already working on this.
Since Jan 17, 2018.
n-list
- Dominant language
- Python
- Stars
- 377
- Forks
- 280
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 10
Description
A domain email info from a DNS zone is foo.bar.tld. or foo.bar.hello.tld.
We don't really know where the @ should be located, however most often it should be around the end. (up to the domain level).
Currently the script converts the first dot to an @, by using the tldextract python library we could guess a better location.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.