File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ def gitxray_cli():
1919 ███ ░███ ███ ░███
2020░░██████ ░░██████
2121 ░░░░░░ ░░░░░░
22- gitxray: X-Ray and analyze Github Repositories and their Contributors. Trust no one!
23- v1.0.16.4 - Developed by Kulkan Security [www.kulkan.com] - Penetration testing by creative minds.
22+ gitxray: X-Ray and analyze GitHub Repositories and their Contributors. Trust no one!
23+ v1.0.16.5 - Developed by Kulkan Security [www.kulkan.com] - Penetration testing by creative minds.
2424""" + "#" * gx_definitions .SCREEN_SEPARATOR_LENGTH )
2525
2626 # Let's initialize a Gitxray context, which parses arguments and more.
@@ -32,7 +32,7 @@ def gitxray_cli():
3232 # Let's warn the user that unauth RateLimits are pretty low
3333 if not gx_context .usingToken ():
3434 gx_output .warn (f"{ gx_definitions .ENV_GITHUB_TOKEN } environment variable not set, using GitHub RateLimits unauthenticated." )
35- gx_output .warn ("Unauthenticated requests to the Github API will enforce a very low and strict RateLimit." )
35+ gx_output .warn ("Unauthenticated requests to the GitHub API will enforce a very low and strict RateLimit." )
3636 gx_output .warn ("Without setting a GitHub token you may only be able to scan small repositories uninterruptedly." )
3737 else :
3838 gx_output .notify (f"GitHub Token loaded from { gx_definitions .ENV_GITHUB_TOKEN } env variable." )
You can’t perform that action at this time.
0 commit comments