Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/badge_update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CI Badges — add these to README.md

![CI](https://github.com/user70616E6461/CyberAI/actions/workflows/ci.yml/badge.svg)
![CI](https://github.com/evkir/CyberAI/actions/workflows/ci.yml/badge.svg)
![Python](https://img.shields.io/badge/python-3.11%20%7C%203.12-blue)
![License](https://img.shields.io/badge/license-MIT-green)
![Status](https://img.shields.io/badge/status-active--development-orange)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 user70616E6461
Copyright (c) 2026 Evgeny Kiriyak (evkir)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">


![CI](https://github.com/user70616E6461/CyberAI/actions/workflows/ci.yml/badge.svg) ![Python](https://img.shields.io/badge/python-3.11%20%7C%203.12-blue) ![License](https://img.shields.io/badge/license-MIT-green)
![CI](https://github.com/evkir/CyberAI/actions/workflows/ci.yml/badge.svg) ![Python](https://img.shields.io/badge/python-3.11%20%7C%203.12-blue) ![License](https://img.shields.io/badge/license-MIT-green)

# 🤖 CyberAI

Expand Down Expand Up @@ -109,7 +109,7 @@ CyberAI/

**1. Clone and install**
```bash
git clone https://github.com/user70616E6461/CyberAI.git
git clone https://github.com/evkir/CyberAI.git
cd CyberAI
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
Expand Down Expand Up @@ -172,9 +172,9 @@ timeout: 60

| Tool | Role |
|------|------|
| [phantom-grid](https://github.com/user70616E6461/phantom-grid) | OOB interaction capture & analysis |
| [phantom-intel](https://github.com/user70616E6461/phantom-intel) | CVE intelligence feed |
| [reality-probe](https://github.com/user70616E6461/reality-probe) | TLS analysis & config auditing |
| [phantom-grid](https://github.com/evkir/phantom-grid) | OOB interaction capture & analysis |
| [phantom-intel](https://github.com/evkir/phantom-intel) | CVE intelligence feed |
| [reality-probe](https://github.com/evkir/reality-probe) | TLS analysis & config auditing |

---

Expand All @@ -193,5 +193,5 @@ MIT — see [LICENSE](LICENSE)
---

<div align="center">
<sub>Part of the <a href="https://github.com/user70616E6461">panda</a> security toolchain.</sub>
<sub>Part of the <a href="https://github.com/evkir">evkir</a> security toolchain.</sub>
</div>
Loading
Loading