Skip to content

Instantly share code, notes, and snippets.

View 0x48piraj's full-sized avatar

Piyush Raj 0x48piraj

View GitHub Profile
@0x48piraj
0x48piraj / paying.md
Created July 14, 2019 04:24 — forked from random-robbie/paying.md
paying bug bounty companys taken from https://github.com/disclose/disclose
Program Name: 0x Project
Policy URL: https://blog.0xproject.com/announcing-the-0x-protocol-bug-bounty-b0559d2738c
Submission URL: team@0xproject.com



Program Name: 1Password Game
@0x48piraj
0x48piraj / license-badges.md
Created October 14, 2017 20:54 — forked from lukas-h/license-badges.md
License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • Badges are made with Shields.io.
  • This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
  • 🇫🇷 Cette liste en français
@0x48piraj
0x48piraj / wcr.py
Created May 16, 2017 15:02 — forked from mak/wcr.py
Extract everything from WannaCry
import re
import os,sys
import pefile
import struct
import zipfile
import hashlib
import StringIO
from Crypto import Random
from Crypto.PublicKey import RSA
from Crypto.Cipher import PKCS1_v1_5,AES
@0x48piraj
0x48piraj / drying_cloth_problem.cs
Created May 16, 2017 10:34 — forked from aturgarg/drying_cloth_problem.cs
drying_cloth_problem (techgig)
/*
*
* Count the Clothes Visible
Problem Statement
* The problem with the drying of clothes on the rope.
The rope is small and all the clothes are not able to be spread out properly,
Clothes are placed on top of other cloth.
So some of the clothes are covered - partially or completely - by the other ones.
Knowing the order and the position in which the clothes were hung, determine how many clothes are visible (partially or completely) when seen from front.