Compare commits

...

5 Commits
1.1.0 ... 1.2.0

Author SHA1 Message Date
Richard Mwewa
89a53d519f Update main.py 2022-03-17 21:07:11 +02:00
Richard Mwewa
794bafc90f Update README.md 2022-03-17 20:26:30 +02:00
Richard Mwewa
689934144c Create tmp 2022-03-17 20:24:03 +02:00
Richard Mwewa
f034fac654 Update README.md 2022-03-17 20:13:41 +02:00
Richard Mwewa
84bb25fb0f Update README.md 2022-03-16 23:01:11 +02:00
3 changed files with 5 additions and 11 deletions

1
.logs/tmp Normal file
View File

@@ -0,0 +1 @@

View File

@@ -1,5 +1,7 @@
![octosuite](https://user-images.githubusercontent.com/74001397/155901728-82917d24-5b5a-4016-b5f7-df479699ba87.png)
![Screenshot_2022-03-17_10-12-53](https://user-images.githubusercontent.com/74001397/158868105-b5aba7e8-7342-4268-bd7a-6d6ae0bdae5a.png)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/rly0nheart/octosuite?style=for-the-badge&logo=github)
![OS](https://img.shields.io/badge/OS-GNU%2FLinux-red?style=for-the-badge&logo=Linux)
![OS](https://img.shields.io/badge/OS-Windows-blue?style=for-the-badge&logo=Windows)
![GitHub](https://img.shields.io/github/license/rly0nheart/octosuite?style=for-the-badge&logo=github)
@@ -8,9 +10,6 @@
> *Simply gather OSINT on Github users and organizations like a god🔥*
![octosuite](https://user-images.githubusercontent.com/74001397/155878843-0e6e3337-98bf-4b4f-97f3-c31d8350468c.gif)
# INSTALLATION
**clone project**:
@@ -63,7 +62,7 @@ $ python3 octosuite
# NOTE
* *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](https://user-images.githubusercontent.com/74001397/137917929-2f2cdb0c-4d1d-4e4b-9f0d-e01589e027b5.png)

View File

@@ -456,11 +456,5 @@ usage:
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
logging.basicConfig(filename=f'.logs/{datetime.now()}.log',format='[%(asctime)s] %(message)s',level=logging.DEBUG)