Skip to content

Commit c36e6e9

Browse files
committed
feat(feat): new categoried help and others things \n\n Version: release/0.2.35 \n\n with love \n\n Modified file(s):\n- README.md
- UTILS.md - docs/README.html - docs/UTILS.html - docs/index.html - docs/index.html.bak\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: Sun May 11 19:45:16 2025 -0400 \n\n Hora: 1747007116
1 parent 21508c6 commit c36e6e9

File tree

9 files changed

+5229
-4906
lines changed

9 files changed

+5229
-4906
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22
# Changelog
33

44

5+
### Nuevas características
6+
7+
### Otros
8+
9+
* * feat(feat): new categoried help and others things \n\n Version: release/0.2.35 \n\n with love \n\n Modified file(s):\n- README.md - UTILS.md - docs/README.html - docs/UTILS.html - docs/index.html - docs/index.html.bak\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: Sun May 11 19:45:16 2025 -0400 \n\n Hora: 1747007116
10+
11+
12+
### Otros
13+
14+
### Otros
15+
16+
* * Merge pull request #90 from grisuno/grisuno-patch-1
17+
18+
19+
### Otros
20+
21+
### Otros
22+
23+
* * Update README.md
24+
25+
26+
### Otros
27+
28+
### Otros
29+
30+
* * commands categorized
31+
32+
533
### Correcciones urgentes
634

735
### Otros

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,6 +2001,37 @@ Args:
20012001
Returns:
20022002
str: The command string with placeholders replaced by their corresponding values.
20032003

2004+
## parse_nmap_csv
2005+
No description available.
2006+
2007+
## query_ollama
2008+
Envía consulta a Ollama y retorna respuesta del modelo
2009+
2010+
## preprocess_llm_response
2011+
Pre-process LLM response to handle common issues before YAML parsing
2012+
2013+
## manual_yaml_extraction
2014+
Fallback method to manually extract YAML data from malformed content
2015+
2016+
## create_synthetic_yaml
2017+
Create a basic synthetic YAML playbook when all else fails
2018+
2019+
## parse_yaml_response
2020+
Improved function to extract and parse YAML content from LLM response
2021+
with better error handling and recovery attempts
2022+
2023+
## fix_common_yaml_issues
2024+
Fixes common YAML formatting issues
2025+
2026+
## aggressive_yaml_fix
2027+
More aggressive YAML fixing for recovery attempts
2028+
2029+
## save_playbook
2030+
Guarda el playbook generado en disco
2031+
2032+
## load_knowledge_base
2033+
Carga la base de conocimientos personalizada.
2034+
20042035
## wrapper
20052036
internal wrapper of internal function to implement multiples rhost to operate.
20062037

@@ -11231,6 +11262,20 @@ Recursively resolve and download package dependencies with enhanced checks
1123111262
# Changelog
1123211263

1123311264

11265+
### Correcciones urgentes
11266+
11267+
### Otros
11268+
11269+
* * hotfix(hotfix): file path traversal and some othstuff \n\n Version: release/0.2.34 \n\n hotfix \n\n Modified file(s):\n- README.md - docs/README.html - docs/index.html - docs/index.html.bak\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: Sun May 4 23:39:25 2025 -0400 \n\n Hora: 1746416365
11270+
11271+
11272+
### Otros
11273+
11274+
### Otros
11275+
11276+
* * hotfix
11277+
11278+
1123411279
### Nuevas características
1123511280

1123611281
### Otros

UTILS.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,37 @@ Args:
10171017
Returns:
10181018
str: The command string with placeholders replaced by their corresponding values.
10191019

1020+
## parse_nmap_csv
1021+
No description available.
1022+
1023+
## query_ollama
1024+
Envía consulta a Ollama y retorna respuesta del modelo
1025+
1026+
## preprocess_llm_response
1027+
Pre-process LLM response to handle common issues before YAML parsing
1028+
1029+
## manual_yaml_extraction
1030+
Fallback method to manually extract YAML data from malformed content
1031+
1032+
## create_synthetic_yaml
1033+
Create a basic synthetic YAML playbook when all else fails
1034+
1035+
## parse_yaml_response
1036+
Improved function to extract and parse YAML content from LLM response
1037+
with better error handling and recovery attempts
1038+
1039+
## fix_common_yaml_issues
1040+
Fixes common YAML formatting issues
1041+
1042+
## aggressive_yaml_fix
1043+
More aggressive YAML fixing for recovery attempts
1044+
1045+
## save_playbook
1046+
Guarda el playbook generado en disco
1047+
1048+
## load_knowledge_base
1049+
Carga la base de conocimientos personalizada.
1050+
10201051
## wrapper
10211052
internal wrapper of internal function to implement multiples rhost to operate.
10221053

0 commit comments

Comments
 (0)