mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 21:38:34 +03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89a53d519f | ||
|
|
794bafc90f | ||
|
|
689934144c | ||
|
|
f034fac654 | ||
|
|
84bb25fb0f |
@@ -1,5 +1,7 @@
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
@@ -8,9 +10,6 @@
|
|||||||
|
|
||||||
> *Simply gather OSINT on Github users and organizations like a god🔥*
|
> *Simply gather OSINT on Github users and organizations like a god🔥*
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
# INSTALLATION
|
# INSTALLATION
|
||||||
**clone project**:
|
**clone project**:
|
||||||
|
|
||||||
@@ -63,7 +62,7 @@ $ python3 octosuite
|
|||||||
|
|
||||||
# NOTE
|
# NOTE
|
||||||
* *octosuite automatically logs network and minor user activity. The logs are saved by date and time in .logs folder*
|
* *octosuite automatically logs network and minor user activity. The logs are saved by date and time in .logs folder*
|
||||||
* *octosuite has only been tested on **Linux** (for now), please be sure to let me know how it works on **Windows***
|
* *octosuite has only been tested on **Termux** *and* **Kali Linux** (for now), please be sure to let me know how it works on **Windows***
|
||||||
|
|
||||||
# LICENSE
|
# LICENSE
|
||||||

|

|
||||||
|
|||||||
@@ -456,11 +456,5 @@ usage:
|
|||||||
return help
|
return help
|
||||||
|
|
||||||
|
|
||||||
file_exists = os.path.exists('.logs')
|
|
||||||
if file_exists:
|
|
||||||
pass
|
|
||||||
else:
|
|
||||||
os.mkdir('.logs')
|
|
||||||
|
|
||||||
# Set to automatically monitor and log network and user activity to .log folder
|
# Set to automatically monitor and log network and user activity to .log folder
|
||||||
logging.basicConfig(filename=f'.logs/{datetime.now()}.log',format='[%(asctime)s] %(message)s',level=logging.DEBUG)
|
logging.basicConfig(filename=f'.logs/{datetime.now()}.log',format='[%(asctime)s] %(message)s',level=logging.DEBUG)
|
||||||
|
|||||||
Reference in New Issue
Block a user