lanmaster53 / recon-ng

Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.
GNU General Public License v3.0
4.1k stars 646 forks source link

module/domain-hosts/mx_spf_ip adds a " in end of host/ip_address #154

Closed hitem closed 6 months ago

hitem commented 2 years ago

Hello guys! Ive been looking around for the correct place to post this, apparently it was not over at Kali forum so im giving it a try here in hopes that we can get this resolved. I might have found a bug relating to mx_spf_ip module. To be fair im not 100% sure this is the mx_spf_ip module itself, but when it populates the database it has added " in end of the line of ip_address & host field. So when i generate my lists some of them have a " which halts the next steps. I have automated a string that removes any " when recon-ng has exited but i thought maybe this could be resolved somewhere else - im unable to find where the issue is (im very novice in python), so here i am.

here im running the module in Recon-ng: image

here i have output the result.html (html report), showing both host and ip_address field. image image

Anyone have the same issue or able to see whats going wrong?

my steps:

  1. create workspace -> db insert (company, domains)
  2. modules load recon/domains-hosts/brute_hosts -> run
  3. modules load recon/domains-hosts/mx_spf_ip -> (all other modules works fine and listing is great).

Greatly Appreciated.

lanmaster53 commented 6 months ago

All module related issues, including dependencies, should be raised in the module repository.