I hereby claim:
- I am exist on github.
- I am exist (https://keybase.io/exist) on keybase.
- I have a public key ASASIoFs2Jcd2bX0jGAbGCQ_2HBfp_k34nVvjJ545YxwFwo
To claim this, I am signing this object:
| func upload() { | |
| picResp, err := http.Get("https://source.unsplash.com/random/500x500") | |
| err != nil { | |
| log.Fatal("Error getting picture: " + err.Error()) | |
| } | |
| defer picResp.Body.Close() | |
| body := &bytes.Buffer{} | |
| writer := multipart.NewWriter(body) | |
| part, err := writer.CreateFormField("profile_pic") |
| HttpWebRequest requestID = (HttpWebRequest)WebRequest.Create("https://instagram.com/" + username + "/"); | |
| requestID.AllowAutoRedirect = true; | |
| HttpWebResponse responseID = (HttpWebResponse)requestID.GetResponse(); | |
| string strID = new StreamReader(responseID.GetResponseStream(), Encoding.UTF8).ReadToEnd(); | |
| id = getToken(strID, "id\": \"", "\",", 0); | |
| HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://instagram.com/"); | |
| request.AllowAutoRedirect = true; | |
| HttpWebResponse response = (HttpWebResponse)request.GetResponse(); | |
| string str = new StreamReader(response.GetResponseStream(), Encoding.UTF8).ReadToEnd(); |
| chars1 = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z','_'] | |
| chars2 = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z','1','2','3','4','5','6','7','8','9','0','_'] | |
| def twochars(): | |
| letterone = 0 | |
| lettertwo = 0 | |
| letterthree = 0 | |
| f = open('2chars.txt','a') | |
| aa | |
| ab | |
| ac | |
| ad | |
| ae | |
| af | |
| ag | |
| ah | |
| ai | |
| aj |
| import time | |
| import smtplib as s | |
| def info(): | |
| print "VJX sms bomber \n\r" | |
| info.username = raw_input("Gmail: (user@gmail.com): ") | |
| info.password = raw_input("gmail pass: ") | |
| info.bombed = raw_input("Number to bomb (MUST BE IN EMAIL FORM/CHECK MMS Gateway Address on http://freecarrierlookup.com/): ") | |
| info.number = raw_input("Number of texts to send: ") | |
| info.body = raw_input("Enter message you want to send: ") |
| import smtplib as s | |
| from email.MIMEMultipart import MIMEMultipart | |
| from email.MIMEText import MIMEText | |
| def info(): | |
| print "VJX email/sms bomber \n\r" | |
| info.username = raw_input("Gmail: (user@gmail.com): ") | |
| info.password = raw_input("gmail pass: ") | |
| info.bombed = raw_input("Email to bomb: ") | |
| info.number = raw_input("Number of emails to send: ") |
| #not mine cred: obnoxioustbh | |
| import aiohttp | |
| import asyncio | |
| import hashlib | |
| import hmac | |
| import base64 | |
| import codecs | |
| class main: | |
| def __init__(self): |
| //Before you start typing open your developer console and paste the following script | |
| //Now pressing any key will result in to correct key press untill you reach next space key. | |
| //I made the user push space to move further, so that someone viewing your typing will think you are not faking. | |
| //warning: Site detects the WPM above 100 and asks you to do a captcha test. | |
| var jq = document.createElement('script'); | |
| jq.src = "//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"; | |
| document.getElementsByTagName('head')[0].appendChild(jq); | |
| // ... give time for script to load, then type. | |
| jQuery.noConflict(); |
I hereby claim:
To claim this, I am signing this object: