File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments