edoardottt / scilla

Information Gathering tool - DNS / Subdomains / Ports / Directories enumeration
https://edoardoottavianelli.it
GNU General Public License v3.0
896 stars 112 forks source link

Remove bufferoverrun as subdomain source #112

Closed edoardottt closed 9 months ago

edoardottt commented 9 months ago

https://github.com/edoardottt/scilla/issues/51#issuecomment-1759174142

carlosfrodrigues commented 9 months ago

Hello, I'm interested in this one. Could you assign this for me?

edoardottt commented 9 months ago

For sure @carlosfrodrigues ! It's not needed to delete completely this file https://github.com/edoardottt/scilla/blob/main/pkg/opendb/bufferoverrun.go. It's okay to remove that source in the enumeration phase in other files.

Let me know if you need some guidance :)

carlosfrodrigues commented 9 months ago

Hi @edoardottt , I was looking at the code. Isn't bufferoverrun already commented on the runner.go, so it's already disabled, right? https://github.com/edoardottt/scilla/blob/59bddf4de57f3e7fc25d421f6dc91d4895a65f26/pkg/runner/runner.go#L186

edoardottt commented 9 months ago

Yes, sorry you're right.

If you want you can take https://github.com/edoardottt/scilla/issues/113