Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Scalzetti
c85dd56bd5 recompiled to match 'd91f00c' 2023-11-02 15:17:35 -04:00
Michael Scalzetti
d91f00c0fd Added purple colors <3; adjusted borders 2023-11-02 15:17:09 -04:00
2 changed files with 21 additions and 20 deletions

Binary file not shown.

View File

@ -37,7 +37,7 @@
% Sections formatting % Sections formatting
\titleformat{\section}{ \titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large \vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}] }{}{0em}{}[\titlerule \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable % Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1 \pdfgentounicode=1
@ -63,7 +63,7 @@
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\ \textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\ \textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt} \end{tabular*}\vspace{-8pt}
} }
\newcommand{\resumeSubSubheading}[2]{ \newcommand{\resumeSubSubheading}[2]{
@ -72,20 +72,13 @@
\end{tabular*}\vspace{-10pt} \end{tabular*}\vspace{-10pt}
} }
%\newcommand{\RITSECSubheading}[2]{
% \vspace{-1pt}\item
% \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
% \textit{\small#1} & \textit{\small #2} \\
% \end{tabular*}\vspace{-5pt}
%}
\newlist{myitemize}{itemize}{1} \newlist{myitemize}{itemize}{1}
\setlist[myitemize,1]{ \setlist[myitemize,1]{
label=\textcolor{white}{\textbullet}, label=\textcolor{white}{\textbullet},
left=0pt, left=-5pt,
labelsep=0pt, labelsep=0pt,
topsep=-3pt, topsep=0pt,
partopsep=-3pt, partopsep=0pt,
} }
\newcommand{\RITSECSubheading}[2]{ \newcommand{\RITSECSubheading}[2]{
@ -117,14 +110,16 @@
%----------HEADING----------------- %----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r} \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\href{https://blog.scalz.cloud/}{\Large Michael Scalzetti}} & Email : \href{mailto:contact@scalz.cloud}{contact@scalz.cloud}\\ \textbf{\href{https://blog.scalz.cloud/}{\color{violet}\Large Michael Scalzetti}} & Email : \href{mailto:contact@scalz.cloud}{contact@scalz.cloud}\\
\href{https://blog.scalz.cloud/}{https://blog.scalz.cloud} & LinkedIn : \href{https://www.linkedin.com/in/mscalzet/}{mscalzet} \\ \href{https://blog.scalz.cloud/}{https://blog.scalz.cloud} & LinkedIn : \href{https://www.linkedin.com/in/mscalzet/}{mscalzet} \\
%& Phone : \href{tel:+11234567890}{+1-123-456-7890} \\ %& Phone : \href{tel:+11234567890}{+1-123-456-7890} \\
\end{tabular*} \end{tabular*}
%-----------EDUCATION----------------- %-----------EDUCATION-----------------
\color{violet}
\section{Education} \section{Education}
\color{black}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\resumeSubheading \resumeSubheading
{Rochester Institute of Technology}{Rochester, NY} {Rochester Institute of Technology}{Rochester, NY}
@ -132,8 +127,10 @@
\resumeSubHeadingListEnd \resumeSubHeadingListEnd
%-----------EXPERIENCE----------------- %-----------Employment-----------------
\color{violet}
\section{Employment} \section{Employment}
\color{black}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\resumeSubheading \resumeSubheading
@ -168,8 +165,10 @@
\resumeSubHeadingListEnd \resumeSubHeadingListEnd
%-----------EXPERIENCE----------------- %-----------Activities-----------------
\color{violet}
\section{Activities} \section{Activities}
\color{black}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\resumeSubheading \resumeSubheading
@ -181,13 +180,11 @@
\item Runs Ops Interest group which presents weekly topics to get new club members involved in Operations. \item Runs Ops Interest group which presents weekly topics to get new club members involved in Operations.
\end{itemize} \end{itemize}
\RITSECSubheading \RITSECSubheading
%{RITSEC}{Rochester, NY}
{Red Team}{Jan 2023 - Current} {Red Team}{Jan 2023 - Current}
\begin{itemize} \begin{itemize}
\item Develops and deploys offensive tooling to attack other teams at competitions. \item Develops and deploys offensive tooling to attack other teams at competitions.
\end{itemize} \end{itemize}
\RITSECSubheading \RITSECSubheading
%{RITSEC}{Rochester, NY}
{Member}{Jan 2022 - Current} {Member}{Jan 2022 - Current}
\begin{itemize} \begin{itemize}
\item Active in the clubroom, weekly meetings, Red Team, Physical Security Remote Vulnerability and Penetration Testing, Wireless, \item Active in the clubroom, weekly meetings, Red Team, Physical Security Remote Vulnerability and Penetration Testing, Wireless,
@ -198,19 +195,23 @@ and Operations Interest Groups.
\resumeSubHeadingListEnd \resumeSubHeadingListEnd
%-----------PROJECTS----------------- %-----------Projects-----------------
\color{violet}
\section{Projects} \section{Projects}
\color{black}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\resumeSubItem{Personal Server Management} \resumeSubItem{Personal Server Management}
{Designed a scalable server infrastructure based around Proxmox. Facilitates the practice and development of networking and security skills.} {Designed a scalable server infrastructure based around Proxmox. Facilitates the practice and development of networking and security skills.}
\resumeSubItem{Docker Depot} \resumeSubItem{Docker Depot}
{Developed a tool which gives full remote access to the docker sock. Can be used by an attacker to spin up malicious containers, and escalate to root user on host machine. } {Developed a tool which gives full remote access to the Docker unix socket. Can be used by an attacker to spin up malicious containers, and escalate to root user on host machine.}
\resumeSubHeadingListEnd \resumeSubHeadingListEnd
%--------SKILLS------------ %--------Skills------------
\color{violet}
\section{Skills} \section{Skills}
\color{black}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\item{\textbf{Languages: }}{Python, Bash, Java, C, SQL, Go} \item{\textbf{Languages: }}{Python, Bash, Java, C, SQL, Go}
\item{\textbf{Tools: }}{Linux, BSD, Docker, Ansible, Kubernetes, SSH, Git, Networking, Firewalls, Nmap, Ncat, Nginx, Caddy, Proxmox, Openstack \item{\textbf{Tools: }}{Linux, BSD, Docker, Ansible, Kubernetes, SSH, Git, Networking, Firewalls, Nmap, Ncat, Nginx, Caddy, Proxmox, Openstack