search?query=X-Blackboard-product%3A+Blackboard+Learn
Application | CVE | Infos | Port |
---|---|---|---|
APACHE CASSANDRA 3.8 / ZooKEEPER | CVE-2018-8016 | LINK | 7199 |
NI |
//#____ ____ __ | |
//#\ \ / /____ _____/ |_ ___________ | |
//# \ Y // __ \_/ ___\ __\/ _ \_ __ \ | |
//# \ /\ ___/\ \___| | ( <_> ) | \/ | |
//# \___/ \___ >\___ >__| \____/|__| | |
//# \/ \/ | |
//#--Licensed under GNU GPL 3 | |
//#----Authored by Vector/NullArray | |
//############################################### |
search?query=X-Blackboard-product%3A+Blackboard+Learn
Application | CVE | Infos | Port |
---|---|---|---|
APACHE CASSANDRA 3.8 / ZooKEEPER | CVE-2018-8016 | LINK | 7199 |
NI |
#include <libssh/libssh.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <unistd.h> | |
int main(int argc, char **argv) |
import org.bukkit.Bukkit; | |
import org.bukkit.ChatColor; | |
import org.bukkit.Location; | |
import org.bukkit.entity.Player; | |
import org.bukkit.event.entity.CreatureSpawnEvent; | |
import java.lang.reflect.Method; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.List; |
// PUT THIS SECTION AT http://your-site.com/submit.php | |
<?php | |
function grab_dump($var) | |
{ | |
ob_start(); | |
var_dump($var); | |
return ob_get_clean(); |
http://198.50.240.201/fix | |
http://31.170.163.10/gg.tgz | |
http://angelfire.com/komales88/bengos.tar | |
http://arhivez.netfast.org/1/perli2014.txt | |
http://babytuu.altervista.org/udp.pl | |
http://babytzuu.altervista.org/udp.pl | |
http://boaka.go.ro/butzi.tgz | |
http://bucuresti.orgfree.com/d3sp3rado.tgz | |
http://byzorro.tk/shot.tgz | |
http://cioculetz.altervista.org/l.tgz |
### yo probe esta: | |
—– BEGIN LICENSE —– | |
J2TeaM | |
2 User License | |
EA7E-940282 | |
45CB0D8F 09100037 7D1056EB A1DDC1A2 | |
39C102C5 DF8D0BF0 FC3B1A94 4F2892B4 | |
0AEE61BA 65758D3B 2EED551F A3E3478C | |
C1C0E04E CA4E4541 1FC1A2C1 3F5FB6DB |
<?php | |
class Logger { | |
public $db; | |
public function __construct() { | |
$this->db = $this->_conn('localhost','root','root','stats'); | |
} | |
private function _conn($dbhost, $user,$pwd, $db) { | |
try { | |
return mysqli_connect($dbhost,$user,$pwd,$db); |
<?php | |
// For now file storage requires that the file specified is created already and chmodded to allow writing. | |
/** | |
* Connection info logging script created by Xeru | |
* | |
* Website: https://xeru.me | |
* Twitter: https://twitter.com/Xeru_ | |
* GitHub: https://github.com/exec |
----- INDEX ---- | |
<?php | |
$addr=getenv('REMOTE_ADDR'); | |
$dt=date("d/m/Y - H:i:s"); | |
$write=$dt.(" => ").$addr."\n"; | |
$file=fopen("iplog/iplog.txt","a") or die("Error"); | |
fwrite($file,$write); | |
?> |