Skip to content

Commit bc822e2

Browse files
authored
Update README.md
1 parent 473287b commit bc822e2

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# TOOLKIT
2-
Collection of tools required for every Student
1+
\documentclass{article}
2+
\usepackage{hyperref}
3+
4+
\begin{document}
5+
6+
\section{\textbf{Personal Projects}}
7+
\resumeSubHeadingListStart
8+
\resumeProject
9+
{\href{https://your-project-link.com}{RHINOEYE (Quick scan osint Tool)}} %Project Name with link
10+
{Integrated open-source Api's and for quick scanning and information gathering} %Project Name, Location Name
11+
{} %Event Dates
12+
13+
\resumeItemListStart
14+
\item {v0.0.01 released with basic features (domain, IP, phone number, geolocation)}
15+
\item {Used in ctf challenges and also for knowing the exif data of a particular image}
16+
\item {Technology Used: Python, Open-source Api's}
17+
\resumeItemListEnd
18+
\vspace{-2mm}
19+
\resumeSubHeadingListEnd
20+
21+
\end{document}

0 commit comments

Comments
 (0)