-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
476 lines (432 loc) · 25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!-- THIS IS LOGGEDIN VIEW -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title class="title">home</title>
<!-- // favicon -->
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<!-- //Latest compiled and minified CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- // Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- // Icons -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- // Fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
<!-- // jQuery -->
<script src="assets/js/jquery-3.7.1.min.js"></script>
<!-- // stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="header text-bg-primary">
<div class="row">
<div class="col-sm-6 text-start" style="float: left;">
<a href="/httpspentester_" style="text-decoration: none; color: whitesmoke; width: fit-content;">
<h3 class="text-lowercase mt-2">httpspentester_</h3>
</a>
</div>
<div class="col-sm-6 text-end" style="float: right;">
<i class="fa fa-bars side-menu"
style="margin-top: 1rem; margin-right: 3rem; font-size: large; cursor: pointer;"></i>
</div>
</div>
</div>
<div class="side-nav-bar text-bg-primary">
<ul>
<li><a class="side-menu-1" href="#">
<i style="cursor: pointer; margin-top: 6rem; font-size: 25px;">→</i>
</a>
</li>
<li>
<a href="#">dashboard</a>
</li>
<li>
<a href="#">order</a>
</li>
<li>
<a href="#">about us</a>
</li>
<li>
<a href="#">terms</a>
</li>
<li>
<a href="#">policies</a>
</li>
<li>
<a href="#">logout</a>
</li>
</ul>
</div>
<div class="container" style="margin-top: 3cm;">
<div class="menu">
<h3><abbr title="Menu" style="text-decoration: none; color: rgb(83, 83, 83); font-weight: bold;">menu</abbr>
</h3>
<a class="btn home active" href="#">home</a>
<a class="btn profile" href="#">portfolio</a>
<!-- <a class="btn dashboard" href="#!">dashboard</a> -->
<a class="btn webvulns" href="#">webvulns</a>
<!-- <a class="btn about" href="#!">about</a> -->
<!-- <a class="btn wiki" href="#">wikipedia</a> -->
<a class="btn hashcracker" href="#">Hash3sCracker_</a>
<!-- <a class="btn ytdownloader" href="#">YTDownloader</a> -->
<a class="btn memegenerator" href="#">Meme</a>
</div>
<div class="main">
<div class="row">
<div class="col-xl-14 m-1 p-1">
<!-- inner main one -->
<div class="inner-main-one" style="border: 15px solid #ffffff5d; border-radius: 40px;
background: #e0e0e0;
/*box-shadow: 20px 20px 60px #bebebe,
-20px -20px 60px #ffffff;*/">
<h4 class="text-capitalize m-2 p-2"><abbr title="Home / Articles"
style="text-decoration: none; font-weight: bold; text-decoration:underline; text-decoration-color: #72d3728e">Articles</abbr>
</h4>
<div class="col" style="border-top: 0 solid #0f0f0f3d;">
<div class="row">
<div class="col-lg-10 col-post-title" style="border-top: 0 solid #0f0f0f3d;">
<center>
<div class="col m-3">
<div style="width: 100%; height: 2px; background-color: #ababab;"></div>
</div>
</center>
<h5 class="text-capitalize mt-4 m-2 p-2"
style="font-family: Arial, Helvetica, sans-serif;">
<blockquote><cite style="text-decoration: none; font-weight: bold;">Post
Title</cite> -
wordpress plugin exposess 2023 </blockquote>
</h5>
</div>
<div class="col">
<span style="float: right;">
<i class="fa fa-ellipsis-v"
style="cursor: pointer; margin-top: 3rem; margin-right: 1.5rem;"></i>
</span>
</div>
</div>
<div class="image col">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLxje8058n4vg7HoH8llmYc-UuLKcytfRFIYL4lAZ1wdjww37rhjkLR8jnZ7vtxEKzGZZoXZs1y8mcNcQRQS60LvIrjIuq769CyQX_24gcUFMqt6Xt5HrONilXG_lo4ESjnq8ao3nGoD7JemTrGZy9cBDsKIcXiNAb6QiTxn8Ug0HWLGvK7aaGmfwbK-z_/s728-rw-ft-e30/hacking.jpg"
alt="photo">
</div>
<p class="m-2 p-2" style="font-family: Arial, Helvetica, sans-serif;">
Threat hunters have discovered a rogue WordPress plugin that's capable of creating bogus
administrator users and injecting malicious JavaScript code to steal credit card
information.
<blockquote class="m-2 p-2">
<cite>Posted on -
<mark class="text-bg-secondary">
2023-12-24 </mark>
</cite>
</blockquote>
</p>
</div>
<div class="col" style="border-top: 0 solid #0f0f0f3d;">
<div class="row">
<div class="col-lg-10 col-post-title" style="border-top: 0 solid #0f0f0f3d;">
<center>
<div class="col m-3">
<div style="width: 100%; height: 2px; background-color: #ababab;"></div>
</div>
</center>
<h5 class="text-capitalize mt-4 m-2 p-2"
style="font-family: Arial, Helvetica, sans-serif;">
<blockquote><cite style="text-decoration: none; font-weight: bold;">Post
Title</cite> -
MongoDB suffers security breach exposes customers data. </blockquote>
</h5>
</div>
<div class="col">
<span style="float: right;">
<i class="fa fa-ellipsis-v"
style="cursor: pointer; margin-top: 3rem; margin-right: 1.5rem;"></i>
</span>
</div>
</div>
<div class="image col">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqCkrALgEWe742xLeML7nO9zoMset0rL0zqiqvymFbfFQIcjtyFxP8sQPKeQjnbPJaGJ1xK0UihFgysxZKawtoHOuaLe4OPnNSfxrZwwuoq3qdRj2Q5zRJKYsduvF8p5nlo7pjEkNS2GFaFBJhMtR-ZqtR3FuPN-F25uklK0bP-V666QzVZC83bglw_HaJ/s728-rw-ft-e30/mongodb.jpg"
alt="photo">
</div>
<p class="m-2 p-2" style="font-family: Arial, Helvetica, sans-serif;">
MongoDB on Saturday disclosed it's actively investigating a security incident that has
led to unauthorized access to "certain" corporate systems, resulting in the exposure of
customer account metadata and contact information.
<blockquote class="m-2 p-2">
<cite>Posted on -
<mark class="text-bg-secondary">
2023-12-18 </mark>
</cite>
</blockquote>
</p>
</div>
<div class="text-center load-btn-container m-3 p-3"
style="background-color: #9898985d; border-top: 1px solid #0f0f0f3d; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px;">
<form action="">
<input class="btn load-btn mt-2 mb-2"
style="font-weight: bolder; width: 100%; height: fit-content; color: #00ff00; border: none; font-size: 20px;"
type="button" value="Load more →">
</form>
</div>
</div> <!-- inner main one end -->
</div>
</div>
<!-- inner main two -->
<div class="inner-main-two">
<h3 class="text-capitalize"><abbr title="Portfolio / Profile"
style="text-decoration: none; font-weight: bold; text-decoration:underline; text-decoration-color: #72d3728e;">profile</abbr>
</h3>
<center>
<div class="profile-div">
<div class="image">
<img src="https://avatars.githubusercontent.com/u/104365640?v=4" alt="profile-pic">
</div>
</div>
<br>
<div class="container col-md-6"
style="margin-top: 0; height: 250px; overflow:hidden; border: 0px solid #d3d3d373; border-radius: 5px; background-color:#ffffff5d;">
<div class="col" style="height:fit-content; border-radius: 5px; background-color: transparent;">
<p class="m-2 p-2"
style="margin-bottom: 5px; text-align: start; font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: #696969; font-weight: bolder; letter-spacing: 1.9px;">
Abhijit Boro, CyberSecurity Enthusiast And RedTeamer / Self-Thought Programmer Skills with
Web Development And More As Mentioned.
</p>
</div>
</div>
</center>
</div>
<!-- inner main two end -->
<!-- inner main three -->
<!-- <div class="inner-main-three">
<h3 class="text-capitalize"><abbr title="Dashboard"
style="text-decoration: none; font-weight: bold;">dashboard</abbr></h3>
</div> -->
<!-- inner main three end -->
<!-- inner main four -->
<div class="inner-main-four">
<h3 class="text-capitalize"><abbr title="webvulns / solutions"
style="text-decoration: none; font-weight: bold; text-decoration:underline; text-decoration-color: #72d3728e;">webvulns</abbr>
</h3>
<h4 class="text-capitalize mt-4" style="font-family: Arial, Helvetica, sans-serif;">xss (
cross-site-scripting )</h4>
<div class="image col-sm-5 m-4 p-4">
<img src="assets/images/free-xss-attack-and-computer-browser-icon-16980-thumb.png" alt="photo_xss">
</div>
<p style="font-family: Arial, Helvetica, sans-serif;">
Cross-Site-Scripting is script embeded in a page that are executed on the <mark
class="text-bg-warning"><strong>client side</strong></mark> i.e. user browser
rather than ate the server side. Cross-site scripting is a type of security vulnerability that can
be
found in some web applications.
XSS attacks enable attackers to <mark class="text-bg-warning"><strong>inject
client-side</strong></mark>
scripts into web pages viewed by other users.
A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the
same-origin policy.
Cross-site scripting carried out on websites accounted for roughly <mark
class="text-bg-warning"><strong>84%</strong></mark> of all security vulnerabilities documented
by
Symantec up until 2007
</p>
<br>
<br>
<h4 class="text-capitalize mt-4" style="font-family: Arial, Helvetica, sans-serif;">phishing</h4>
<div class="image col-sm-5 m-4 p-4">
<img src="assets/images/icon-pc-phishing.png" alt="photo_phishing">
</div>
<p style="font-family: Arial, Helvetica, sans-serif;">
Phishing is a form of social engineering and scam where attackers deceive people into revealing
sensitive information or installing <mark class="text-bg-warning"><strong>malware</strong></mark>
such
as <mark class="text-bg-warning"><strong>ransomware</strong></mark>.
Phishing attacks have become increasingly sophisticated and often transparently mirror the site
being
targeted, allowing the attacker to observe everything while the victim is navigating the site, and
transverse any additional security boundaries with the victim.
</p>
<br>
<br>
<h4 class="text-capitalize mt-4" style="font-family: Arial, Helvetica, sans-serif;">sql injection</h4>
<div class="image col-sm-5 m-4 p-4">
<img src="assets/images/Defacement-04.png" alt="photo_sqlinjection">
</div>
<p style="font-family: Arial, Helvetica, sans-serif;">
A SQL injection attack consists of insertion or “injection” of a SQL query via the <mark
class="text-bg-warning"><strong>input data</strong></mark> from the client to the application.
A successful SQL injection exploit can read sensitive data from the database, modify database data
(Insert/Update/Delete),
execute <mark class="text-bg-warning"><strong>administration</strong></mark> operations on the
database
(such as shutdown the DBMS), recover the content of a given file present on
the DBMS file system and in some cases issue commands to the operating system. SQL injection attacks
are
a type of injection
attack, in which SQL commands are injected into <mark
class="text-bg-warning"><strong>data-plane</strong></mark> input in order to affect the
execution of
predefined SQL commands.
</p>
<br>
<br>
</div>
<!-- inner main four end -->
<!-- inner main five -->
<div class="inner-main-five mt-4 p-4" style="background-color: #e0e0e0;">
<div class="col mb-5" style="width: 100%;">
<img id="temp-image" src="assets/images/phishing.jpg" class="card-img-top" alt="photo">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5>
<p class="card-text">Some quick</p> -->
<a href="#" class="btn btn-light mt-1"
style="width: 100%; letter-spacing: 2px; font-weight: bolder; color: grey;">Preview
→</a>
</div>
</div>
<div class="col mb-5" style="width: 100%;">
<img id="temp-image" src="assets/images/phishing.jpg" class="card-img-top" alt="photo">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5>
<p class="card-text">Some quick</p> -->
<a href="#" class="btn btn-light mt-1"
style="width: 100%; letter-spacing: 2px; font-weight: bolder; color: grey;">Preview
→</a>
</div>
</div>
<div class="col mb-5" style="width: 100%;">
<img id="temp-image" src="assets/images/phishing.jpg" class="card-img-top" alt="photo">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5>
<p class="card-text">Some quick</p> -->
<a href="#" class="btn btn-light mt-1"
style="width: 100%; letter-spacing: 2px; font-weight: bolder; color: grey;">Preview
→</a>
</div>
</div>
</div>
<!-- inner main five end -->
<!-- inner main six -->
<div class="inner-main-six">
<h3 class="text-capitalize"><abbr title="Meme Generate"
style="text-decoration: none; font-weight: bold;">Meme</abbr></h3>
</div>
<!-- inner main six end -->
<!-- inner main seven -->
<div class="inner-main-seven">
<h3 class="text-capitalize"><abbr title="Find / Wiki Search"
style="text-decoration: underline; text-decoration-color: #72d3728e; font-weight: bold;">Wiki
Search</abbr></h3>
<center>
<div class="col-md-5 m-2 p-2" style="width: 85%;">
<form method="POST" enctype="multipart/form-data">
<div class="input-group rounded mt-3">
<input type="text" class="form-control rounded"
style="color: lime; font-weight: 200; letter-spacing: 2px; border: none; box-shadow: inset 15px 10px 5px 4px #b8b8b85b;"
name="query" placeholder="Search About" autofocus />
<span class="input-group-text border-0 btn search_btn">
<i class="fa fa-search"></i>
</span>
</div>
<p class="wiki_qoute mt-4 text-capitalize" style="font-weight: bold;">find anyone's
biography using wikipedia.</p>
</form>
</div>
<!-- search result -->
<div class="search_contentDiv">
<p class="h4 text-start search_output_header" style="display: none;">Search Result</p>
<p class="results_tag" style="font-family: Arial, Helvetica, sans-serif; text-align: justify;">
<!-- searching output will display -->
</p>
</div>
</center>
</div>
<!-- inner main seven end -->
</div>
<div class="right">
<!-- inner right one -->
<div class="inner-right-one">
<h5 class="text-capitalize"><abbr title="This is"
style="text-decoration: none; font-weight: bold;">Admin</abbr></h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
<!-- The hacker ethic is a philosophy and set of moral values within hacker culture. -->
All Articles are posted By the Admin..
</p>
</div>
<!-- inner right one end -->
<!-- inner right two -->
<div class="inner-right-two">
<h5 class="text-capitalize"><abbr title="Languages"
style="text-decoration: none; font-weight: bold;">Languages</abbr></h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
Python, PHP, MySQL, jQuery.
</p>
<h5 class="text-capitalize"><abbr title="Certifications"
style="text-decoration: none; font-weight: bold;">Certifications</abbr></h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
TATA Cybersecurity Analyst, Simplilearn CEHv12, Tryhackme CompTIA Pentest+, Python programming.
</p>
<h5 class="text-capitalize"><abbr title="CTF player"
style="text-decoration: none; font-weight: bold;">CTF Player</abbr></h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
Tryhackme 5% / hacker101 rooms.
</p>
</div>
<!-- inner right two end -->
<!-- inner right three -->
<div class="inner-right-three">
<h5 class="text-capitalize"><abbr title="Dashboard"
style="text-decoration: none; font-weight: bold;">dashboard</abbr></h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
The hacker ethic is a philosophy and set of moral values within hacker culture.
</p>
</div>
<!-- inner right three end -->
<!-- inner right four -->
<div class="inner-right-four">
<h5 class="text-capitalize"><abbr title="Attacks"
style="text-decoration: none; font-weight: bold;">attacks</abbr></h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
xss, phishing, sqli, broken-auth, lfi, security misconfig.
</p>
</div>
<!-- inner right four end -->
<!-- inner right five -->
<div class="inner-right-five">
<h5 class="text-capitalize"><abbr title="Free / Hash Cracking Tool / Git clone This github repo from the repositories"
style="text-decoration: none; font-weight: bold;">Hash3sCracker_</abbr></h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
It is really helpfull when you are doing web-penetration testing, it will crack your hash and identify your hashes.
</p>
<h5 class="text-capitalize">Download Hash3sCracker_</h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
<a href="https://lazybuffer.github.io/Hash3sCracker_/" target="_blank">
Repository
</a>
</p>
</div>
<!-- inner right five end -->
<!-- inner right six -->
<div class="inner-right-six">
<h5 class="text-capitalize"><abbr title="Ethic" style="text-decoration: none; font-weight: bold;">ethic
about</abbr></h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
The hacker ethic is a philosophy and set of moral values within hacker culture.
</p>
</div>
<!-- inner right seven end -->
<!-- inner right seven -->
<div class="inner-right-seven">
<h5 class="text-capitalize"><abbr title="Wikipedia"
style="text-decoration: none; font-weight: bold;">Wikipedia</abbr></h5>
<p style="font-family: Arial, Helvetica, sans-serif;">
A wiki is a form of online hypertext publication,
collaboratively edited and
managed by its own audience,
using a web browser.
</p>
</div>
<!-- inner right seven end -->
</div>
</div>
<script src="assets/js/script.js"></script>
</body>