Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Hash Function in sublist3r #328

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CodeBreakerLegend
Copy link

SHA1 signature algorithm is considered to be insecure these days because of its vulnerability towards collision attacks. Attackers can exploit this to generate another certificate with same digital signature, allowing them to disguise and pretend themselves as official authority and affect the actual services.
So replaced the SHA1 algorithm with SHA512 in sublist3r.py file at line no 555 to strengthen the security aspects of the digital certificate verification purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant