Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
training in process, only ground weights added. i don't recommend using at this time
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
# IN-PROGRESS - NOT FINAL
|
| 5 |
+
|
| 6 |
+
### educational purposes only!
|
| 7 |
+
|
| 8 |
+
### What is KillChainExtra-8B?
|
| 9 |
+
|
| 10 |
+
KillChainExtra-8B is a fully fine-tuned variant of Qwen3-8B designed to assist red teams with authorized security testing.
|
| 11 |
+
|
| 12 |
+
Like [KillChain-8B](https://huggingface.co/MrPibb/KillChain-8B), KillChainExtra-8B has been trained on the [UORT dataset](https://huggingface.co/datasets/WNT3D/Ultimate-Offensive-Red-Team) and is specialized towards actionable code and methods.
|
| 13 |
+
KillChainExtra-8B expands on this concept and is trained on **over one million lines of hand-collected cybersecurity data** ranging
|
| 14 |
+
from CVEs to ExploitDB. This significantly improves the assistance provided during complex/inferred scenarios, allowing for a more dynamic
|
| 15 |
+
guided experience compared to the straightforward data outputs of KillChain-8B.
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
### Considerations / "up in the airs"
|
| 19 |
+
|
| 20 |
+
-RAG pipeline for ExploitDB and similar data. I am heavily leaning towards this approach at this time in planning, however it is not out of the question that I will change this.
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
### status update jan 9th 2026:
|
| 24 |
+
|
| 25 |
+
training on phase 3 did not turn out as expected, losses were cut and training has been re-planned from the ground up.
|
| 26 |
+
to avoid wasted time and electricity, i have uploaded both previous phase 1 and 2 training stages for those who are interested.
|
| 27 |
+
|
| 28 |
+
If i were to use any of these, phase 1 showed promising results. Phase 2 is a mixed bag, phase 3 was cut short to save on computing costs when loss numbers became concerning.
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
### previous update (old):
|
| 32 |
training in process, only ground weights added. i don't recommend using at this time
|