I hereby claim:
- I am bl4ckbo7 on github.
- I am bl4ckbo7 (https://keybase.io/bl4ckbo7) on keybase.
- I have a public key ASCSbFuHLGCMgubr4QJ2iw4MafJGWiQnAXdDXef8ZTC2ggo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
#Title: Nitrxgen md5 crahking script (Requires the Internet to access the API) | |
#Author: bl4ckbo7 | |
""" | |
[ Examples ] | |
------------ | |
./nitrxgen - hashes.txt | |
./nitrxgen 6b6e8ca697b4ea4bdc8ac88613ab646e |
#Finding Bezout's Identities using Inverse modulo algorithm - PoC | |
#let gcd(n,e) | |
#from ex + by = 1 | |
#x = e^(-1) mod n | |
#Author: bl4ckbo7 | |
#!/usr/bin/env python3 | |
e = eval(input("Enter the value of a: ")) | |
n = eval(input("Enter the value of b: ")) |
# cat firefox.sh >> ~/.bashrc | |
# Usage - subf_ff target.tld | |
# asset_ff target.tld | |
subf_ff () { | |
subfinder -d $1 -silent - t 100 | httprobe -c 50 | sort -u | while read line; do firefox $line; sleep 10; done | |
} | |
asset_ff () { | |
assetfinder -subs-only $1 | httprobe -c 50 | sort -u | while read line; do firefox $line; sleep 10; done |
I hereby claim:
To claim this, I am signing this object:
ec2-54-152-134-146.compute-1.amazonaws.com.
#!/usr/bin/env python3 | |
#Title: Scraper 1.0 (Just wanted to share, you might want to use it when downloading various courses from this repository. Enjoy. ;)) | |
#Author: bl4ckbo7 | |
#Date/Time: Aug 13, 2020 | 23:43 HRS | |
import requests | |
from bs4 import BeautifulSoup | |
import re | |
def parser(url, tag, selector): |
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
Download and install the prerequisites