@@ -3465,8 +3465,10 @@ Note:
34653465Creates a `hash.txt` file in the `sessions` directory with the specified hash value and analyzes it using `Name-the-hash`.
34663466
34673467This 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
34713473Usage:
34723474 createhash <hash>
@@ -4621,7 +4623,7 @@ To manually run this task, provide a shift value (integer), a substitution key,
46214623
46224624Note: 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
46254627Display the credentials stored in the ` credentials.txt` file and copy the password to the clipboard.
46264628
46274629This 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
69036913Finds 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