Naman Aggarwal 👨🏻‍💻
Naman Aggarwal

Undergraduate Student, Computer Science

About Me

Naman Aggarwal is currently a undergraduate student at IIITD pursing his bachelors degree in CSE. He is interested in Computer Networks, Operating Systems, Distributed Systems and Security. He has worked as a SDE Intern at Oracle Cloud Infrastructure and as an Undergraduate Researcher at Network Security Lab, IIIT-Delhi.

Download CV
Interests
  • Computer Networks
  • Operating Systems
  • Distributed Systems
  • Security
Education
  • BTech in Computer Science and Engineering

    Indraprastha Institute of Information Technology, Delhi

Skills
Tools
Apache Spark logo Spark
Git
Docker
Kubernetes
Airflow
Grafana
Tools
Django
Message Queue
Grpc
OOPS
Tor
Wireshark
Languages
C /C++
Python
Java
Shell Scripting
SQL
Articles

Technical articles, tutorials, and more.

Kerberos with FTP

We will setup a FTP server and use kerberos for authentication. We will use vsftpd as the FTP server and kerberos for authentication. We will use lftp to login to the FTP server and test the kerberos authentication.

Private Tor Network

We will setup a private tor network with 3 relays, 1 exit node, 1 client and 1 server. This will simulate a private tor network and we will see the network traffic between the client and the server with and without tor.

Tor Client Setup

We will setup a tor client and use it to create custom tor circuits. Further we can setup the browser to use tor client through socks proxy and use the custom tor circuit to browse the internet and fetch data.

Firewall Setup using PF

We will be creating a setup for a simple web application to be acessed via firewall that we will making using PF of FreeBSD.