Steve Borba

My notes, I hope they help you, feel free to comment/add to them

Author: sjborbajr

Rubik’s Cube

After never completing the Rubik’s Cube in my youth and I never really tried because it just didn’t feel like fun,. That was until my son asked my to show him how – I think a friend of his could solve it and he wanted to also.So, now I HAD to learn – I want […]

Cracking Passwords

\Kali>hashcat64.exe –help | find /i “cisco” 500 | md5crypt, MD5 (Unix), Cisco-IOS $1$ (MD5) | Operating Systems 2400 | Cisco-PIX MD5 | Operating Systems 2410 | Cisco-ASA MD5 | Operating Systems 500 | Cisco-IOS $1$ (MD5) | Operating Systems 5700 | Cisco-IOS type 4 (SHA256) | Operating Systems 9200 | Cisco-IOS $8$ (PBKDF2-SHA256) | Operating […]

Server 2016 Install

@Echo off if not exist c:\Temp md C:\Temp echo Disable netbios wmic nicconfig where (TcpIpNetBiosOptions!=Null and TcpIpNetBiosOptions!=2) call setTcpIpNetBios 2 Echo Enable Remote Desktop reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server” /v fDenyTSConnections /t REG_DWORD /d 0 /f >nul echo Remove Logon Background reg add HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System /t REG_DWORD /v DisableLogonBackgroundImage /d 1 /f >nul reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters /v […]