mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-10 20:38:34 +03:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
646ea3cb51 | ||
|
|
3e18a3301a | ||
|
|
d4b595d79e | ||
|
|
0f247d1dd8 | ||
|
|
1b2c441237 | ||
|
|
2723c2f8dd | ||
|
|
7576fa64a1 |
@@ -10,10 +10,14 @@ A framework for gathering open-source intelligence on GitHub users, repositories
|
||||

|
||||

|
||||
|
||||
> About
|
||||

|
||||
|
||||

|
||||
> User profile
|
||||

|
||||
|
||||

|
||||
> Organisation profile
|
||||

|
||||
|
||||
|
||||
# Wiki
|
||||
|
||||
@@ -4,7 +4,7 @@ from octosuite.config import red, white, green, reset, Tree
|
||||
|
||||
# banner.py
|
||||
# This file holds the program's banner and version tag
|
||||
version_tag = "3.0.1"
|
||||
version_tag = "3.0.4"
|
||||
|
||||
|
||||
def banner():
|
||||
@@ -16,7 +16,7 @@ def banner():
|
||||
| |.----.| |_.-----.| __|.--.--.|__| |_.-----.
|
||||
| - || __|| _| _ ||__ || | || | _| -__|
|
||||
|_______||____||____|_____||_______||_____||__|____|_____|
|
||||
v{version_tag}#dev
|
||||
v{version_tag}
|
||||
{white}— Advanced Github {red}OSINT{white} Framework
|
||||
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@ An advanced and lightning fast framework for gathering open-source intelligence
|
||||
|
||||
|
||||
Whats new in v{version_tag}?
|
||||
[{green}FIXED{reset}] Fixed a bug '[ERROR] An error occurred: can only concatenate str (not "NoneType") to str'
|
||||
[{green}FIXED{reset}] Merged pull request from #9: bad indentation leading to reference before assignment error #9
|
||||
|
||||
Read the wiki: https://github.com/bellingcat/octosuite/wiki
|
||||
GitHub REST API documentation: https://docs.github.com/rest
|
||||
@@ -769,8 +769,8 @@ class Octosuite:
|
||||
events_tree = Tree("\n" + event['id'])
|
||||
events_tree.add(f"Type: {event['type']}")
|
||||
events_tree.add(f"Created at: {event['created_at']}")
|
||||
xprint(events_tree)
|
||||
xprint(event['payload'])
|
||||
xprint(events_tree)
|
||||
xprint(event['payload'])
|
||||
# log_org_events(event, organization)
|
||||
else:
|
||||
xprint(response.json())
|
||||
|
||||
Reference in New Issue
Block a user