Skip to content

Instantly share code, notes, and snippets.

View marz-hunter's full-sized avatar
🕷️
bug

Marzuki marz-hunter

🕷️
bug
View GitHub Profile
POST /account/confirm HTTP/1.1
Host: app.nakano.com
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Length: 932
Connection: close
Cookie: [COOKIE]
@marz-hunter
marz-hunter / auto_git_query
Created August 10, 2020 01:48 — forked from nullenc0de/auto_git_query
Automated Github Queries (Can open 29 tabs at a time)
https://github.com/search?q=BROWSER_STACK_ACCESS_KEY= OR BROWSER_STACK_USERNAME= OR browserConnectionEnabled= OR BROWSERSTACK_ACCESS_KEY=&s=indexed&type=Code
https://github.com/search?q=CHROME_CLIENT_SECRET= OR CHROME_EXTENSION_ID= OR CHROME_REFRESH_TOKEN= OR CI_DEPLOY_PASSWORD= OR CI_DEPLOY_USER=&s=indexed&type=Code
https://github.com/search?q=CLOUDAMQP_URL= OR CLOUDANT_APPLIANCE_DATABASE= OR CLOUDANT_ARCHIVED_DATABASE= OR CLOUDANT_AUDITED_DATABASE=&s=indexed&type=Code
https://github.com/search?q=CLOUDANT_ORDER_DATABASE= OR CLOUDANT_PARSED_DATABASE= OR CLOUDANT_PASSWORD= OR CLOUDANT_PROCESSED_DATABASE=&s=indexed&type=Code
https://github.com/search?q=CONTENTFUL_PHP_MANAGEMENT_TEST_TOKEN= OR CONTENTFUL_TEST_ORG_CMA_TOKEN= OR CONTENTFUL_V2_ACCESS_TOKEN=&s=indexed&type=Code
https://github.com/search?q=-DSELION_BROWSER_RUN_HEADLESS= OR -DSELION_DOWNLOAD_DEPENDENCIES= OR -DSELION_SELENIUM_RUN_LOCALLY=&s=indexed&type=Code
https://github.com/search?q=ELASTICSEARCH_PASSWORD= OR ELASTICSEARCH_USERNAME= OR EMAIL_NOTIFI
w3hdx4tk-0g2y-fopc-epj2-2yx81z78da0z
r2jb90ix-990t-fxsc-ib3n-3zzpxc0ihbtl
9y8l7jmc-k4uf-hc6q-94l4-xmvt854nifi6
hdq7ae6h-ajmx-5jqh-yiou-i0kdqgit31my
ek04l2ku-09wj-lt70-1tu0-1l0qo5cifh4k
dabw659a-f129-6ayx-fivi-vl5l9c3xaet8
6efpd8c1-zcar-swuk-pq00-y8vyg6li43kf
qjjjcuh4-f3om-2bga-3y54-mq94ecssvdv3
2ee90df4-2a6d-4c14-9bbf-df194750070e
gpgif524-ogqt-aqrs-dm44-e2v63vwyajxo
@marz-hunter
marz-hunter / gist:08e16c84b90e5561f606e58c429d2b98
Created October 17, 2020 02:13 — forked from tillson/gist:620e8ef87bc057f25b0a27c423433fda
Decode Base64 strings in a git repo's commit history
from pydriller import RepositoryMining
import re
import base64
foundSet = set()
for commit in RepositoryMining('./').traverse_commits():
for mod in commit.modifications:
if mod.source_code_before != None:
regex = re.findall(r"<text encoding=\"base64\">[^>]+</text>", mod.source_code_before)
for result in regex:
---- URL: https://mask-uat-my.pay.razer.com/js/chunk-vendors.js ---
./node_modules/core-js/internals/a-function.js
./node_modules/core-js/internals/a-possible-prototype.js
./node_modules/core-js/internals/is-object.js\
./node_modules/core-js/internals/add-to-unscopables.js
./node_modules/core-js/internals/well-known-symbol.js\
./node_modules/core-js/internals/object-create.js\
./node_modules/core-js/internals/object-define-property.js\
./node_modules/core-js/internals/advance-string-index.js
/tmp
@marz-hunter
marz-hunter / backup.sh
Last active February 9, 2021 03:18
backup
#!/bin/bash
#folder
/usr/bin/rclone copy --update --verbose --transfers 30 --checkers 8 --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 1s "/root/folder-in-your-vps" "ubuntu-backup:FOLDERGDRIVE/foldervps"
#folder-2
/usr/bin/rclone copy --update --verbose --transfers 30 --checkers 8 --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 1s "/root/folder-in-your-vps-2" "ubuntu-backup:FOLDERGDRIVE/foldervps2"
@marz-hunter
marz-hunter / customcsrf.py
Created March 30, 2021 22:53 — forked from fransr/customcsrf.py
Hackvertor Custom CSRF tag
import httplib
import urllib
http = httplib.HTTPSConnection('example.com', 443)
cookie = 'your=cookies';
http.request("GET", "/api/v1/csrf", "", {
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36',
'referer': 'https://example.com/',
{
"proxy":{
"ssl_pass_through":{
"automatically_add_entries_on_client_ssl_negotiation_failure":false,
"rules":[
{
"enabled":true,
"host":".*\\.google\\.com",
"protocol":"any"
},
############
# You should be aware that this could make your system less secure. Use at your own risk.
# Note: This should be run from an administrative PowerShell prompt
############
# Find registered WSL environments
$wslPaths = (Get-ChildItem HKCU:\Software\Microsoft\Windows\CurrentVersion\Lxss | ForEach-Object { Get-ItemProperty $_.PSPath}).BasePath
# Get the current Windows Defender exclusion paths
$currentExclusions = $(Get-MpPreference).ExclusionPath
(() => {
let gadgets = [];
if (typeof _satellite !== 'undefined') {
gadgets.push('Adobe Dynamic Tag Management');
}
if (typeof BOOMR !== 'undefined') {
gadgets.push('Akamai Boomerang');
}