-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (74 loc) · 3.17 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.116.1">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Connor Shade</title>
<meta name="title" content="Connor Shade" />
<meta name="description" content="" />
<meta name="keywords" content="command-injection,cpe,exploit,hugo,metasploit,meterpreter,nmap,python,ruby,scan,tool,workflow," />
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://connorshade.com/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content=""/>
<meta name="twitter:description" content=""/>
<meta itemprop="name" content="">
<meta itemprop="description" content="">
<meta name="referrer" content="no-referrer-when-downgrade" />
<link href="/style.min.css" rel="stylesheet">
<link href="/syntax.min.css" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" href="https://connorshade.com/index.xml" title="Connor Shade" />
</head>
<body>
<header><a href="/" class="title"><h1>Connor Shade</h1></a>
<nav>
<a href="/">Home</a>
<a href="/author/">Author</a>
<a href="/projects/">Projects</a>
<a href="/post/">All Posts</a>
<a href="/tags/">All Tags</a>
<a href="/index.xml">RSS</a>
</nav>
</header>
<main>
<p>Welcome to my blog.
Expect posts on projects I’m working on/have worked on.
The content should be entirely technical, but technical will vary - programming, security tools, automation, etc.</p>
<p>Lately I’ve been interested in automation through Github Actions, and programming in Python.
I’m trying to come up with a fun Go project.</p>
<h2>Most Recent Project</h2>
<a href="https://connorshade.com/service-to-shell/">Service to Shell</a>:
This post series outlines making a new vulnerable service, writing an nmap match to detect it and extract CPEs, and writing a Metasploit module to exploit it.
<h2>Recent Posts</h2>
<p>Check out some of my recent posts below:</p>
<ul>
<li>
<a href="https://connorshade.com/service-to-shell/custom-metasploit/">Making a Custom Metasploit Module</a>
- Making a Metasploit module to exploit DNSSearcher
</li>
<li>
<a href="https://connorshade.com/post/hugo-setup/hugo-setup/">Hugo Setup</a>
- A post outlining my hugo workflow
</li>
<li>
<a href="https://connorshade.com/service-to-shell/writing-nmap-scan/">Writing a Custom Nmap Scan</a>
- Writing an nmap match and banner probe to scan dnssearcher
</li>
<li>
<a href="https://connorshade.com/service-to-shell/vulnerable-webapp/">Making a Vulnerable Webapp</a>
- Make a simple webapp vulnerable to command injection to exploit later
</li>
<li>
<a href="https://connorshade.com/post/intro/intro-post/">Intro Post</a>
</li>
</ul>
</main>
<footer><small>
Connor Shade | Made with <a href="https://gohugo.io/">Hugo</a>, themed by <a href="https://themes.gohugo.io/themes/hugo-bearcub/">Bear Cub</a>
</small></footer>
</body>
</html>