You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
---
13
13
14
14
### About The Project
15
-
**CIPHER-OSINT** is built to solve a common problem in reconnaissance: information overload. Instead of manually sifting through raw logs, this tool uses **Golang** for high-speed scanning and integrates AI (Gemini/GPT) to filter and analyze the data.
15
+
**CIPHER-OSINT** is built to solve a common problem in reconnaissance: information overload. Instead of manually sifting through raw logs, this tool uses **Golang** for high-speed scanning and integrates AI (Gemini/GPT/claude) to filter and analyze the data.
16
16
17
17
It's designed to run efficiently on Linux environments (including Termux), handling everything from scraping to reporting with minimal configuration.
18
18
@@ -22,7 +22,7 @@ It's designed to run efficiently on Linux environments (including Termux), handl
22
22
23
23
| Feature | Details |
24
24
| :--- | :--- |
25
-
|**AI Analysis**| Uses Gemini or GPT-4 to clean raw data and highlight sensitive information. |
25
+
|**AI Analysis**| Uses claude,Gemini or GPT-4 to clean raw data and highlight sensitive information. |
26
26
|**Dark Web Support**| Routes requests through Tor (SOCKS5) to scan .onion services safely. |
27
27
|**High Concurrency**| Built with Go routines to scan multiple targets simultaneously without lag. |
0 commit comments