Advanced Search
Search Results
48 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...
rlogin
Opens ports between 512-514 Service Port Protocol rcp 514 TCP rexec 512 TCP rlogin 513 TCP rsh 514 TCP rstat UDP ruptime 513 UDP rwho 513 Please note rlogin doesn't return any messa...
Command Examples
POP POP protocol is session based. Changes occur only after you type QUIT. USER [username] # type the username PASS [password] # type the password QUIT # log out STAT # Total number of messages and total size LIST # List all messages - indexed list R...
ICMP Responses
The below is not an extensive list. The rest of the responses are either deprecated or experimental Type Value 0 Echo reply 3 Destination Unreachable 5 Redirect 8 Echo 9 Router Advertisement 10 Router Solic...
Misc
Encryption/Hashing Block Ciphers ECB - Electronic Code Block CBC - Cipher Block Chaining OFB - Output Feedback CTR - Counter Common Encryption algorithms Name Bits Key length DES 64 56 3DES 168 112 IDEA 128 RC4...