:param line: Command parameters (not used in this function). :type
-line: str
+:param line: Command parameters folder name (optional). :type line:
+str
- Checks if
lhost
is valid using the
check_lhost
function.
@@ -5211,6 +5211,51 @@ shells or injected files/code. It handles user input for target
addresses, ports, encoding, obfuscation, badchars, and other options,
constructs the command, and executes it.
:param line: Not used in this implementation. :returns: None
+windapsearchscrapeusers
+Extracts usernames from a JSON output generated by go-windapsearch
+and appends them to the file sessions/users.txt.
+The function loads the JSON file, parses the
+sAMAccountName
attribute for each user, and appends the
+username to the sessions/users.txt file.
+:param line: Path to the JSON file (e.g.,
+’sessions/_windap.json’). :returns: None
+downloader
+Generate a downloader command for files in the sessions
+directory.
+This function lists all files in the ‘sessions’ directory
+recursively, excluding certain file extensions. The user can select a
+file, choose a download method, and the command is generated and copied
+to the clipboard.
+:param line: Optional output filename for the downloader command.
+:returns: None
+ldapsearch
+Executes an LDAP search against a target remote host (rhost) and
+saves the results.
+This function performs the following tasks: 1. Extracts the target
+remote host (rhost) from the class parameters. 2. Verifies if the rhost
+is valid using a custom check_rhost
function. 3. Retrieves
+the domain information from the parameters. 4. Ensures that the
+‘ldapsearch’ binary is available on the system. If it’s missing, the
+function attempts to install it using the system’s package manager
+(apt
). 5. Constructs the LDAP search query based on the
+domain information, splitting the domain into components to form the
+correct base DN (Distinguished Name). 6. Runs the LDAP search with the
+following options: - -x
: Simple authentication (anonymous
+bind). - -H
: Specifies the LDAP server URL (using the
+rhost). - -b
: Specifies the search base (constructed from
+the domain). - -s sub
: Indicates the search scope, where
+‘sub’ performs a subtree search. 7. Saves the result of the search to a
+log file under the ‘sessions’ directory, named based on the rhost. 8.
+Displays the log file content and checks for any ‘lock’ entries, which
+could indicate locked accounts or security incidents. 9. Extracts
+userPrincipalName
attributes from the log, parses them, and
+appends the usernames (without domain) to a users.txt file for further
+analysis.
+This function is useful in penetration testing engagements where LDAP
+enumeration is part of the reconnaissance phase. It automates LDAP
+queries and extracts useful user information, which could assist in
+credential harvesting, password spraying, or other user-based
+attacks.
find_tgts
Finds and returns a list of target hosts with port 445 open in the
specified subnet.
@@ -5379,10 +5424,30 @@ the scope where this function is used.
Changelog
-Nuevas características
+Refactorización
Otros
+- refactor(refactor): smbclient refactor, cme refactor, netexec,
+refactor, new command pwncat with self inyect, c2 windows client,
+kerbrute refactor, kussanagi generate payloads and refactor of
+payload.json now has domain adn subdomain Version: release/0.1.50 soon
+video on youtube :D now you can see
+https://www.youtube.com/watch?v=9_9vevmmgMg Modified file(s):-
+COMMANDS.md - README.md - UTILS.md - docs/COMMANDS.html -
+docs/README.html - docs/UTILS.html - docs/index.html -
+docs/index.html.bak - external/install_external.sh - lazyown -
+payload.json - payload1.json - sessions/users.txt -
+sessions/win/lazybot.ps1 - utils.pyLazyOwn on HackTheBox:
+https://app.hackthebox.com/teams/overview/6429 LazyOwn/
+https://grisuno.github.io/LazyOwn/ Fecha: Sat Sep 28 04:04:43 2024 -0300
+Hora: 1727507083
+
+
+Nuevas características
+Otros
+
+
- feat(feat): new command Shadowsocks Version: release/0.1.50 with
love to the comunity :D Modified file(s):- COMMANDS.md - README.md -
docs/COMMANDS.html - docs/README.html - docs/index.html -
@@ -5392,8 +5457,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Sep 25 22:59:45 2024 -0300
Hora: 1727315985
-Otros
Otros
+Otros
- feature(feat): now we are vip Version: release/0.1.49 Modified
@@ -5406,7 +5471,7 @@ Hora: 1727071043
Nuevas características
-Otros
+Otros
- feat(feat): new commands documented at COMMANDS.md Version:
@@ -5420,7 +5485,7 @@ Hora: 1727053941
Pruebas
-Otros
+Otros
- test(testing): some test and new resources and externals scripst to
@@ -5434,7 +5499,7 @@ Hora: 1727047373
Nuevas características
-Otros
+Otros
- feat(feat): new cool stuff xD Version: release/0.1.47 parse id rsa
@@ -5447,7 +5512,7 @@ Hora: 1726349393
Nuevas características
-Otros
+Otros
- feat(win backdoor): undetectable Version: release/0.1.46 handcrafted
@@ -5460,7 +5525,7 @@ Hora: 1726300513
Correcciones
-Otros
+Otros
- fix(fix): c2 insecure filename Version: release/0.1.45 resolved
@@ -5472,7 +5537,7 @@ Hora: 1726299774
Documentación
-Otros
+Otros
- docs(docs): documented resources, and externals, and one command
@@ -5486,8 +5551,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sat Sep 14 03:10:13 2024 -0300
Hora: 1726294213
-Otros
Otros
+Otros
- feature(new commands): documented at COMMANDS.md Version:
@@ -5502,8 +5567,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Sep 12 03:37:43 2024 -0300
Hora: 1726123063
-Otros
Otros
+Otros
- feature(feat): new commands: scarecrow, createmail, eyewitness,
@@ -5518,7 +5583,7 @@ Hora: 1726033595
Pruebas
-Otros
+Otros
- test(test): install Version: release/0.1.42 dou you seaw [3~pip
@@ -5531,7 +5596,7 @@ Hora: 1726031410
Pruebas
-Otros
+Otros
- test(test): install Version: release/0.1.42 testing… Modified
@@ -5544,7 +5609,7 @@ Hora: 1725946883
Nuevas características
-Otros
+Otros
- feat(feat): graph Version: release/0.1.42 integrated at index2.html
@@ -5557,7 +5622,7 @@ Hora: 1725944061
Nuevas características
-Otros
+Otros
- feat(feat): 2 new commands Version: release/0.1.41 shellfire,
@@ -5570,7 +5635,7 @@ Hora: 1725925520
Pruebas
-Otros
+Otros
- test(test): install testing Version: release/0.1.40 reported by user
@@ -5582,7 +5647,7 @@ Hora: 1725885388
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): install wa broken Version: release/0.1.40 infinite
@@ -5594,7 +5659,7 @@ Hora: 1725884702
Pruebas
-Otros
+Otros
- test(testing): emire Version: release/0.1.39 empire xD Modified
@@ -5607,7 +5672,7 @@ Hora: 1725784522
Pruebas
-Otros
+Otros
- test(test): veil Version: release/0.1.39 new evasion tool testing
@@ -5619,8 +5684,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sun Sep 8 04:46:46 2024 -0300
Hora: 1725781606
-Otros
Otros
+Otros
- feature(feat): now tord, trace, and generatedic to generate
@@ -5635,7 +5700,7 @@ Hora: 1725687669
Pruebas
-Otros
+Otros
- test(test): testing new feature tord Version: release/0.1.38
@@ -5648,7 +5713,7 @@ Hora: 1725607743
Pruebas
-Otros
+Otros
- test(test): ivy shellcodes test Version: release/0.1.38 new command
@@ -5661,7 +5726,7 @@ Hora: 1725605766
Documentación
-Otros
+Otros
- docs(docs): new alias Version: release/0.1.38 new alias tor
@@ -5674,7 +5739,7 @@ Hora: 1725515362
Documentación
-Otros
+Otros
- docs(docs): corrections in text Version: release/0.1.38 and some
@@ -5686,7 +5751,7 @@ Hora: 1725514958
Documentación
-Otros
+Otros
- docs(docs): new links Version: release/0.1.38 automatic download
@@ -5699,7 +5764,7 @@ Hora: 1725513720
Documentación
-Otros
+Otros
- docs(docs): better docs Version: release/0.1.38 is zen now :)
@@ -5712,7 +5777,7 @@ Hora: 1725431518
Nuevas características
-Otros
+Otros
- feat(fet): msfpc Version: release/0.1.38 automation Modified
@@ -5724,8 +5789,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Sep 3 01:15:14 2024 -0400
Hora: 1725340514
-Otros
Otros
+Otros
- feature(feat): comandos nuevos documentados en commands.md Version:
@@ -5737,8 +5802,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Mon Sep 2 23:34:25 2024 -0400
Hora: 1725334465
-Otros
Otros
+Otros
- feature(feat): new command apache_users & new options -p to use
@@ -5755,7 +5820,7 @@ Hora: 1725183931
Documentación
-Otros
+Otros
- docs(docs): documented malwarebazar Version: release/0.1.35 Fetches
@@ -5769,7 +5834,7 @@ Hora: 1725164493
Documentación
-Otros
+Otros
- docs(docs): documentating Version: release/0.1.35 functions dacledit
@@ -5781,8 +5846,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sun Sep 1 00:13:39 2024 -0400
Hora: 1725164019
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -5801,8 +5866,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sat Aug 31 06:21:44 2024 -0400
Hora: 1725099704
-Otros
Otros
+Otros
- feature(feat): nuevos comandos documetados en COMMANDS.md Version:
@@ -5816,8 +5881,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Fri Aug 30 23:33:30 2024 -0400
Hora: 1725075210
-Otros
Otros
+Otros
- feature(feat): nuevos comandos documentados en COMMANDS.md Version:
@@ -5831,7 +5896,7 @@ Hora: 1725001665
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): deleted the insecure chat Version: release/0.1.32
@@ -5843,8 +5908,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Fri Aug 30 02:58:04 2024 -0400
Hora: 1725001084
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -5858,8 +5923,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 28 23:02:18 2024 -0400
Hora: 1724900538
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -5874,7 +5939,7 @@ Hora: 1724741263
Correcciones
-Otros
+Otros
- fix(fix): some fixes in c2 Version: release/0.1.29 now curl attack
@@ -5886,7 +5951,7 @@ Hora: 1724738020
Nuevas características
-Otros
+Otros
- feat(kick): to kick from net some ip Version: release/0.1.28 seend
@@ -5899,8 +5964,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Aug 27 00:53:52 2024 -0400
Hora: 1724734432
-Otros
Otros
+Otros
- feature(new command c2 documentad at COMMANDS.md): a little botnet
@@ -5914,7 +5979,7 @@ Hora: 1724656041
Correcciones
-Otros
+Otros
- fix(fix auto exploit cacti rce logged): now the attack work
@@ -5926,8 +5991,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Mon Aug 26 02:18:44 2024 -0400
Hora: 1724653124
-Otros
Otros
+Otros
- feature(new commands docummented at COMMANDS.md): waybackmachine,
@@ -5941,8 +6006,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sat Aug 24 23:28:31 2024 -0400
Hora: 1724556511
-Otros
Otros
+Otros
- feature(2 new attacks): docummented at COMMANDS.md Version:
@@ -5955,7 +6020,7 @@ Hora: 1724527338
Pruebas
-Otros
+Otros
- test(new machine): monitorsthree.htb Version: release/0.1.23
@@ -5966,8 +6031,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sat Aug 24 03:15:09 2024 -0400
Hora: 1724483709
-Refactorización
-Otros
+Refactorización
+Otros
- refactor(new payload): in msfvenom Version: release/0.1.23 :) java
@@ -5979,7 +6044,7 @@ Hora: 1724478302
Nuevas características
-Otros
+Otros
- feat(new feature): padbuster Version: release/0.1.23 new command
@@ -5992,7 +6057,7 @@ Hora: 1724472682
Documentación
-Otros
+Otros
- docs(documentacion): nueva versiòn en la web reflejada en el banner
@@ -6004,7 +6069,7 @@ Hora: 1724472227
Documentación
-Otros
+Otros
- docs(new documentation): better documentation to commands and utils
@@ -6017,7 +6082,7 @@ Hora: 1724470232
Nuevas características
-Otros
+Otros
- feat(new feat in createdll): new option 3 to run automate create dll
@@ -6031,7 +6096,7 @@ Hora: 1724469194
Correcciones
-Otros
+Otros
- fix(fix): blazormalware corrected now functional and armed :)
@@ -6045,7 +6110,7 @@ Hora: 1724441283
Documentación
-Otros
+Otros
- docs(Lang): Translate README.md to English, enhancing clarity and
@@ -6065,7 +6130,7 @@ Hora: 1724221541
Nuevas características
-Otros
+Otros
- feat(malware new): blazor malware Version: release/0.1.20 create
@@ -6077,8 +6142,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Aug 20 03:17:47 2024 -0400
Hora: 1724138267
-Refactorización
-Otros
+Refactorización
+Otros
- refactor(refactor): se agrega la libreria colors en modules para
@@ -6093,8 +6158,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Aug 20 02:20:17 2024 -0400
Hora: 1724134817
-Otros
Otros
+Otros
- feature(feat): dos comandos nuevos, skipfish y createdll, nuevo
@@ -6108,7 +6173,7 @@ Hora: 1724048452
Nuevas características
-Otros
+Otros
- feat(feat): create new command shellcode, run lazymsfvenom modified
@@ -6122,7 +6187,7 @@ Hora: 1724042153
Nuevas características
-Otros
+Otros
- feat(new feat): new funcionality in proxy command, hexdump on
@@ -6136,7 +6201,7 @@ Hora: 1724029946
Nuevas características
-Otros
+Otros
- feat(feat): new prompt Version: release/0.1.16 now show the url of
@@ -6148,7 +6213,7 @@ Hora: 1724021178
Nuevas características
-Otros
+Otros
- feat(feat): new command set_proxychains Version: release/0.1.15
@@ -6161,7 +6226,7 @@ Hora: 1724013691
Correcciones
-Otros
+Otros
- fix(bug fixing): bug fixing in vars of DEPLOY.sh Version:
@@ -6172,8 +6237,8 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Sun Aug 18 16:37:23
2024 -0400 Hora: 1724013443
-Otros
Otros
+Otros
- feature(new payload in msfvenom android): new options in msf rev
@@ -6186,7 +6251,7 @@ Hora: 1723891492
Documentación
-Otros
+Otros
- docs(documented): agradecimientos Version: release/0.1.12 a ✌ el
@@ -6198,7 +6263,7 @@ Hora: 1723891152
Nuevas características
-Otros
+Otros
- feat(implement sicat libs): to ss command Version: release/0.1.12
@@ -6213,7 +6278,7 @@ Hora: 1723876813
Nuevas características
-Otros
+Otros
- feat(some fixes): html and new patreon :) Version: release/0.1.11 :)
@@ -6224,8 +6289,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Fri Aug 16 21:52:15 2024 -0400
Hora: 1723859535
-Otros
Otros
+Otros
- feature(new tools): new commands, new payloads in find, new cves,
@@ -6240,7 +6305,7 @@ Hora: 1723841764
Nuevas características
-Otros
+Otros
- feat(new feature): new command finalrecon docuemnted at COMMANDS.md
@@ -6254,7 +6319,7 @@ Hora: 1723791472
Nuevas características
-Otros
+Otros
- feat(command): new commando swaks to abuse of smtp Version:
@@ -6267,7 +6332,7 @@ Hora: 1723790116
Correcciones
-Otros
+Otros
- fix(fix in vpn): new machine Version: release/0.1.7 chenges in
@@ -6279,7 +6344,7 @@ Hora: 1723780696
Pruebas
-Otros
+Otros
- test(deleted files): index.sh y dump_readme.sh Version:
@@ -6291,8 +6356,8 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 23:55:59
2024 -0400 Hora: 1723780559
-Refactorización
-Otros
+Refactorización
+Otros
- refactor(refactor DEPLOY, sessionstrace): se crea todo en un solo
@@ -6307,8 +6372,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 20:15:03 2024 -0400
Hora: 1723767303
-Otros
Otros
+Otros
- feature(sessionssh y sessionsshstrace): nuevos comandos documentados
@@ -6322,7 +6387,7 @@ Hora: 1723763173
Pruebas
-Otros
+Otros
- test(testing Changelog): new method to create changelog Version:
@@ -6334,7 +6399,7 @@ Hora: 1723761786
Nuevas características
-Otros
+Otros
- feat(lazyscripts): se crea el comando y el directorio lazyscripts el
@@ -6347,8 +6412,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 18:16:02 2024 -0400
Hora: 1723760162
-Otros
Otros
+Otros
- feature(nuevos recursos, comandos, archivos tool para pwntomate): se
@@ -6366,7 +6431,7 @@ Hora: 1723713869
Nuevas características
-Otros
+Otros
- feat(tool): nuevo tool a pwntomate medusa.tool Version:
@@ -6378,7 +6443,7 @@ Hora: 1723713306
Nuevas características
-Otros
+Otros
- feat(medusa): nueco comando Version: release/0.1.2 para crackear
@@ -6390,7 +6455,7 @@ Hora: 1723710713
Documentación
-Otros
+Otros
- docs(changelog): reload Version: release/0.1.1 deleted -
@@ -6402,7 +6467,7 @@ Hora: 1723710641
Documentación
-Otros
+Otros
- docs(history): reload the history deleted by error holly git :P
@@ -6414,7 +6479,7 @@ Hora: 1723708444
Correcciones
-Otros
+Otros
- fix(fix): fix Version: release/0.1.1 fix - DEPLOY.sh - README.md -
@@ -6425,7 +6490,7 @@ Hora: 1723708240
Correcciones
-Otros
+Otros
- fix(fix): versionamiento Version: - DEPLOY.sh - README.md -
@@ -6436,7 +6501,7 @@ Hora: 1723707886
Correcciones
-Otros
+Otros
- fix(fix): fix en los tags Version: - README.md - docs/README.html -
@@ -6447,7 +6512,7 @@ Hora: 1723707626
Correcciones
-Otros
+Otros
- fix(version file): Version: - README.md - docs/README.html -
@@ -6458,7 +6523,7 @@ Hora: 1723707479
Correcciones
-Otros
+Otros
- fix(pandoc): command Version: bad arguments - DEPLOY.sh - README.md
@@ -6469,7 +6534,7 @@ Hora: 1723707415
Correcciones
-Otros
+Otros
- fix(fix): changelog Version: :D - DEPLOY.sh - README.md -
@@ -6480,7 +6545,7 @@ Hora: 1723707071
Correcciones
-Otros
+Otros
- fix(fixing): fixin bug in formating of changelog Version: :D -
@@ -6491,7 +6556,7 @@ Hora: 1723706793
Correcciones
-Otros
+Otros
- fix(fixing): fixing semantic version Version: implemented -
@@ -6503,7 +6568,7 @@ Hora: 1723706420
Nuevo Release
-Otros
+Otros
- release(release): tipo release Version: probandoe l tipo release -
@@ -6514,7 +6579,7 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 03:19:32
Correcciones urgentes
-Otros
+Otros
- hotfix(error en parametro): deploy en el pandocpara generar
@@ -6526,7 +6591,7 @@ Hora: 1723706284
Nuevas características
-Otros
+Otros
- feat(cambio en el versionamiento semantico): se agregan release y
@@ -6539,7 +6604,7 @@ Hora: 1723705040
Nuevo parche
-Otros
+Otros
- patch(patching): prueba de nuevos tipos de commits Version: en este
@@ -6550,7 +6615,7 @@ Hora: 1723703697
Pruebas
-Otros
+Otros
- test(testind): deploy Version: release/0.1.0 test LazyOwn on
@@ -6560,7 +6625,7 @@ Hora: 1723703502
Nuevas características
-Otros
+Otros
- feat(semantic versioning): se implementa el versionamiento semantico
@@ -6573,7 +6638,7 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 02:01:01
Correcciones
-Otros
+Otros
- fix(firma de commits con pgp): cree una firmita gpg para firmar los
@@ -6583,8 +6648,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 01:52:52 2024 -0400
Hora: 1723701172
-Otros
Otros
+Otros
- feature(test): testing deploy feature and semantic versioning
@@ -6595,7 +6660,7 @@ Hora: 1723701007
Pruebas
-Otros
+Otros
- test(deploy): testing deploy script Version: release/0.0.13 testing
@@ -6606,7 +6671,7 @@ Hora: 1723700844
Correcciones urgentes
-Otros
+Otros
- hotfix(bug in Deploy): not updated the index.html file in deploys
@@ -6617,8 +6682,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 01:31:04 2024 -0400
Hora: 1723699864
-Otros
Otros
+Otros
- feature(mejoras y fixes): - se agrega un pequeño diccionario en el
@@ -6632,7 +6697,7 @@ Hora: 1723695184
Nuevas características
-Otros
+Otros
- feat(add scripts): - adding scripts on sessions/win directory a nc
@@ -6644,7 +6709,7 @@ Hora: 1723692675
Documentación
-Otros
+Otros
- docs(add README.html to anchor tag in menu of index.html): - chenges
@@ -6656,7 +6721,7 @@ Hora: 1723692351
Documentación
-Otros
+Otros
- docs(mejora documentaciòn): se completan varios comandos con
@@ -6667,8 +6732,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 23:00:31 2024 -0400
Hora: 1723690831
-Otros
Otros
+Otros
- feature(cambios en script fast_run_as_r00t.sh): se agrega la opción
@@ -6681,7 +6746,7 @@ Hora: 1723674013
Documentación
-Otros
+Otros
- docs(test): bad tabs in index.html Version: release/0.0.13 LazyOwn
@@ -6691,7 +6756,7 @@ Hora: 1723673205
Documentación
-Otros
+Otros
- docs(cambio en index.html): tabulacion incorrecta del banner
@@ -6701,8 +6766,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 18:01:05 2024 -0400
Hora: 1723672865
-Refactorización
-Otros
+Refactorización
+Otros
- refactor(refactor): se cambia el nombre de readme.sh a
@@ -6714,7 +6779,7 @@ Hora: 1723671942
Pruebas
-Otros
+Otros
- test(test): test Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -6723,8 +6788,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 17:38:56 2024 -0400
Hora: 1723671536
-Otros
Otros
+Otros
- feature(actualizador de readme.md): con los nuevos cambios desde los
@@ -6736,7 +6801,7 @@ Hora: 1723670843
Pruebas
-Otros
+Otros
- test(test): new styles in html of documentation Version:
@@ -6747,7 +6812,7 @@ Hora: 1723669581
Pruebas
-Otros
+Otros
- test(test): testing changelog Version: release/0.0.13 LazyOwn on
@@ -6757,7 +6822,7 @@ Hora: 1723669421
Pruebas
-Otros
+Otros
- test(testing): new changelog format Version: release/0.0.13 new
@@ -6768,7 +6833,7 @@ Hora: 1723668967
Pruebas
-Otros
+Otros
- test(test): Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -6778,7 +6843,7 @@ Hora: 1723668932
Pruebas
-Otros
+Otros
- test(testeando): nuevo changelog Version: release/0.0.13 mejor
@@ -6789,7 +6854,7 @@ Hora: 1723668469
Pruebas
-Otros
+Otros
- test(test): deploy Version: release/0.0.13 changes in changelog
@@ -6799,7 +6864,7 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 16:35:12
Pruebas
-Otros
+Otros
- test(testing): changelog Version: release/0.0.13 saltos de linea
@@ -6809,7 +6874,7 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 16:34:08
Pruebas
-Otros
+Otros
- test(tesing): saltos de linea en commit Version: release/0.0.13 :)
@@ -6819,7 +6884,7 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 16:28:47
Documentación
-Otros
+Otros
- docs(class=“neon-text” on ul): :): release/0.0.13:)LazyOwn on
@@ -6829,7 +6894,7 @@ Hora: 1723665459
Pruebas
-Otros
+Otros
- test(commits con fecha y hora :P): probando el despliegue:
@@ -6840,7 +6905,7 @@ Hora: 1723665132
Pruebas
-Otros
+Otros
- test(test de index.html): testeando el despliegue automatizado del
@@ -6850,7 +6915,7 @@ https://grisuno.github.io/LazyOwn/
Pruebas
-Otros
+Otros
- test(test index.sh): se realizan cambios en index.sh:
@@ -6861,7 +6926,7 @@ https://grisuno.github.io/LazyOwn/
Pruebas
-Otros
+Otros
- test(testing): Testeando el flujo de trabajo en los despliegues
@@ -6870,8 +6935,8 @@ HackTheBox: https://app.hackthebox.com/teams/overview/6429 LazyOwn/
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(versionamiento semantico en script de deploy): mejora en
@@ -6882,7 +6947,7 @@ https://grisuno.github.io/LazyOwn/
Pruebas
-Otros
+Otros
- test(test of –no-test): and lolcat on clock command :Phas now
@@ -6893,7 +6958,7 @@ https://grisuno.github.io/LazyOwn/
Documentación
-Otros
+Otros
- docs(se agrega el change log al readme): tambien se ejecutan pruebas
@@ -6905,7 +6970,7 @@ https://grisuno.github.io/LazyOwn/
Correcciones urgentes
-Otros
+Otros
- hotfix(fix in vpn): dont work with argumentsworks xD👽 LazyOwn on
@@ -6914,8 +6979,8 @@ https://www.reddit.com/r/LazyOwn/ 👽
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(parametrizar el despliegue): se agrega el parametro –no-test
@@ -6926,7 +6991,7 @@ https://grisuno.github.io/LazyOwn/
Pruebas
-Otros
+Otros
- test(troubleshooting): deleting the tmp file but i cant sleep👽
@@ -6936,7 +7001,7 @@ https://grisuno.github.io/LazyOwn/
Correcciones urgentes
-Otros
+Otros
- hotfix(delete qa command to option -c): bug: dont let beggin
@@ -6947,7 +7012,7 @@ https://grisuno.github.io/LazyOwn/
Pruebas
-Otros
+Otros
- test(despliegue): backup file del archivo lazyown creado en las
@@ -6960,7 +7025,7 @@ https://grisuno.github.io/LazyOwn/
Pruebas
-Otros
+Otros
- test(despliegue): de organizaciòn de archivos ovpn dentro del
@@ -6971,7 +7036,7 @@ https://grisuno.github.io/LazyOwn/
Pruebas
-Otros
+Otros
- test(testmeneitor): probando el workflow de desplieguees el body de
@@ -6981,8 +7046,8 @@ https://www.reddit.com/r/LazyOwn/ 👽
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(nuevo creador de index.html): crea el html de manera
@@ -6993,8 +7058,8 @@ https://www.reddit.com/r/LazyOwn/ 👽
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(mejora CHANGELOG.sh): ahora actualiza usando
@@ -7006,7 +7071,7 @@ https://grisuno.github.io/LazyOwn/
Nuevas características
-Otros
+Otros
- feat(mejorando el tipo): cambio en el script CHANGELOG.shmejora la
@@ -7017,7 +7082,7 @@ https://grisuno.github.io/LazyOwn/
Documentación
-Otros
+Otros
- docs(docs): El cierre de una imagen en la documentación estaba mal
@@ -7027,22 +7092,22 @@ https://www.reddit.com/r/LazyOwn/ 👽
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- Nueva descripcion en el readme y probando el CHANGELOG.sh :)
-Otros
Otros
+Otros
- ahora el changelog a docs :D en formato html
-Otros
Otros
+Otros
- HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 Ahora
@@ -7053,8 +7118,8 @@ todas las funciones nuevas como copy2clip :P, y estrenamos CHANGELOG.md
y CHANGELOG.sh :D 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
@@ -7062,8 +7127,8 @@ some changes in the web pandoc README.md -f markdown -t html -s -o
README.html madremia que comandazo 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
@@ -7071,24 +7136,24 @@ some changes in the web pandoc README.md -f markdown -t html -s -o
README.html madremia que comandazo 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
some changes in the web 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
comming soon tryhackme 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
@@ -7097,40 +7162,40 @@ base64encode, base64decode, rdp, all documented by my documentator
readmeneitor.py :P 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 new
fancy proompt :) 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 bug
fixing 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429
👽👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
3ast3r366 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -7138,8 +7203,8 @@ commands documented at COMMANDS.md and new ultis documented at ULTIS.md
👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -7147,8 +7212,8 @@ commands documented at COMMANDS.md and new ultis documented at ULTIS.md
👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -7156,31 +7221,31 @@ commands documented at COMMANDS.md and new ultis documented at ULTIS.md
👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
command launchpad to recon Linux OS 👽
-Otros
Otros
+Otros
- Merge pull request #27 from grisuno/clcthulhu-patch-1
Documentación
-Otros
+Otros
- docs(update readme description): change of the description; Update
README.md
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -7188,40 +7253,40 @@ Machine, New Session, New Look, New functions, New tools, New CVEs, NEW
VERSION 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
mejorando la documentaciòn 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 new
commands rulencode, urldecode, y lynis documented at COMMANDS.md 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
command vpn now handle multiple ovpn files 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
command vpn now handle multiple ovpn files 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 new
@@ -7229,24 +7294,24 @@ commands documented at COMMANDS.md, now implement autocomplete at
hashcat, more soon :) 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 new
commands documented at COMMANDS.md
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429
Magicgardens is so insane but pwned :)
-Otros
Otros
+Otros
- 👽 new commands documented in COMMANDS.md or README.md and more
@@ -7254,8 +7319,8 @@ documentation of the proyect thanks to readmineitor.py :D comming soon
their own repo…
-Otros
Otros
+Otros
- 👽 new commands documented in COMMANDS.md or README.md and more
@@ -7263,302 +7328,302 @@ documentation of the proyect thanks to readmineitor.py :D comming soon
their own repo…
-Otros
Otros
+Otros
- 👽 new machine magic gardens insane machine because resource was
pwned and sea not was released yet
-Otros
Otros
+Otros
- 👽 bug fixing in createhash, new wrappers, chisel command updated
now can choice the payload, img2cookie new payloads
-Otros
Otros
+Otros
- 👽 bug fixing in createhash, new wrappers, chisel command updated
now can choice the payload, img2cookie new payloads
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- 👽 new tools for pwntomate :D
-Otros
Otros
+Otros
- 👽 new command img2cookie :)
-Otros
Otros
+Otros
- 👽 new command img2cookie :)
-Otros
Otros
+Otros
- 👽 new machine comprezzor.htb
-Otros
Otros
+Otros
- 👽 new script readmeneitor req updated
-Otros
Otros
+Otros
- 👽 new script readmeneitor to help me update the readme xD
-Otros
Otros
+Otros
- 👽 new command ssh 22 and if u have file sessions/credentials.txt
this will open ssh conection :)
-Otros
Otros
+Otros
- 👽 bug fixing and replace command nc with pwncatcs more fancy and
sharp :)
-Otros
Otros
+Otros
- 👽 bug fixing in wfuzz sub command wen you not pass the domain
-Otros
Otros
+Otros
- 👽 some changes in nmap script now discovery have template html too
and we have a little index2.html to navigate the reports.
-Otros
Otros
+Otros
- 👽 some littles changes :)
-Otros
Otros
+Otros
- 👽 new machine compiled :)
-Otros
Otros
+Otros
- 👽 new command disableav to create a aav.vbs to disable av if it’s
possible :)
-Otros
Otros
+Otros
- 👽 changing the command in venom :)
-Otros
Otros
+Otros
- 👽 holly jissus mist.htb now pwned with my user :P its rally insane
amount of work to pwn
-Otros
Otros
+Otros
- 👽 holly jissus mist.htb machine cost to me one week and my mental
health xD bu it’s pwned xD
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- 👽 chisel fix copy to clipboard commad bug …
-Otros
Otros
+Otros
- 👽 command list to update the readme: todo …
-Otros
Otros
+Otros
- 👽 no more prints ( 👽 we have 13 xD) now we have technologì we have
print_msg, print_error & print_warn :) so much pretty
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- 👽 new brothers commands, LazyOwn> winbase64payload and
asprevbase64 👽
-Otros
Otros
+Otros
- some roder to prints, not finished yet but the storm its cut the
electricity so commit….
-Otros
Otros
+Otros
- feat: somo testing and alias now you can run gpt alias :D
-Otros
Otros
+Otros
- feat: Now the GPT Client use Llama 70B and now can hack :) fixing
error path from json files :P
-Otros
Otros
+Otros
- feat: Now the GPT Client use Llama 70B and now can hack :)
-Otros
Otros
+Otros
- feat: more time to the nmap to finished and pyautomate
autostart
-Otros
Otros
+Otros
- feat: New stylesheet for Nmap reports, making them more professional
@@ -7567,45 +7632,45 @@ and supper fast automate auto run script as fast_run_as_r00t.sh, demo
soon
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- some new attacks exploits and new menu to download resources and
exploits :D new msf autoroute :D
-Otros
Otros
+Otros
- some new attacks exploits and new menu to download resources adn
exploits :D
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 command
@@ -7613,48 +7678,48 @@ smbserver now create file.scf to generate a attackto the victim try to
charge an iccon from our smbserver and the hash is ours
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
command getnpusers
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 the target
was pwntomated 🍅 alias auto.
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 the target
was pwntomated 🍅 alias auto.
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 the target
was pwntomated 🍅. jejejjejej
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 now with
pwntomate to automate with the command pyautomate
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 now
@@ -7662,8 +7727,8 @@ command nmap or run lazynmap has a html and xml reports to more
pleasssure. xD
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -7671,8 +7736,8 @@ command chisel to run chisel as server before run download_resource
command
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 socat
@@ -7681,101 +7746,101 @@ command to use proxychains :D and better msf rev now with argument
perform a malicious shortcut lnk attack with msfvenom
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 some
format….
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 …
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 fix
arguments little bug
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 fix
arguments little bug
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
arguments :) -c command ex ping
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
aliases :D
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 now
options like –help, -v and –no-banner :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
command clock to see the time of the eternal now :) now in white xD
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
command clock to see the time of the eternal now :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429
newhashcat
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -7783,8 +7848,8 @@ comands conptyshell better command nc noew with tty treatment createhash
better now with recognice automate download_resource
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 another
@@ -7793,40 +7858,40 @@ not unban so i can unlck my writeups and spoiler spoiler spoiler alert
xD
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 was banned
from htb to spoiler jajjajaj xD
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 msf
command
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 scripts to
try attac cammeras not work with my cammera yet xD
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 scripts to
try attac cammeras not work with my cammera yet xD
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -7834,24 +7899,24 @@ commands ignorearp ignoreicmp acknowledgearp acknowledgeicmp ports
cports
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 clean
command to clean up the mess and pwn the next machine :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 wfuzz
commands pwd, sh
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 wfuzz
@@ -7859,72 +7924,72 @@ command now search subdomains with wfuzz sub domain.htb new commands nc,
vpn, rev, banner :D
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 New Colors
:D
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 adding run
script to run lazyown with virtual env activated to avoid errors
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 adding
alias to exit as q :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 adding
alias to commands its una shulada
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 some love
to list command :D
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 some love
in form of colored strings :D
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 some love
to some prints :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
command py3ttyup to upgrade to tty your rev shell :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -7933,8 +7998,8 @@ where lazyown dump scripts like revertshells, webshells, etc. and some
fixperms :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -7942,120 +8007,120 @@ commands ip www to show ips and start webserver at sessions directory
where lazyown dump scripts like revertshells, webshells, etc.
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 solarlab
pwned :D new machine MagicGardens
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
machine solarlab :D
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
revshell.c and machine powned xD axlle hard
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
commands createrevshell y createwinrevshell
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 FormulaX
pwned :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
machine Freelancer Pwned :P new new new FormulaX :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
machine Freelancer :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
machine Skyfall Linux insane machine, Blazorized was powned :D
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
machine Blazorized.htb
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
machine Greenhorn.htb pwned
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
machine Greenhorn.htb
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new tool
in external :) https://github.com/BloodHoundAD/SharpHound.git :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
MAchine Blazorized.htb :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
MAchine :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 New
@@ -8063,24 +8128,24 @@ command to copy the exploits from exploitdb use cp
relative/path/show/in/searchexploit when you use the flag -x :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 New
command dsnmap :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 New
machine Runner.htb
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 New
@@ -8088,223 +8153,223 @@ command :) new resources in sessions, new module lazypsexec bruteforce
:)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 New
command :) samrdump
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 news
script bruteforce on modules :) :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
command dnsenum :)
-Otros
Otros
+Otros
- join to our team https://app.hackthebox.com/teams/overview/6429 new
command dig
-Otros
Otros
+Otros
- join to our team https://app.hackthebox.com/teams/overview/6429 new
command dig
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- join to our team https://app.hackthebox.com/teams/overview/6429 new
commands :)
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- join to our team https://app.hackthebox.com/teams/overview/6429 new
commands :) to se use tab tab or ?
-Otros
Otros
+Otros
- join to our team https://app.hackthebox.com/teams/overview/6429 and
new payloads in sessions directory :) :) :)
-Otros
Otros
+Otros
- join to our team https://app.hackthebox.com/teams/overview/6429 and
new exploits :)
-Otros
Otros
+Otros
- join to our team https://app.hackthebox.com/teams/overview/6429 and
new command run lazywerkzeugdebug
-Otros
Otros
+Otros
- join to our team https://app.hackthebox.com/teams/overview/6429
-Otros
Otros
+Otros
- join to our team https://app.hackthebox.com/teams/overview/6429
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- new commands createhash, createwebshell, sqlmap, proxy,
john2hash
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create internal_discover.sh
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- 2 new exploit external :D working like a charm
-Otros
Otros
+Otros
- new exploit werkzeug in debug mode lettle retocated to run in
python3 from searchsploit :D
-Otros
Otros
+Otros
- new command: exploits externals :D
-Otros
Otros
+Otros
- new command: smbmap whattomap ex: smbmap tmp :D
-Otros
Otros
+Otros
- go buster new parameter url to use url from payload not rhost
-Otros
Otros
+Otros
- parameter added to gospider url to use var url in payload not rhost
@@ -8312,66 +8377,66 @@ and add the command addhost host.ext to add the domain with rhost
parameter to /etc/hosts not now to windows sistems sorry
-Otros
Otros
+Otros
- refactor global var rhost deleted other ones
-Otros
Otros
+Otros
- path hijacking add line to temp bash script
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- new command: wfuzz :D and you can add example a hide line option
like # wfuzz –hl=9 to hide responses with long line to 9
-Otros
Otros
+Otros
- new command: run lazyssh77enum to enum using a wordlist and exploit
foound searchsploit as openssh 7.7
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- smbclient command and exploit to enum ssh i used in a machine of
@@ -8379,269 +8444,269 @@ hackthebox to enum, i upload because i was lazy and dont deleted before
xD
-Otros
Otros
+Otros
- Merge pull request #22 from grisuno/grisuno-patch-1
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- new command getseclist :D
-Otros
Otros
+Otros
- payload.json to play on hackthebox :D
-Otros
Otros
+Otros
- port a python del exploit archiconocido de meta exploit vsftpd
3.0.3
-Otros
Otros
+Otros
- shell payload in python generated by msfvenom automated by lazyown
framework ;)
-Otros
Otros
+Otros
- new commit to check if alsr is activated in the kernel
-Otros
Otros
+Otros
- deleted shells generated by the script
-Otros
Otros
+Otros
- upx to shells generated by msfvenom automated by lazyown framework
;)
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- new path to diccionary to run by default in parrot
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- herramienta para ofuscar payloads y es usada en lazylogpoisoner ;)
pronto extendida al resto de payloads ;)
-Otros
Otros
+Otros
- herramienta para ofuscar payloads y es usada en lazylogpoisoner ;)
pronto extendida al resto de payloads ;)
-Otros
Otros
+Otros
- herramienta para ofuscar payloads y es usada en lazylogpoisoner ;)
pronto extendida al resto de payloads ;)
-Otros
Otros
+Otros
- herramienta para ofuscar payloads y es usada en lazylogpoisoner ;)
pronto extendida al resto de payloads ;)
-Otros
Otros
+Otros
- herramienta para ofuscar payloads y es usada en lazylogpoisoner ;)
pronto extendida al resto de payloads ;)
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge pull request #21 from grisuno/grisuno-patch-1
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Lazy ntlmv2 firstaproach using in hashes.txt the ouput smbserver
command when the conection is established
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Lazy get smbserver with impacket :) and then you can sudo
@@ -8649,1354 +8714,1354 @@ impacket-smbserver smbfolder /home/gris/tools/LazyOwn -smb2support with
simple smbserver in LazyOwn console
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- LazyOwn FTP sniff prety messages :)
-Otros
Otros
+Otros
- LazyOwn keygen to generate keys to use in payload.json to cypher the
conections
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- LazyOwn http sniff :( not working fine yet
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- LazyOwn ArpSpoofing README and banner :P [;,;]
-Otros
Otros
+Otros
- LazyOwn ArpSpoofing [;,;]
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Lazy Log more lfi list :)
-Otros
Otros
+Otros
- Lazy Log Poisonig more poison bro
-Otros
Otros
+Otros
- Lazy Log Poisonig in ssh first aproach
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Delete lazylogpisoning.py
-Otros
Otros
+Otros
- Merge branch ‘main’ of https://github.com/grisuno/LazyOwn
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- #!/usr/bin/env python3 #_*_ coding: utf8 _*_
-Otros
Otros
+Otros
- Merge branch ‘main’ of https://github.com/grisuno/LazyOwn
-Otros
Otros
+Otros
- add #!/usr/bin/env python3 #_*_ coding: utf8 _*_
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- tentativas de herramientas nuevas
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge branch ‘main’ of https://github.com/grisuno/LazyOwn
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- imlementacion de libreria pwn
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge branch ‘main’ of https://github.com/grisuno/LazyOwn
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge branch ‘main’ of https://github.com/grisuno/LazyOwn
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- mejora en la webshell de python
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge branch ‘main’ of https://github.com/grisuno/LazyOwn
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- return jsonify({“error”: “error”}), 500
-Otros
Otros
+Otros
- Fix code scanning alert - Information exposure through an exception
#16
-Otros
Otros
+Otros
- Fix code scanning alert - Flask app is run in debug mode #17
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- nueva interfaz web experimental
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- nuevo bot de investigacion
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge branch ‘main’ of https://github.com/grisuno/LazyOwn
-Otros
Otros
+Otros
- New BotNet with Keylogger
-Otros
Otros
+Otros
- Merge pull request #13 from grisuno/grisuno-patch-7
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create pull_request_template.md
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create pull_request_template.md
-Otros
Otros
+Otros
- device to sniff parametric
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge branch ‘main’ of https://github.com/grisuno/LazyOwn
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge branch ‘main’ of https://github.com/grisuno/LazyOwn
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- nuevo modulo de gathering
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- nueva estructura de directorios
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge pull request #10 from grisuno/grisuno-patch-6
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge pull request #8 from grisuno/grisuno-patch-6
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create lazyown_metaextract0r.py
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create lazyown_bprfuzzer.py
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge pull request #6 from grisuno/grisuno-patch-5
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Update lazyreverse_shell.sh
-Otros
Otros
+Otros
- Merge pull request #5 from grisuno/grisuno-patch-4
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create lazyreverse_shell.sh
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Update LazyOwnExplorer.py
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create LazyOwnExplorer.py
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge pull request #4 from grisuno/grisuno-patch-3
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create CODE_OF_CONDUCT.md
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge pull request #3 from grisuno/grisuno-patch-2
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Merge pull request #1 from grisuno/grisuno-patch-1
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- ██╗ █████╗ ███████╗██╗ ██╗ ██████╗ ██╗ ██╗███╗ ██╗ ██║
@@ -10007,64 +10072,64 @@ conections
╚══╝╚══╝ ╚═╝ ╚═══╝