Skip to content

Instantly share code, notes, and snippets.

View JABirchall's full-sized avatar
🤔
Still trying to figure out why github needs statuses

Jake Birchall JABirchall

🤔
Still trying to figure out why github needs statuses
  • England
View GitHub Profile
<?php
include('Socket/Server.php');
include('Socket/Client.php');
$address = "194.145.126.133";
$port = 1500;
$p = xml_parser_create();
$s = new Socket\Client($address,$port);
echo 'Writing to ',$address,':',$port,PHP_EOL;
> DT_TestTraceline
-> m_clrRender [0x70]
-> m_vecOrigin [0x134]
-> m_angRotation[0] [0x128]
-> m_angRotation[1] [0x12c]
-> m_angRotation[2] [0x130]
-> moveparent [0x144]
> DT_TEWorldDecal
-> baseclass [0x0]
-> m_vecOrigin [0x10]
<?php // For highlighting
if (( isset( $_POST['username'] ) && $sqlBlacklist->CheckStringForAttackString( $_POST['username'] ) == true )) {
$sqlBlacklist->AddBlacklistedIP( djbgijfffi( $_SERVER['REMOTE_ADDR'] ), BLACKLIST_REASON_SQLI );
baecfadce( 'HTTP/1.0 404 Not Found' );
exit();
}else {
if (( isset( $_POST['password'] ) && $sqlBlacklist->CheckStringForAttackString( $_POST['password'] ) == true )) {
$sqlBlacklist->AddBlacklistedIP( djbgijfffi( $_SERVER['REMOTE_ADDR'] ), BLACKLIST_REASON_SQLI );
baecfadce( 'HTTP/1.0 404 Not Found' );
var Key3 = "sRnoTpMqcHfB94Kbd8gCDxEXtFiG2u6v$O%PQSl&U7YwZa3hLNryIz01JWAejkV52";
var Key2 = "CesDxEcFl'U7YwZpMqrXtBu6v:kV5mRnyIiG2HjfNO.PKSzLaQbd8gAh0oT1JW343";
var Key1 = "bcdefgEFGHIJKLhijklmnopqrsABCDP12345uvw6789+MNO/=QRSTUVWXYZatxyz4";
function key2Lock(ipc) {
var opo = "",
chr1, chr2, chr3, enc1, enc2, enc3, enc4, i = 0;
do {
chr1 = ipc.charCodeAt(i++);
chr2 = ipc.charCodeAt(i++);
<?php
namespace App\Http\Controllers;
use App\Http\Requests;
use App\Http\Controllers\Controller;;
use Illuminate\Http\Request;
use Illuminate\Session\SessionServiceProvider;
use Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers;
use Illuminate\Http\RedirectResponse;
@JABirchall
JABirchall / autoexec.cpp
Last active August 29, 2015 14:26
DrWhats Config
// DrWhatss CS:GO config
// Updated 7/21/15
// Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_lagcompensation "1"
#include <Windows.h>
#include <iostream>
#include "library.h"
#include "macro.h"
#include "rva.h"
#include "rc4.h"
#include "symbols.h"
#include "dll32.h"
#include "tea.h"
#include "patchutils.h"
Basic filter
Comments
‘ or 1=1#
‘ or 1=1– –
‘ or 1=1/* (MySQL < 5.1)
' or 1=1;%00
' or 1=1 union select 1,2 as `
' or#newline
1='1
<? for ($i=1; $i<=$pages; $i++) {
echo "<form action=\"index.php?page=".$i."\" method=\"POST\">
<input id=\"lord\" value=\"$lord\" type=\"hidden\" name=\"lord\">
<input value=\"$city\" type=\"hidden\" name=\"city\">
<input value=\"$alliance\" type=\"hidden\" name=\"alliance\">
<input value=\"$flag\" type=\"hidden\" name=\"flag\">
<input value=\"$SID\" type=\"hidden\" name=\"SID\" >
<button class=\"small align-right\" type=\"submit\" >".$i."</button></form>";
};
<?php
if ($_GET['action'] == 'decode'){
echo hex2bin($_GET['loginid']);
} else if ($_GET['action'] == 'encode') {
echo bin2hex($_GET['loginid']);
} else {
echo 'Please choose decode or encode';
}
?>