diff --git a/_config.yml b/_config.yml index de7f18541..1b0660451 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ # # Name of your site (displayed in the header) -name: Your Username +name: Marco Nilo # Short bio or description (displayed in the header) -description: Programmer From Somewhere On Earth +description: Student at University of Salerno # @@ -16,12 +16,12 @@ description: Programmer From Somewhere On Earth # Includes an icon in the footer for each username you enter footer-links: dribbble: - email: agarwal.akshay.akshay8@gmail.com + email: nilo.marco91@gmail.com facebook: flickr: - github: AkshayAgarwal007 + github: nilomar instagram: - linkedin: akshay-agarwal-782018a4 + linkedin: marco-nilo-74116213a/ pinterest: rss: # just type anything here for a working RSS icon twitter: @@ -78,4 +78,4 @@ exclude: - Gemfile.lock - LICENSE - README.md - - CNAME \ No newline at end of file + - CNAME diff --git a/_layouts/default.html b/_layouts/default.html index 39b04c6be..0b0639e3b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -27,7 +27,7 @@

{{ site.name }}

{{ site.description }}

diff --git a/_layouts/page.html b/_layouts/page.html index c8f016498..cfa703852 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,6 +2,7 @@ layout: default --- +

{{ page.title }}

@@ -10,3 +11,4 @@

{{ page.title }}

{{ content }}
+ diff --git a/_posts/test b/_posts/test new file mode 100644 index 000000000..72829b450 --- /dev/null +++ b/_posts/test @@ -0,0 +1 @@ +Prova prova prova diff --git a/_sass/_variables.scss b/_sass/_variables.scss index f47c01e48..b35ea80b1 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -18,7 +18,7 @@ $blue: #4183C4; // Main theme colors // Some cool main theme colors(violet:#8476ad;blue:#5cacee;red:#ff7373,#ff6f69;green:#6acf64,#2ddbb3;orange:#ffa268) -$mono-color:#8476ad; // main theme color(header, links, footer icons, buttons, post-title) +$mono-color: #FF9800; // main theme color(header, links, footer icons, buttons, post-title) $hl-color: $darkGray; // header link color (author name and posted on date) for blog post meta $navbar-hover-color:$gray; // navbar hover color (site name and navbar links hover color) $link-color: $darkerGray; // normal hyperlink color other than the ones above. @@ -47,4 +47,4 @@ $georgia: Georgia, serif; @media screen and (max-width: 640px) { @content; } -} \ No newline at end of file +} diff --git a/about.md b/about.md index 6f7dc3fd0..d9cdbb5ca 100644 --- a/about.md +++ b/about.md @@ -4,52 +4,23 @@ title: About permalink: /about/ --- -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam imperdiet urna eu dolor placerat varius. Vivamus eros augue, consequat id scelerisque nec, fringilla in est. Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam imperdiet urna eu dolor placerat varius. Vivamus eros augue, consequat id scelerisque nec, fringilla in est. Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam imperdiet urna eu dolor placerat varius. Vivamus eros augue, consequat id scelerisque nec, fringilla in est. Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. - -Sed faucibus felis purus, sed convallis leo dictum vehicula. +I graduated in Computer Science at University of Salerno in 2016 and the argument of my thesis concerned IPv6 and IPsec protocols. I’m currently a Computer Security Master's-degree student at University of Salerno. ## Education -* ABC degree from XYZ University. -* ABC degree from XYZ University. -* ABC degree from XYZ University. - -## Roles - -Founder, ABC Organisation +* Computer Science bachelor's degree +* High school leaving qualification in scientific studies ## Skills -* **Skill 1** - `Skill` / `Skill` / `Skill` / `Skill` -* **Skill 2** - `Skill` / `Skill` / `Skill` / `Skill` / `Skill` / `Skill` / `Skill` -* **Skill 3** - `Skill` / `Skill` / `Skill` -* **Skill 4** - `Skill` / `Skill` / `Skill` -* **Skill 5** - `Skill` -* **Skill 6** - `Skill` / `Skill` +* **Computer Security Skills** - `Cryptography ` / `KaliLinux` / `Malware Analysis` / `Penetration Testing` +* **Programming Languages** - `C` / `Java` / `Javascript` / `PHP` / `Python` +* **Databases** - `MongoDB` / `MySQL` +* **Others** - `Android` / `IPsec protocol` / `LaTex` / `Matlab` / `QGis` -## Achievements - - -* [**This is my first achievement**](#) - - Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. - *** -* [**This is my second achievement**](#) - - Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. - -*** - -* [**This is my third achievement**](#) - - Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula - - ## Contact me -[agarwal.akshay.akshay8@gmail.com](mailto:agarwal.akshay.akshay8@gmail.com) \ No newline at end of file +[nilo.marco91@gmail.com](mailto:nilo.marco91@gmail.com) diff --git a/images/avatar.jpg b/images/avatar.jpg index 7448f900c..fec96bf4a 100644 Binary files a/images/avatar.jpg and b/images/avatar.jpg differ diff --git a/index.html b/index.html index e387ef191..d3a573829 100644 --- a/index.html +++ b/index.html @@ -3,16 +3,10 @@ ---
- {% for post in site.posts %} -
- -

{{ post.title }}

- -
- {{ post.excerpt }} -
- - Read More -
- {% endfor %} -
\ No newline at end of file +
+

Marco Nilo

+
+ Computer Security Master's-Degree student at University of Salerno +
+
+ diff --git a/projects.md b/projects.md index b98541f82..e8c75aac9 100644 --- a/projects.md +++ b/projects.md @@ -4,29 +4,49 @@ title: Projects permalink: /projects/ --- -### [Project 1](https://github.com/tux4kids/tuxmania) -Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. +### [Anagrams solution](https://github.com/) +This is a set of Python scripts designed to resolve the backend challenge called "Follow the white rabbit" by the TrustPilot development team. The script finds the first level solution in less than fifteen minutes. + +### [HealthAdvisor App](https://drive.google.com/open?id=0BxNNG2RMDZe8WUVvTnpRSUFweEk) +This is an application developed from an interface prototype developed for the Human Machine Interaction exam. The application allows you to create reminders for taking medications or for various types of measurements. Through the user's feedback, the application is able to process monthly and weekly statistics about the measurements that are being made, and also allows you to submit charts to the doctor associated with the cure you are following. Finally, the application allows, through gps, to locate the pharmacies present in the surrounding area. *** -### [Project 2](https://github.com/AkshayAgarwal007/Moodly) -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam imperdiet urna eu dolor placerat varius. Vivamus eros augue, consequat id scelerisque nec, fringilla in est. Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. +## Academic Projects -Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. +### [Network Anomaly Detection]() +Cybersecurity project at the University of Salerno, concerning an anomaly detection activity on network traffic (using .pcap files processed by Wireshark). The language used is Python and the variables chosen for classification are throughput and RTT (Round Trip Time). The project involves machine learning techniques, in particular supervised machine learning and uses the cross validation and the Gaussian distribution to refine the values of the thresholds to distinguish the usual traffic from the potentially anomalous one. -*** +### [JPEG Scrambling]() +Data Compression project at the University of Salerno to perform a scrambling of faces (detected by the Viola-Jones algorithm) in images in JPEG format through a replacement of the DCT coefficients, in order to hide the identity of the subjects involved. + +### [QGIS Project](https://drive.google.com/open?id=1TK_HR-RcLyy5yW3KRhdfF0i23r2Fsfde) +Geographical Information Systems project at the University of Salerno, concerning an Android application that allows users to view areas with water risk and to report any anomalies. The data were processed using the QGIS software and the synchronization was implemented through the WMS service and cloud support provided by the QGIS Cloud plugin. -## Other Projects +### [CSTP App](https://drive.google.com/open?id=0BxNNG2RMDZe8X0RYNjNmNFpJZUE) +It is an application for Android and intended for the CSTP transport service in Salerno. Using the application you can: view bus timetables, view the current position of a bus by gps updates, create custom paths to monitor, view nearby stops and store tickets or subscriptions. -### This Could Be Another Project Name +### [NoSQL Multimedia Database](https://github.com/christian161291/mongodatabaseGit) +It's a NoSQL database powered by MongoDB and provided with a Java interface. It allows to insert pictures, documents, videos, audio files and any kind of multimedial data. There is an authentication login and a support for the GridFS storage engine. - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam imperdiet urna eu dolor placerat varius. Vivamus eros augue, consequat id scelerisque nec, fringilla in est. Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam imperdiet urna eu dolor placerat varius. Vivamus eros augue, consequat id scelerisque nec, fringilla in est. Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. - -### This Could Be Yet Another Project Name +### Malware Analysis +It's a project that concerns basic analysis of different malwares. Malware analysis is a very complex and hard task and consists of a static and dynamic analysis to be able to observe and understand the behavior of malicious software from every point of view. The project explores a malware for desktop systems and two malwares for mobile systems, emphasizing the importance of the approach to the study of this activity and the results achieved. - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam imperdiet urna eu dolor placerat varius. Vivamus eros augue, consequat id scelerisque nec, fringilla in est. Proin pellentesque malesuada mauris, quis aliquam augue vestibulum ac. Vestibulum ut feugiat nibh. Sed faucibus felis purus, sed convallis leo dictum vehicula. +### [Iris Segmentation](https://github.com/christian161291/irisSegmentation) +This projects concerns one of the crucial phases of Iris Recognition: segmentation. Among the various steps of iris recognition (acquisition, segmentation, standardization, coding and comparison), segmentation is the fundamental one because it takes care of separating the pupil from the iris and the iris from the sclera to get boundaries. The project was carried out using the MATLAB software and led to the creation of two different solutions: 1 - Segmentation by Daugman method (circular integro differential operator); 2 - Segmentation by the Hough transformation, the Viola-Jones algorithm and a matrix of similarity. + + *** +## Presentations +### [Bachelor's thesis](https://drive.google.com/open?id=1oPsx7CJ4r9y-dYWhEQXbxLARhFbwhs8_JhGW6lBVnkM) +The topic mainly concerns the differences in terms of performance between the native implementation of IPsec (kernel level) in IPv6 and the traditional implementation at application level implemented through tunneling. The thesis is divided into three chapters: the first chapter deals with IPv6, IPv4 and IPsec protocols; in particular the focus is on the relationships between the IPv6 and IPv4 protocols and the IPsec protocol. The second chapter shows the implementation details of the two configurations and the tools used. Finally, in the last chapter, the results obtained during the testing phase are presented and commented on. + +### [Lamport's scheme](https://drive.google.com/open?id=0BxNNG2RMDZe8RkNlUzJ3dlUwaVk) +This is my presentation about the Lamport's scheme and its security. The presentation provides a formal description and a formal proof. + +*** + ## Contact me -[agarwal.akshay.akshay8@gmail.com](mailto:agarwal.akshay.akshay8@gmail.com) +[nilo.marco91@gmail.com](mailto:nilo.marco91@gmail.com)