Ref: https://meriemlarouim.medium.com/credentials-in-windows-and-how-to-dump-them-remotely-b5c315bb76f4 Example of an LM hash : aad3b435b51404eeaad3b435b51404ee PS : “aad3b435b51404eeaad3b435b51404ee” is the Null hash.
Tool para realizar el monitoreo a cada minuto y alertar en caso de que se detecte una conexión entrante. La tool es un desarrollo propio en .net para correr nativamente en windows. Descarga v2: https://www.dennisedson.tk/wp-content/uploads/2022/01/netsession_mon.7zDescarga v3 (permite quitar los compartidos):… Read more ›
https://social.msdn.microsoft.com/Forums/windows/en-US/44e47101-77fe-4c50-825c-588f4b5ea5f6/windows-batch-file-finding-a-substring-within-a-string?forum=winforms @echo off set Ms=x15 55 xx4*8 112.6 12 800 88.1 sssset Ss1=xx4*8 112.6 12 800 88.1 call set Replaced=%%Ms:%Ss1%=%% echo Ms: %Ms%echo Ss1: %Ss1%echo Replaced: %Replaced% If NOT “%Ms%”==”%Replaced%” ( echo Ms contains Ss1) else ( echo Ms does not contain Ss1) pause
https://www.pantallazos.es/2019/04/robocopy-copiar-arbol-directorios-reanudar-copia-fallida-1.html Excluyendo la papelera de reciclaje:robocopy \\172.16.1.X\d D:\ /XD $recycle* /Z /E /COPY:DATO /R:2 /W:2 /LOG:C:\log_robocopy.txt Aumentando la cantidad de transferencias recurrentes:robocopy \\172.16.1.X\d D:\ /XD $recycle* /XD “System Volume Information” /XC /XN /XO /Z /E /COPY:DATO /R:2 /W:2 /NP /MT:20… Read more ›
Instalar:– apt install neo4j– apt install bloodhound Antes de iniciar neo4j:Para el problema del limite seguir esta guía: WARNING: Max 1024 open files allowed, minimum of 40000 recommended. See the Neo4j manual.https://neo4j.com/developer/kb/number-of-open-files-on-linux/https://www.appservgrid.com/paw92/index.php/2019/03/26/how-to-increase-number-of-open-files-limit-in-linux/ ## /etc/security/limits.conf ## Es importante especificar el usuario… Read more ›
http://www.bujarra.com/ProcedimientoSftp.html
http://stackoverflow.com/questions/10098485/how-to-upload-using-ftp-in-powershell-behind-a-proxy
http://www.vicente-navarro.com/blog/2007/09/15/ejemplos-de-scripting-en-windows-anadir-la-fecha-y-la-hora-al-nombre-de-un-fichero/ http://norfipc.com/utiles/tutorialbatch1.html http://tooltips.wordpress.com/2008/10/23/generar-ficheros-con-fechahora-desde-un-cmd/ Para subir el FTP // guardarlo como archivo de texto como por ejemplo script_ftp.txt open 192.168.1.11 usuario password lcd “C:\Users\usuario\Desktop” put “log_a.log” close bye //Guardarlo como archivo .bat @echo off echo ‘ ‘ >> “C:\ftp pruebas\logs_ftp.log” echo ———-… Read more ›