-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
55 lines (47 loc) · 3.08 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="keywords" content="HTML, ECSU, VIKING">
<meta name="description" content="A description of the page" />
<link rel="stylesheet" type="text/css" href="resume.css" />
<title>About</title>
</head>
<body>
<div>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a class="active" href="about.html">ABOUT</a></li>
<li><a href="Resume.pdf">RESUME</a></li>
<li><a href="research.html">RESEARCH</a></li>
<li><a href="https://www.ecsu.edu/">ECSU</a></li>
</ul>
</div>
<br>
<div style="margin-left: 21%; float: left; width: 44%;">
Hello, my name is Disaiah Bennett, and I am a senior at Elizabeth City State University (ECSU).
I am a computer science major, with a scientific concentration and a minor in mathematics.
Throughout my time at ECSU, I have attended multiple conferences, internships, and a hackathan.<br><br>
My first internship was at Indiana University, in Bloomington, Indiana, in the summer of 2017. The
internship was focused in the field of cyber security, where I constructed an Returned Oriented
Programming (ROP) attack against Intel SGX. The attack was designed to find any bug or exploit within
the SGX provided by Intel and report any information that could become a security hazard.<br><br>
After constructing the bug, we launched the attack against the SGX; however, the bug was intercepted
before the attack could make it within the system. By running multiple test with the malware hidden
within a payload, the bug would force the CPU to throw a segmentation fault. This prevented the user from
accessing a location they were not given access to.
</div>
<img src="image-Icons/170724_iu_37.JPG" style="float: right; width: 30%; margin-right: 2%">
<div style="margin-top: 3%; margin-left: 21%; width: 44%; float: left;">
In the fall of 2017, I attended the IBM HBCU BlueHack Atlanta Hackathan. I was selected, along with
six other students from my university to represent ECSU. With the experience and skills we obtained from
the university, we were able to produce a product, that would allow all of us to place third at the competition.<br><br>
The product we created was a web application known as Medical Doctor 4 Me, or MD4Me. By accessing the product,
customers that were in need of a therapeutic session, could access the system and engage with an artifical
therapist. The AI is able to self learn and adapt base on the feedback recevied by the customers, and report
the session to a professionals based on the amount of negative keywords detected.
</div>
<img src="image-Icons/20171020_155200.jpg" style="float: right; width: 30%; margin-right: 2%; margin-top: 3%">
<br>
</body>
</html>