-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpage6.html
224 lines (173 loc) · 13.5 KB
/
page6.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
<!DOCTYPE html>
<html >
<head>
<!-- Site made with Mobirise Website Builder v5.2.0, https://mobirise.com -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Mobirise v5.2.0, mobirise.com">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/windows-logo-icon-124367.ico" type="image/x-icon">
<meta name="description" content="">
<title>Windows Security</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css"><link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<section class="menu menu1 cid-skAwC6HYm6" once="menu" id="menu1-1p">
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
<div class="container">
<div class="navbar-brand">
<span class="navbar-caption-wrap"><a class="navbar-caption text-black text-primary display-7" href="index.html">Information Resources</a></span>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown nav-right" data-app-modern-menu="true"><li class="nav-item dropdown"><a class="nav-link link text-black text-primary dropdown-toggle display-4" href="#" data-toggle="dropdown-submenu" aria-expanded="false">
Windows Books</a><div class="dropdown-menu"><a class="text-black text-primary dropdown-item display-4" href="WinBooks.html">Windows Internals Books</a><a class="text-black text-primary dropdown-item display-4" href="https://empyreal96.github.io/nt-info-depot/CS490_Windows_Internals/CS490%20Windows%20Internals.html" aria-expanded="false" target="_blank">Windows Internals Coursework</a><a class="text-black text-primary dropdown-item display-4" href="WinDDK.html" aria-expanded="false">Windows Driver Development</a><a class="text-black text-primary dropdown-item display-4" href="SrcDocs.html" aria-expanded="false">Windows Source Code Docs</a><a class="text-black text-primary dropdown-item display-4" href="page6.html" aria-expanded="false">Windows Security</a><a class="text-black text-primary dropdown-item display-4" href="srv_admin.html" aria-expanded="true">Windows Server and Administration</a></div></li>
<li class="nav-item"><a class="nav-link link text-black text-primary display-4" href="C++Books.html">Coding Books</a>
</li><li class="nav-item"><a class="nav-link link text-black text-primary display-4" href="MiscDocs.html">Misc Docs</a></li></ul>
</div>
</div>
</nav>
</section>
<section class="content4 cid-slfdGaEmLS" id="content4-1r">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="title col-md-12 col-lg-10">
<h3 class="mbr-section-title mbr-fonts-style align-center mb-4 display-2">
<strong>Windows Security</strong></h3>
<h4 class="mbr-section-subtitle align-center mbr-fonts-style mb-4 display-7">
Here is an assorted collection of Documents on different parts of Windows and it's Security</h4>
</div>
</div>
</div>
</section>
<section class="features3 cid-slfdRh6LSQ" id="features3-1s">
<div class="container">
<div class="row mt-4">
<div class="item features-image сol-12 col-md-6 col-lg-3">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/attack-the-kern-page-1-506x655.jpg" alt="">
</div>
<div class="item-content">
<h5 class="item-title mbr-fonts-style display-7"><strong>Attacking the Windows Kernel - Jonathan Lindsay</strong></h5>
<p class="mbr-text mbr-fonts-style mt-3 display-7">A small publication from NGSSoftware Insight Security Research into methods of attack, tools and other info</p>
</div>
<div class="mbr-section-btn item-footer mt-2"><a href="https://github.com/Empyreal96/nt-info-depot/v/master/Windows-Security/attacking_the_windows_kernel.pdf" class="btn btn-primary item-btn display-7" target="_blank">Learn More
></a></div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-3">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/windows-logo-icon-124367.ico" alt="">
</div>
<div class="item-content">
<h5 class="item-title mbr-fonts-style display-7"><strong>Windows XP/2003 Heap Exploitation - John McDonald</strong></h5>
<p class="mbr-text mbr-fonts-style mt-3 display-7">Documentation on gaining entry and exploiting Windows Heap Manager and its internals, from the Fundamentals to the actual Strategy used to exploit</p>
</div>
<div class="mbr-section-btn item-footer mt-2"><a href="https://github.com/Empyreal96/nt-info-depot/raw/master/Windows-Security/BHUSA09-McDonald-WindowsHeap-PAPER.pdf" class="btn btn-primary item-btn display-7" target="_blank">Learn More
></a></div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-3">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/bypass-dep-page-1-506x655.jpg" alt="">
</div>
<div class="item-content">
<h5 class="item-title mbr-fonts-style display-7"><strong>Bypassing Windows Hardware-enforced
</strong><div><strong>Data Execution Prevention - nologon.org</strong></div></h5>
<p class="mbr-text mbr-fonts-style mt-3 display-7">Information on different modes of DEP which was introduced in Windows XP SP2/ Server 2003 SP1 and methods of bypassing it<br></p>
</div>
<div class="mbr-section-btn item-footer mt-2"><a href="https://github.com/Empyreal96/nt-info-depot/raw/master/Windows-Security/Bypassing-Windows-Hardware-enforced-DEP.pdf" class="btn btn-primary item-btn display-7" target="_blank">Learn More
></a></div>
</div>
</div><div class="item features-image сol-12 col-md-6 col-lg-3">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/9780596006853-286x413.jpg">
</div>
<div class="item-content">
<h5 class="item-title mbr-fonts-style display-7"><strong>Securing Windows Server 2003 - Mike Danseglio</strong></h5>
<p class="mbr-text mbr-fonts-style mt-3 display-7">Overview on securing your Windows Server 2003 install over the Network, File Permission and Authorization, Group Policy and More!</p>
</div>
<div class="mbr-section-btn item-footer mt-2"><a href="https://github.com/Empyreal96/nt-info-depot/raw/master/Windows-Security/OReilly.Securing.Windows.Server.2003.Nov.2004.eBook-DDU.pdf" class="btn btn-primary item-btn display-7" target="_blank">Learn More
></a></div>
</div>
</div>
</div>
</div>
</section>
<section class="features3 cid-slfhkbM1g5" id="features3-1t">
<div class="container">
<div class="row mt-4">
<div class="item features-image сol-12 col-md-6 col-lg-3">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/winserver03srcguide-page-1-506x655.jpg" alt="">
</div>
<div class="item-content">
<h5 class="item-title mbr-fonts-style display-7"><strong>Windows Server 2003 Security Guide</strong></h5>
<p class="mbr-text mbr-fonts-style mt-3 display-7">A general overview from Microsoft of measures you can use to Secure your Windows 2003 System</p>
</div>
<div class="mbr-section-btn item-footer mt-2"><a href="https://github.com/Empyreal96/nt-info-depot/raw/master/Windows-Security/Windows.Server.2003.Security.Guide.pdf" class="btn btn-primary item-btn display-7" target="_blank">Learn More
></a></div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-3">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/xp-sec-guide-page-1-506x655.jpg" alt="">
</div>
<div class="item-content">
<h5 class="item-title mbr-fonts-style display-7"><strong>Guide to Securing Microsoft
</strong><div><strong>Windows XP
</strong></div></h5>
<p class="mbr-text mbr-fonts-style mt-3 display-7">"The purpose of this document is to inform the reader about Windows XP Professional
<br>recommended security settings."<br><br><br></p>
</div>
<div class="mbr-section-btn item-footer mt-2"><a href="https://github.com/Empyreal96/nt-info-depot/raw/master/Windows-Security/XP-govt-security-guide.pdf" class="btn btn-primary item-btn display-7" target="_blank">Learn More
></a></div>
</div>
</div>
</div>
</div>
</section>
<section class="footer3 cid-skSJbYV2s5" once="footers" id="footer3-1q">
<div class="container">
<div class="media-container-row align-center mbr-white">
<div class="row row-links">
<ul class="foot-menu">
<li class="foot-menu-item mbr-fonts-style display-7"><a class="text-black text-primary" href="https://github.com/Empyreal96/easy-build-nt5" target="_blank">Easy-Build for NT5</a></li><li class="foot-menu-item mbr-fonts-style display-7"><a class="text-black text-primary" href="https://empyreal96.github.io/build-env-info" target="_blank">Build Env Info</a></li></ul>
</div>
<div class="row social-row">
<div class="social-list align-right pb-2">
<div class="soc-item">
<a href="https://github.com/Empyreal96" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social mobi-mbri-github mobi-mbri" style="color: rgb(0, 0, 0); fill: rgb(0, 0, 0);"></span>
</a>
</div></div>
</div>
<div class="row row-copirayt">
<p class="mbr-text mb-0 mbr-fonts-style mbr-white align-center display-7">For Educational and Archival Purposes</p>
</div>
</div>
</div>
</section><section style="background-color: #fff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif; color:#aaa; font-size:12px; padding: 0; align-items: center; display: flex;"><a href="https://mobirise.site/c" style="flex: 1 1; height: 3rem; padding-left: 1rem;"></a><p style="flex: 0 0 auto; margin:0; padding-right:1rem;">Start a free website with <a href="https://mobirise.site/z" style="color:#aaa;">Mobirise</a></p></section><script src="assets/web/assets/jquery/jquery.min.js"></script> <script src="assets/popper/popper.min.js"></script> <script src="assets/tether/tether.min.js"></script> <script src="assets/bootstrap/js/bootstrap.min.js"></script> <script src="assets/smoothscroll/smooth-scroll.js"></script> <script src="assets/dropdown/js/nav-dropdown.js"></script> <script src="assets/dropdown/js/navbar-dropdown.js"></script> <script src="assets/touchswipe/jquery.touch-swipe.min.js"></script> <script src="assets/theme/js/script.js"></script>
</body>
</html>