g0ldencybersec / EasyEASM

Zero-dollar attack surface management tool
MIT License
249 stars 35 forks source link

Ignore Column Names in CSV when tracking domains #14

Open sethlaw opened 7 months ago

sethlaw commented 7 months ago

Update utils to ignore the headers of the CSV file in tracking historical domains. Mainly reduce noise in the slack hooks when the tool reports that sni is a domain that no longer exists.

g0ldencybersec commented 6 months ago

Hey Seth! Just caught up with your PR it has been a busy stint here. One thing with your PR:

  1. It looks like you also committed your go.mod file, which would change the module from "github.com/g0ldencybersec/EasyEASM" to "github.com/sethlaw/EasyEASM"
  2. Because of the change in go.mod, it also changes all the imports on the go files themselves.

If you could please revert the changes to the go.mod file and the import paths, and then I can review and potentially merge your code changes into the original project and shout out your amazing contributions! :)