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

[help] Scannning github to find all the repos with a particular word #65

Closed
ojasviashishchauhan opened this issue Sep 3, 2020 · 1 comment
Labels
Help Wanted Extra attention is needed

Comments

@ojasviashishchauhan
Copy link

Is there a way to scan entire GitHub to find all the repo/code which contains a specific word?

@mattyjones mattyjones added the Help Wanted Extra attention is needed label Sep 3, 2020
@mattyjones
Copy link
Collaborator

@ojaschauhan44 You cannot scan all of GitHub very easily as rate limiting will catch up to you sooner or later. Also at best you could only scan all public repos. In order to do this slow enough that rate limits didn't mess you up and you don't get blocked as a suspected DOS attack the length of time would be unrealistic.

If you managed a way around the rate limits and still kept up a reasonable performance metric you will most likely be identified as a suspected DDOS event. If you can get around that and you crank this thing up to 11, when it is completed, you will run into similar issues that masscan faces, which include the ability to knock network gear over.

Long story short, no you would need to do massive scans like that against local targets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants