lanmaster53 / recon-ng

Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hitem opened this issue · comments

commented

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.