Advertisement
Guest User

victims

a guest
Mar 26th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. <html><head><base href="http://bss.design/" bs-system-element="" bs-hidden="">
  2. <meta charset="utf-8">
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
  4. <title>Untitled</title><link rel="stylesheet" href="https://bootstrapstudio.io/demo//embed//bootstrap/4/default/bootstrap.min.css">
  5. <style bs-system-element="" bs-hidden="">
  6.  
  7. html::-webkit-scrollbar {
  8. height: 7px;
  9. width: 7px;
  10. background: #2f363a;
  11. }
  12.  
  13. html::-webkit-scrollbar-thumb {
  14. background: rgb(137, 143, 146);
  15. }
  16.  
  17. html::-webkit-scrollbar-thumb:hover {
  18. background: #767F82;
  19. }
  20.  
  21. html::-webkit-scrollbar-corner {
  22. display:none;
  23. }
  24.  
  25. html{
  26. -webkit-user-select: none;
  27. user-select:none;
  28. overflow: auto !important;
  29. }
  30.  
  31. body{
  32. min-height:650px;
  33. }
  34.  
  35. *{
  36. cursor:default !important;
  37. pointer-events:all !important;
  38. }
  39.  
  40. a{
  41. cursor:text;
  42. }
  43.  
  44. img:not([src]):not([srcset]){
  45. background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KCXhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCXdpZHRoPSIxNjVweCIgaGVpZ2h0PSIxNjVweCIgdmlld0JveD0iMCAwIDE2NSAxNjUiPg0KPHBhdGggZmlsbFJ1bGU9ImV2ZW5vZGQiIGQ9Ik0gMC43OSAyLjIxQyAwLjc5IDIuMjEgMi4yMSAwLjc5IDIuMjEgMC43OSAyLjIxIDAuNzkgMTY0LjIxIDE2Mi43OSAxNjQuMjEgMTYyLjc5IDE2NC4yMSAxNjIuNzkgMTYyLjc5IDE2NC4yMSAxNjIuNzkgMTY0LjIxIDE2Mi43OSAxNjQuMjEgMC43OSAyLjIxIDAuNzkgMi4yMVoiIGZpbGw9InJnYigxOTMsMTk1LDE5NSkiLz48cGF0aCBmaWxsUnVsZT0iZXZlbm9kZCIgZD0iTSAxNjIuNzkgMC43OUMgMTYyLjc5IDAuNzkgMTY0LjIxIDIuMjEgMTY0LjIxIDIuMjEgMTY0LjIxIDIuMjEgMi4yMSAxNjQuMjEgMi4yMSAxNjQuMjEgMi4yMSAxNjQuMjEgMC43OSAxNjIuNzkgMC43OSAxNjIuNzkgMC43OSAxNjIuNzkgMTYyLjc5IDAuNzkgMTYyLjc5IDAuNzlaIiBmaWxsPSJyZ2IoMTkyLDE5NCwxOTUpIi8+PC9zdmc+');
  46. width: 80px;
  47. height: 80px;
  48. background-size: 100%;
  49. background-repeat:no-repeat;
  50. text-indent: -1000px;
  51. }
  52.  
  53. /* Stopping css animations on the stage */
  54.  
  55. *:not([bs-anim-preview]){
  56. transition:none !important;
  57. transition-duration: 0s !important;
  58. }
  59.  
  60. [bs-dragged]{
  61. opacity:0.3 !important;
  62. }
  63.  
  64. /* Inline editing */
  65.  
  66. [contenteditable=true] {
  67. box-shadow:-1px -1px 1px rgba(17, 142, 232, 0.85),
  68. 1px 1px 1px rgba(17, 142, 232, 0.85),
  69. 0 0 11px rgba(17, 142, 232, 0.85) !important;
  70. outline:none !important;
  71. min-height:1em;
  72. cursor:initial !important;
  73. }
  74.  
  75. [contenteditable=true] *:not([contenteditable=false]){
  76. cursor:initial !important;
  77. }
  78.  
  79. [contenteditable=true]:empty:before {
  80. content: "\00a0\00a0" !important;
  81. }
  82.  
  83. [contenteditable=true] [contenteditable=false] {
  84. box-shadow:0 0 0 1px rgba(17, 142, 232, 0.85);
  85. }
  86.  
  87. /* Preventing mouse events for embeds */
  88.  
  89. iframe, embed, object, audio{
  90. pointer-events: none !important;
  91. }
  92.  
  93. html.hit-testing iframe,
  94. html.hit-testing embed,
  95. html.hit-testing object,
  96. html.hit-testing audio {
  97. pointer-events: all !important;
  98. }
  99.  
  100.  
  101.  
  102. /* Giving sizes to some elements. */
  103.  
  104. div[class*="col-"]:empty:before,
  105. form:empty:before,
  106. .row:empty:before,
  107. .form-row:empty:before,
  108. .form-group:empty:before,
  109. .container:empty:before,
  110. div[class*="container-"]:empty:before{
  111. background-color:#eee;
  112. content:'Empty Row';
  113. line-height:40px;
  114. text-align: center;
  115. display:block;
  116. line-height:80px;
  117. font-size:24px;
  118. color:#aaa;
  119. font-weight:bold;
  120. }
  121.  
  122. div[class*="col-"]:empty:before{
  123. content:'Empty Column';
  124. }
  125.  
  126. form:empty:before{
  127. content:'Empty Form';
  128. }
  129.  
  130. .form-group:empty:before{
  131. content:'Empty Form Group';
  132. }
  133.  
  134. form.navbar-form:empty:before{
  135. display: inline-block;
  136. padding:0 40px;
  137. font-size:16px;
  138. line-height:36px;
  139. }
  140.  
  141. .container:empty:before,
  142. div[class*="container-"]:empty:before{
  143. content:'Empty Container';
  144. }
  145.  
  146. .thumbnail img:not([src]){
  147. background-repeat: no-repeat;
  148. background-size: 100% 85%;
  149. background-position-y: 50%;
  150. width: 100%;
  151. height: 180px;
  152. }
  153.  
  154. /* Making the dropdown menus have a white background when they're edited */
  155.  
  156. .dropdown-item:active,
  157. .dropdown-menu>li>a:focus{
  158. background:unset;
  159. color:unset;
  160. }
  161.  
  162. /* This is needed because the li items are 0x0px by default,
  163. and bootstrap studio can't select them */
  164.  
  165. .pagination>li {
  166. float: left;
  167. }
  168.  
  169. /* Iframes without src are colored in gray */
  170. .embed-responsive iframe:not([src]){
  171. background-color:#ddd;
  172. }
  173.  
  174. /* This is needed, otherwise split buttons in input groups break into two lines. */
  175.  
  176. .input-group-btn .btn-group > .btn{
  177. float:none;
  178. }
  179.  
  180.  
  181.  
  182. div[class*="col-"]:empty,
  183. div.col:empty{
  184. display:flex;
  185. }
  186.  
  187. div[class*="col-"]:empty:before,
  188. form:empty:before,
  189. .row:empty:before,
  190. .form-row:empty:before,
  191. .container:empty:before,
  192. div[class*="container-"]:empty:before{
  193. width: 100%;
  194. }
  195.  
  196. div.col:empty:before{
  197. background-color:#eee;
  198. content:'Empty Column';
  199. line-height:40px;
  200. text-align: center;
  201. display:block;
  202. line-height:80px;
  203. font-size:24px;
  204. color:#aaa;
  205. font-weight:bold;
  206. width:100%;
  207. }
  208.  
  209. .toast-header img:not([src]):not([srcset]) {
  210. width: 30px;
  211. height: 30px;
  212. }
  213.  
  214. /* Stopping css spinner animations */
  215.  
  216. .spinner-grow:not([bs-spinner-animation]),
  217. .spinner-border:not([bs-spinner-animation]) {
  218. animation: none;
  219. }
  220.  
  221. .spinner-grow:not([bs-spinner-animation]) {
  222. opacity: 1;
  223. transform: scale(.8);
  224. }
  225.  
  226. .custom-range::-webkit-slider-runnable-track {
  227. cursor: inherit;
  228. }
  229.  
  230. </style><link rel="stylesheet" href="https://bootstrapstudio.io/demo//embed/animation/animate.min.css" bs-system-element="" bs-hidden=""><link rel="stylesheet" href="https://bootstrapstudio.io/demo//embed/animation/aos.min.css" bs-system-element="" bs-hidden=""><link rel="stylesheet" bs-hidden="1" bs-system-element="1" href="https://bootstrapstudio.io/demo//embed/fonts/fontawesome-all.min.css"><link rel="stylesheet" bs-hidden="1" bs-system-element="1" href="https://bootstrapstudio.io/demo//embed/fonts/font-awesome.min.css"><link rel="stylesheet" bs-hidden="1" bs-system-element="1" href="https://bootstrapstudio.io/demo//embed/fonts/ionicons.min.css"><link rel="stylesheet" bs-hidden="1" bs-system-element="1" href="https://bootstrapstudio.io/demo//embed/fonts/line-awesome.min.css"><link rel="stylesheet" bs-hidden="1" bs-system-element="1" href="https://bootstrapstudio.io/demo//embed/fonts/material-icons.min.css"><link rel="stylesheet" bs-hidden="1" bs-system-element="1" href="https://bootstrapstudio.io/demo//embed/fonts/simple-line-icons.min.css"><link rel="stylesheet" bs-hidden="1" bs-system-element="1" href="https://bootstrapstudio.io/demo//embed/fonts/typicons.min.css"><link rel="stylesheet" href="https://bootstrapstudio.io/demo//embed/fonts/fontawesome5-overrides.min.css" bs-system-element="" bs-hidden=""><style>.material-icons {
  231. font-size: 18px;
  232. }
  233.  
  234. .navbar-light .navbar-nav .nav-link {
  235. padding: 6px;
  236. }
  237.  
  238. .alert.alert-success {
  239. /*color: #155724!important;*/
  240. }
  241.  
  242. .alert.alert-success {
  243. background-color: rgb(203,83,67);
  244. }
  245.  
  246. span {
  247. padding-right: 10px;
  248. }
  249.  
  250. .material-icons {
  251. /*padding-bottom: 5px;*/
  252. }
  253.  
  254. [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  255. color: black;
  256. background: 0;
  257. border: 0;
  258. margin-bottom: 16px;
  259. height: 25px;
  260. }
  261.  
  262. .navbar-brand.d-xl-flex.justify-content-xl-start.align-items-xl-center {
  263. margin: 0;
  264. }
  265.  
  266. .material-icons {
  267. font-size: 25px;
  268. }
  269.  
  270. .badge.badge-warning {
  271. /*position: relative;*/
  272. /*left: 37px;*/
  273. /*bottom: 9px;*/
  274. /*height: 16px;*/
  275. /*z-index: 0;*/
  276. }
  277.  
  278. .material-icons {
  279. /*z-index: 1;*/
  280. /*position: relative;*/
  281. }
  282.  
  283. .material-icons {
  284. font-size: 16px;
  285. }
  286.  
  287. .badge.badge-warning {
  288. font-size: 16px;
  289. }
  290.  
  291. .badge.badge-primary {
  292. opacity: 0;
  293. }
  294.  
  295. #navcol-1 {
  296. /*position: fixed;*/
  297. }
  298.  
  299. .list-group-item {
  300. /*margin-top: 15px;*/
  301. /*border: 1px solid black;*/
  302. }
  303.  
  304. .list-group-item + .list-group-item {
  305. background-color: #ffaea9;
  306. }
  307.  
  308. </style><style>.list-group-item {
  309. position: relative;
  310. display: block;
  311. padding: .75rem 1.25rem;
  312. background-color: #d4ffa9;
  313. margin-top: 10px;
  314. border: 1px solid rgba(0,0,0,.125);
  315. }
  316.  
  317. </style><style bs-system-element="" bs-hidden=""></style></head>
  318. <body><nav class="navbar navbar-light navbar-expand-md"><div class="container-fluid"><a class="navbar-brand" href="#"><i class="fa fa-expeditedssl"></i>&nbsp;Nzexe</a><div class="collapse navbar-collapse d-lg-flex justify-content-start justify-content-lg-end" id="navcol-1"><ul class="nav navbar-nav"><li role="presentation" class="nav-item"><a class="nav-link" href="#">Victims</a></li><li role="presentation" class="nav-item"><a class="nav-link" href="#">Actions</a></li><li role="presentation" class="nav-item"><a class="nav-link" href="#">Github</a></li></ul></div><button data-toggle="collapse" data-target="#navcol-1" class="navbar-toggler"><span class="sr-only">Toggle navigation</span></button><span></span><a class="navbar-brand d-xl-flex justify-content-xl-start align-items-xl-center" href="#"></a><a class="navbar-brand d-xl-flex justify-content-xl-start align-items-xl-center" href="#"></a></div></nav><div class="container"><span class="badge badge-primary">42</span></div><div class="container"><div role="alert" class="alert alert-info" style=" /*color: rgb(71,17,14);*/
  319. /*color: #212529;*/
  320. /*background-color: #ffc107;*/
  321. "><span><strong>WARNING!</strong>&nbsp;This program is unstable.</span></div></div><div class="container"><span class="badge badge-primary">42</span></div><div class="container"><h1 class="d-lg-flex justify-content-lg-start">Victims</h1><ul class="list-group"><li class="list-group-item"><span>&nbsp;<i class="far fa-id-card"></i>&nbsp;USER1</span><span>&nbsp;<i class="far fa-user"></i>&nbsp;579151</span><span>&nbsp;<i class="fas fa-fingerprint"></i>&nbsp;0.0.0.0</span><span>&nbsp;<i class="fa fa-eye"></i>&nbsp;Online</span><button class="btn btn-primary" type="button"><i class="fa fa-chevron-down"></i></button></li><li class="list-group-item"><span>&nbsp;<i class="far fa-id-card"></i>&nbsp;USER2</span><span>&nbsp;<i class="far fa-user"></i>&nbsp;597195</span><span>&nbsp;<i class="fas fa-fingerprint"></i>&nbsp;1.1.1.1</span><span>&nbsp;<i class="fa fa-eye"></i>&nbsp;Online</span><button class="btn btn-primary" type="button"><i class="fa fa-chevron-down"></i></button></li></ul></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement