Posts

Showing posts from October, 2022

Termux command saqi.py

#!/usr/bin/python2 #coding=utf-8 import os,sys,time,datetime,random,hashlib,re,threading,json,getpass,urllib,cookielib from multiprocessing.pool import ThreadPool try: import requests except ImportError: os.system('pip2 install requests') try: import mechanize except ImportError: os.system('pip2 install mechanize') os.system('python2 B4.py') from requests.exceptions import ConnectionError from mechanize import Browser #### browser #### reload(sys) sys.setdefaultencoding('utf8') br = mechanize.Browser() br.set_handle_robots(False) br.set_handle_refresh(mechanize._http.HTTPRefreshProcessor(), max_time=1) br.addheaders = [('User-Agent','Opera/9.80 (Android; Opera Mini/32.0.2254/85. U; id) Presto/2.12.423 Version/12.16')] #### colours #### B='\33[1;94m' R='\33[1;91m' G='\33[1;92m' W='\33[1;97m' S='\33[1;96m' P='\33[1;95m' Y='\33[1;93m' #### exit #### def exb...

saqib baloch 051

Image