-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub enumeration capabilities (#25)
This adds rudimentary GitHub repository enumeration capabilities to Nosey Parker. - A new github repos list command is available, which uses the GitHub REST API to enumerate repositories belonging to one or more users or organizations. - The output can be written in textual, JSON, and JSON lines format. - An optional GitHub personal access token can be supplied, which provides a much greater rate limit than with unauthenticated access, and may make additional repositories accessible. Fixes #15.
- Loading branch information
1 parent
31ef9e6
commit 8d04bdc
Showing
46 changed files
with
1,964 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ max_width = 100 | |
newline_style = "Unix" | ||
tab_spaces = 4 | ||
fn_call_width = 80 | ||
edition = "2021" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.