Skip to content

Instantly share code, notes, and snippets.

View rukh-debug's full-sized avatar
🔭
Dont visit https://is.gd/rub3nk

rukh rukh-debug

🔭
Dont visit https://is.gd/rub3nk
View GitHub Profile
@rukh-debug
rukh-debug / axiosInterceptor.js
Created March 28, 2021 18:50 — forked from nzvtrk/axiosInterceptor.js
Axios create/recreate cookie session in node.js enviroment
/* Basic example of save cookie using axios in node.js and recreate session if it expired.
* Get/save cookie manually cause WithCredential axios param use XHR and not work in node.js
* Supports parallel request and send only one create session request.
* */
const BASE_URL = "https://google.com";
// Init instance of axios which works with BASE_URL
const axiosInstance = axios.create({ baseURL: BASE_URL });
@rukh-debug
rukh-debug / SSRF
Created February 22, 2021 16:49 — forked from ffcommax/SSRF
SSRF
http://localhost
http://0
http://127.0.0.1
https://localhost
http://localhost:8080
http://192.168.0.1
file:///
file:///etc/passwd
file:///c/
chrome://about
@rukh-debug
rukh-debug / bd-gruvbox.css
Last active November 13, 2020 10:26 — forked from emctague/bd-gruvbox.css
Gruvbox Hard Dark - BetterDiscord Theme
//META{"name":"Gruvbox Hard Dark","description":"Themes your Discord using Gruvbox colors.","author":"Ethan McTague","version":"1.0"}*//
/* BetterDiscord Gruvbox Theme - By Ethan McTague
Compatible with the latest version of Discord (as of Jan 23, 2020.)
Copyright 2020 Ethan McTague <[email protected]>
Licensed under the BSD 3-clause license.