Bharath

Results 25 comments of Bharath

Will pick this up once the issue raised on Misconfig Mapper is resolved https://github.com/intigriti/misconfig-mapper/issues/34

Looks like the issue raised is in line to be fixed by a PR. This can be picked up.

The issue seems to be in the usage of tldextract library in the file `mantis/utils/asset_type.py` . ``` >>> tldextract.extract("example.com").registered_domain 'example.com' >>> tldextract.extract("nic.in").registered_domain '' ``` tldextract uses the public suffix list...

Ideally, yes. It would be tricky to get the library to impart this changes. We are trying to see if we can find a workaround or use a different library...

Hi @dmdhrumilmistry This looks good but needs some changes to be more useful. I'll share my comments on this in a day. Excuse the delay as I'm on break for...

This commit is not merged. This needs changes. I'll share comments here.

@dmdhrumilmistry Thanks for the PR. This looks very good. I tested it and everything works as expected. Quick question, any reason for using `tds` keyword in `list -tds -o "org1"...

Makes sense. @Prateek-Thakare I tested the functionality. It's good to go. Can you go through the code and merge the PR?