-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
610 lines (371 loc) · 21 KB
/
Copy pathindex.html
File metadata and controls
610 lines (371 loc) · 21 KB
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
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://pbs.twimg.com/profile_images/844862781522292738/OOggykFZ.jpg" type="image/x-icon" /> <link rel="icon" href="https://pbs.twimg.com/profile_images/844862781522292738/OOggykFZ.jpg" type="image/x-icon" /> <!--Description-->
<meta name="description" content="Life isn't fucking easy">
<!--Author-->
<meta name="author" content="One Plus <weirdless.info@gmail.com>">
<!--Open Graph Title-->
<meta property="og:title" content="One Plus - X"/>
<!--Open Graph Description-->
<meta property="og:description" content="Life isn't fucking easy" />
<meta name="msvalidate.01" content="DB9C2CF7FFA083283D9C9225E002A98E" />
<!--Open Graph Site Name-->
<meta property="og:site_name" content="One Plus - X"/>
<!--Type page-->
<meta property="og:type" content="website" />
<!--Page Cover-->
<meta name="twitter:card" content="summary" />
<!-- Title -->
<title>One Plus - X</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
<!-- Custom Fonts -->
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Gallery -->
<link href="//cdnjs.cloudflare.com/ajax/libs/featherlight/1.3.5/featherlight.min.css" type="text/css" rel="stylesheet" />
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-81899858-1"></script>
<script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81899858-1', 'auto');
ga('send', 'pageview');
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-81899858-1');
</script>
<!-- Google Adsense -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div class="bg-gradient"></div>
<div class="bg-pattern"></div>
<!-- Menu -->
<!--Menu Links and Overlay-->
<div class="menu-bg">
<div class="menu-container">
<ul>
<li class="menu-item">
<a href="/">
Home
</a>
</li>
<li class="menu-item">
<a href="/cheatsheet">
Cheatsheets
</a>
</li>
<li class="menu-item">
<a href="/archives">
Archives
</a>
</li>
<li class="menu-item">
<a href="/about">
About
</a>
</li>
<li class="menu-item">
<a href="/contact">
Contact
</a>
</li>
<li class="menu-item">
<a href="/gallery"> Gallery </a>
</li>
<li class="menu-item">
<a href="https://one-plus.github.io">
OSINTToolkit
</a>
</li>
</ul>
</div>
</div>
<!--Hamburger Icon-->
<nav>
<a href="#menu"></a>
</nav>
<div class="container">
<!-- Main Content -->
<div class="row">
<div class="col-sm-12">
<!--Title and Logo-->
<header>
<div class="logo">
<a href="/"><i class="logo-icon fa fa-bug" aria-hidden="true"></i></a>
<h1 id="main-title" class="title">One Plus - X</h1>
</div>
</header>
<section class="main">
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/2017/06/11/Enterprise-Offense-IT-Operations-Part-1/">
Enterprise Offense: IT Operations [Part 1] - Post-Exploitation of Puppet and Ansible Servers
</a>
</h1>
<div class="post-info">
<span class="author">Author: <a href="https://twitter.com/One_PlusX" target="_blank">One Plus</a></span><br>
<span class="date">2017-06-11</span>
<a href="http://oneplus-x.github.com/2017/06/11/Enterprise-Offense-IT-Operations-Part-1/#disqus_thread" class="comments article-comment-link">Comments</a>
</div>
</div>
<div class="content">
<h2 id="Introduction"><a href="#Introduction" class="headerlink" title="Introduction"></a>Introduction</h2><p>Confusion generally prevails while hacking an infrastructure that is not integrated with Active directory. Lateral movement is generally dependent on password spraying and common vulnerability availability. This blog will touch upon IT Operators tools - Puppet and Ansible - that is used to automate the process of managing these non-domain systems as well as cover the topic on how a hacker (or pentester) could utilize these tools to laterally move in the environment.<br>
</div>
<a href="/2017/06/11/Enterprise-Offense-IT-Operations-Part-1/" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/2017/03/12/Vulnhub-Pluck/">
Vulnhub: Pluck 1
</a>
</h1>
<div class="post-info">
<span class="author">Author: <a href="https://twitter.com/One_PlusX" target="_blank">One Plus</a></span><br>
<span class="date">2017-03-12</span>
<a href="http://oneplus-x.github.com/2017/03/12/Vulnhub-Pluck/#disqus_thread" class="comments article-comment-link">Comments</a>
</div>
</div>
<div class="content">
<h2 id="Introduction"><a href="#Introduction" class="headerlink" title="Introduction"></a>Introduction</h2><p>Just another writeup for another boot2root Vulnhub Challenge. This one is great to test out different types of exploitation techniques.</p>
</div>
<a href="/2017/03/12/Vulnhub-Pluck/" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/2017/02/25/kioptrix-1/">
Vulnhub - OSCP Series - Kioptrix Level 1
</a>
</h1>
<div class="post-info">
<span class="author">Author: <a href="https://twitter.com/One_PlusX" target="_blank">One Plus</a></span><br>
<span class="date">2017-02-25</span>
<a href="http://oneplus-x.github.com/2017/02/25/kioptrix-1/#disqus_thread" class="comments article-comment-link">Comments</a>
</div>
</div>
<div class="content">
<h2 id="Overview"><a href="#Overview" class="headerlink" title="Overview"></a>Overview</h2><p>Part of the OSCP preparation VMs from vulnhub, Kioptrix is a boot to root challenge series. While travelling 6 hours in an intercity bus, without any access to internet, I took upon myself to attempt solving as many Kioptrix levels as possible. Turns out it was super hard with the enormous number of errors I faced during compilation of any of the exploits that I wanted.</p>
</div>
<a href="/2017/02/25/kioptrix-1/" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/2017/02/25/ISP-Hacking/">
All your creds are belong to us: Hacking an ISP for fun and internet
</a>
</h1>
<div class="post-info">
<span class="author">Author: <a href="https://twitter.com/One_PlusX" target="_blank">One Plus</a></span><br>
<span class="date">2017-02-25</span>
<a href="http://oneplus-x.github.com/2017/02/25/ISP-Hacking/#disqus_thread" class="comments article-comment-link">Comments</a>
</div>
</div>
<div class="content">
<h2 id="Introduction"><a href="#Introduction" class="headerlink" title="Introduction"></a>Introduction</h2><p>Generally ISPs have been very ignorant towards their security, resulting in requirement of the government to enforce policies that would be required ISPs and Telecom Operators to provide the end users a secure and a private communication network. However, due to issues with money, ISPs prefer to relax on most of the security issues or end up hiring firms with external consultants with no idea on how to secure a Telecom Infrastructure. This is the exact reason people would require to audit their own ISPs and make a note of the vulnerabilities. The specific configurational vulnerabilities that would be mentioned in this blog results in not only of an attacker to gain credentials to access internet, but he is also capable of doing crazy number of things while sitting on the same network. The network of this ISP has been the same for more than 2 years now.</p>
</div>
<a href="/2017/02/25/ISP-Hacking/" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/2016/11/30/Red-Team-Ratatouille/">
The Red Team's Ratatouille
</a>
</h1>
<div class="post-info">
<span class="author">Author: <a href="https://twitter.com/One_PlusX" target="_blank">One Plus</a></span><br>
<span class="date">2016-11-30</span>
<a href="http://oneplus-x.github.com/2016/11/30/Red-Team-Ratatouille/#disqus_thread" class="comments article-comment-link">Comments</a>
</div>
</div>
<div class="content">
<h3 id="begin-Introduction"><a href="#begin-Introduction" class="headerlink" title=":begin Introduction"></a>:begin Introduction</h3><p>The concept of <a href="http://www.irongeek.com/i.php?page=security/plug-and-prey-malicious-usb-devices">Plug and Prey: Malicious USB Devices</a> device by Irongeek at Shmoocon, <a href="https://srlabs.de/projects/badusb/">bad usb</a> by Karsten Nohl at Blackhat or the <a href="https://hakshop.com/products/usb-rubber-ducky-deluxe">Rubber ducky</a> by Hak5, these are super interesting concepts that are leveraged at every Red Team enagement that is conducted by a Red Team Operator. Any such exploitation requires good amount of social engineering. I recommend people should have exhausted every possible trick in the book to compromise from the external network of the organization before attempting to breach physical security.<br>
</div>
<a href="/2016/11/30/Red-Team-Ratatouille/" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/2016/11/24/Vulnhub-Hackday-Albania/">
Vulnhub: Hackday Albania
</a>
</h1>
<div class="post-info">
<span class="author">Author: <a href="https://twitter.com/One_PlusX" target="_blank">One Plus</a></span><br>
<span class="date">2016-11-24</span>
<a href="http://oneplus-x.github.com/2016/11/24/Vulnhub-Hackday-Albania/#disqus_thread" class="comments article-comment-link">Comments</a>
</div>
</div>
<div class="content">
<p>A new night, and a new virtual image to break. Hah! Sound fun.</p>
<p>We begin Hackday Albania, the usual way, by setting up Virtual box, on host-only mode.</p>
<h3 id="Enumeration"><a href="#Enumeration" class="headerlink" title="Enumeration"></a>Enumeration</h3><p>We launch our nmap with the following command<br><figure class="highlight bash"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">oneplus@root$ nmap -A 192.168.56.101</div></pre></td></tr></table></figure></p>
</div>
<a href="/2016/11/24/Vulnhub-Hackday-Albania/" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/2016/11/23/A-new-beginning/">
A new beginning
</a>
</h1>
<div class="post-info">
<span class="author">Author: <a href="https://twitter.com/One_PlusX" target="_blank">One Plus</a></span><br>
<span class="date">2016-11-23</span>
<a href="http://oneplus-x.github.com/2016/11/23/A-new-beginning/#disqus_thread" class="comments article-comment-link">Comments</a>
</div>
</div>
<div class="content">
<p>Just another attempt on trying a different UI for blogging, I have chosen <a href="https://github.com/klugjo/hexo-theme-alpha-dust" target="_blank" rel="external">Alpha-Dust</a> theme on <a href="https://hexo.io/" target="_blank" rel="external">Hexo</a>. While I hope to port the contents from my older <a href="http://One Plus - X.blogspot.com" target="_blank" rel="external">blog</a>, would not mind if people visited that to check out my blog.</p>
<p>Most of the blog will be filled with my experience with respect to hacking of all types. You can reach me anytime on <a href="https://twitter.com/One_PlusX" target="_blank" rel="external">Twitter</a> or via <a href="mailto:weirdless.info@gmail.com" target="_blank" rel="external">mail</a></p>
</div>
</div>
</section>
</div>
</div>
</div>
<!-- Footer -->
<div class="push"></div>
<footer class="footer-content">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 footer-about">
<h2><a href="https://oneplus-x.github.io/about">About</a></h2>
<p>
"I Just don't know what i am doing with?"
</p>
</div>
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3 recent-posts">
<h2>Recent Posts</h2>
<ul>
<li>
<a class="footer-post" href="/2017/06/11/Enterprise-Offense-IT-Operations-Part-1/">Enterprise Offense: IT Op</a>
</li>
<li>
<a class="footer-post" href="/2017/03/12/Vulnhub-Pluck/">Vulnhub: Pluck 1</a>
</li>
<li>
<a class="footer-post" href="/2017/02/25/kioptrix-1/">Vulnhub - OSCP Series - K</a>
</li>
<li>
<a class="footer-post" href="/2017/02/25/ISP-Hacking/">All your creds are belong</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<ul class="list-inline footer-social-icons">
<li class="list-inline-item">
<a href="https://oneplus-x.github.io">
<span class="footer-icon-container">
<i class="fa fa-github"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/One_PlusX?lang=en">
<span class="footer-icon-container">
<i class="fa fa-twitter"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/OnePlus-X/">
<span class="footer-icon-container">
<i class="fa fa-facebook"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://medium.com/@oneplus">
<span class="footer-icon-container">
<i class="fa fa-medium"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://oneplus-x.herokuapp.com/">
<span class="footer-icon-container">
<i class="fa fa-slack"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://t.me/oneplus">
<span class="footer-icon-container">
<i class="fa fa-telegram"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:weirdless@yandex.com">
<span class="footer-icon-container">
<i class="fa fa-envelope-o"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="/atom.xml">
<span class="footer-icon-container">
<i class="fa fa-rss"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="footer-copyright">
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.
</div>
</div>
</div>
</div>
<!-- Start of SimpleHitCounter Code -->
<div align="center">A simple hit counter only for my reference: <a href="https://oneplus.github.io" target="_blank"><img src="http://simplehitcounter.com/hit.php?uid=2280563&f=16777215&b=0" border="0" height="18" width="83" alt="web counter"></a></div>
<!-- End of SimpleHitCounter Code -->
</footer>
<!-- After footer scripts -->
<!-- jQuery -->
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- Tween Max -->
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.18.5/TweenMax.min.js"></script>
<!-- Gallery -->
<script src="//cdnjs.cloudflare.com/ajax/libs/featherlight/1.3.5/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<!-- Custom JavaScript -->
<script src="/js/main.js"></script>
<!-- Disqus Comments -->
<script type="text/javascript">
var disqus_shortname = 'oneplus';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
</body>
</html>