Skip to content

Commit d6a7727

Browse files
committed
test(test): lazyown infinite glitch storage \n\n Version: release/0.1.53 \n\n works like a charm :D \n\n Modified file(s):\n- COMMANDS.md
- README.md - docs/COMMANDS.html - docs/README.html - docs/index.html - docs/index.html.bak - lazyown - payload.json - sessions/users.txt\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: Fri Oct 4 01:33:06 2024 -0300 \n\n Hora: 1728016386
1 parent 047c201 commit d6a7727

File tree

11 files changed

+2529
-2343
lines changed

11 files changed

+2529
-2343
lines changed

CHANGELOG.md

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

44

5+
### Pruebas
6+
7+
### Otros
8+
9+
* * test(test): lazyown infinite glitch storage \n\n Version: release/0.1.53 \n\n works like a charm :D \n\n Modified file(s):\n- COMMANDS.md - README.md - docs/COMMANDS.html - docs/README.html - docs/index.html - docs/index.html.bak - lazyown - payload.json - sessions/users.txt\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: Fri Oct 4 01:33:06 2024 -0300 \n\n Hora: 1728016386
10+
11+
512
### Correcciones
613

714
### Otros

COMMANDS.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2170,8 +2170,10 @@ Note:
21702170
Creates a `hash.txt` file in the `sessions` directory with the specified hash value and analyzes it using `Name-the-hash`.
21712171

21722172
This function performs the following actions:
2173-
1. Writes the provided hash value to `sessions/hash.txt`.
2174-
2. Analyzes the hash value using `Name-the-hash`.
2173+
1. Validates the input line to ensure it is not empty.
2174+
2. Backs up the existing `hash.txt` file if it exists, renaming it to `hash_{timestamp}.txt` based on the current timestamp.
2175+
3. Writes the provided hash value to `sessions/hash.txt`.
2176+
4. Analyzes the hash value using `Name-the-hash`.
21752177

21762178
Usage:
21772179
createhash <hash>
@@ -3326,7 +3328,7 @@ To manually run this task, provide a shift value (integer), a substitution key,
33263328

33273329
Note: The function assumes the shift value is an integer. If the shift value is not an integer, it will print an error message.
33283330

3329-
## creds
3331+
## cred
33303332
Display the credentials stored in the `credentials.txt` file and copy the password to the clipboard.
33313333

33323334
This function reads the stored credentials from a file named `credentials.txt` located in the `sessions` directory.
@@ -5604,6 +5606,14 @@ and prints relevant information to the screen.
56045606
:param line: A string containing the CVE ID (optional).
56055607
:returns: None
56065608

5609+
## evidence
5610+
Comprime la carpeta 'sessions' y la codifica en un video usando lazyown_infinitestorage.py.
5611+
Si se proporciona un nombre de archivo, decodifica el video en su lugar.
5612+
5613+
:param line: Opcional; si se proporciona, es el nombre del video para decodificar.
5614+
:type line: str
5615+
:returns: None
5616+
56075617
## find_tgts
56085618
Finds and returns a list of target hosts with port 445 open in the specified subnet.
56095619

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3465,8 +3465,10 @@ Note:
34653465
Creates a `hash.txt` file in the `sessions` directory with the specified hash value and analyzes it using `Name-the-hash`.
34663466
34673467
This function performs the following actions:
3468-
1. Writes the provided hash value to `sessions/hash.txt`.
3469-
2. Analyzes the hash value using `Name-the-hash`.
3468+
1. Validates the input line to ensure it is not empty.
3469+
2. Backs up the existing `hash.txt` file if it exists, renaming it to `hash_{timestamp}.txt` based on the current timestamp.
3470+
3. Writes the provided hash value to `sessions/hash.txt`.
3471+
4. Analyzes the hash value using `Name-the-hash`.
34703472
34713473
Usage:
34723474
createhash <hash>
@@ -4621,7 +4623,7 @@ To manually run this task, provide a shift value (integer), a substitution key,
46214623
46224624
Note: The function assumes the shift value is an integer. If the shift value is not an integer, it will print an error message.
46234625
4624-
## creds
4626+
## cred
46254627
Display the credentials stored in the `credentials.txt` file and copy the password to the clipboard.
46264628
46274629
This function reads the stored credentials from a file named `credentials.txt` located in the `sessions` directory.
@@ -6899,6 +6901,14 @@ and prints relevant information to the screen.
68996901
:param line: A string containing the CVE ID (optional).
69006902
:returns: None
69016903
6904+
## evidence
6905+
Comprime la carpeta 'sessions' y la codifica en un video usando lazyown_infinitestorage.py.
6906+
Si se proporciona un nombre de archivo, decodifica el video en su lugar.
6907+
6908+
:param line: Opcional; si se proporciona, es el nombre del video para decodificar.
6909+
:type line: str
6910+
:returns: None
6911+
69026912
## find_tgts
69036913
Finds and returns a list of target hosts with port 445 open in the specified subnet.
69046914
@@ -7118,6 +7128,13 @@ Helper function to alternate the case of characters in a string.
71187128
# Changelog
71197129
71207130
7131+
### Correcciones
7132+
7133+
### Otros
7134+
7135+
* * fix(fix): fix in find command \n\n Version: release/0.1.53 \n\n command find documented at commands.md \n\n Modified file(s):\n- README.md - docs/README.html - docs/index.html - lazyown\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: Fri Oct 4 00:28:05 2024 -0300 \n\n Hora: 1728012485
7136+
7137+
71217138
### Refactorización
71227139
71237140
### Otros

0 commit comments

Comments
 (0)