Skip to content

Instantly share code, notes, and snippets.

@mmarjani
mmarjani / report.py
Created December 26, 2023 18:51 — forked from Huntinex/report.py
Automatic bug bounty report generator
import poe, sys
client = poe.Client("<POE_API_KEY_HERE>")
title=sys.argv[1]
path=sys.argv[2]
more=""
if len(sys.argv) > 3:
more="\" and here is more information: "+sys.argv[3]
message="""generate a bug bounty report for me (hackerone.com), the title of the bug is """+title+""" and the vulnerability path is \""""+path+more+"""
@mmarjani
mmarjani / README.md
Created November 4, 2022 15:10 — forked from mahmoud-eskandari/README.md
Install v2ray on Bridge:(Ubuntu +18 via systemd) - Upstream (Ubuntu +18/CentOS +7 via docker)

برای شروع میتوانید یک دایرکتوری در سرور خارجی ایجاد کنید و وارد آن شوید.

mkdir vmess
cd vmess
@mmarjani
mmarjani / run.sh
Created September 22, 2022 17:25 — forked from mahmoud-eskandari/README.md
SSH Tunnel as systemd service
systemctl enable ssht
systemctl start ssht
# Status
systemctl status ssht
@mmarjani
mmarjani / Crier.as
Created August 22, 2017 08:07 — forked from cameronmcefee/Crier.as
Variable passing for Photoshop panels
package classes {
import com.adobe.csxs.core.CSXSInterface;
import com.adobe.csxs.events.*;
import com.adobe.csxs.external.resources.*;
import com.adobe.csxs.types.*;
import com.adobe.serialization.json.JSON;
import flash.display.Sprite;
@mmarjani
mmarjani / EventManager.js
Created August 22, 2017 06:05 — forked from howardr/EventManager.js
EventManager v1.0.1, an easy custom event manager for javascript
/* EventManager, v1.0.1
*
* Copyright (c) 2009, Howard Rauscher
* Licensed under the MIT License
*/
(function() {
function EventManager() {
this._listeners = {};
@mmarjani
mmarjani / url.txt
Created August 22, 2017 06:03 — forked from howardr/url.txt
https://drive.google.com/open?id=0ByuOG90-szqlNFFYaVlWMFIyVUE