Marshall-Hallenbeck
Follow
Pinned Loading
-
-
red_team_attack_lab
red_team_attack_lab PublicRed Team Attack Lab for TTP testing & research
-
OpenTrade Dom-Based XSS Disclosure
OpenTrade Dom-Based XSS Disclosure 1[Vulnerability Description]
2OpenTrade through version 0.2.0 has a Dom-based XSS vulnerability that is executed when an administrator attempts to delete a message that contains Javascript.
34[Application Description]
5OpenTrade is an open source crypto currency exchange that can support over a dozen cryptocurrencies. Its live version can be found at https://trade.multicoins.org.
-
Capture HTTP Request to file
Capture HTTP Request to file 1#!/bin/bash
2curl -m 0.1 -s -I localhost:1337 & nc -l -p 1337 > /tmp/http_request.txt && cat /tmp/http_request.txt
-
Prevent Automatic Shutdown for Expir...
Prevent Automatic Shutdown for Expired Windows Evaluation VMs 1# Create PS folder on C: drive
2New-Item -ItemType Directory -Force -Path "C:\PS"
3# Set TLS versions for download (it will error otherwise)
4[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
5# Download PsTools
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.