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:
here i have output the result.html (html report), showing both host and ip_address field.
Anyone have the same issue or able to see whats going wrong?
my steps:
create workspace -> db insert (company, domains)
modules load recon/domains-hosts/brute_hosts -> run
modules load recon/domains-hosts/mx_spf_ip ->
(all other modules works fine and listing is great).
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:
here i have output the result.html (html report), showing both host and ip_address field.
Anyone have the same issue or able to see whats going wrong?
my steps:
Greatly Appreciated.