Pinned Repositories
AkshaySatam_Benefix
DependencyParsing
DNS_InjectorAndDetector
We have created two applications – dnsInject and dnsDetect. dnsInject will capture DND query packets and send a spoofed response to the victim. DNSDetect will sniff packets which victim receives and detect an packet injection.
DNSMonitor
Real-time processing of DNS traffic to detect Denial-of-Service attacks, accesses to malicious websites
os_course_project
OS which supports process scheduling, memory mgmt, syscalls, page-fault handling, COW fork, terminals, paging
ParallelProgAssnmt1
PBProxy
This application is a proxy which encrypts/decrypts the traffic to/from a server, using OpenSSL, thereby protecting the server from attacks.
SudokuSolver
An app which reads a sudoku image, solves the puzzle and then prints the solution on the same image
tcpDump
This is a basic version of TcpDump which monitors network traffic of the input interface of the host. It can also read a PCAP file and allow for applying BPF filters. It prints the results in a format similar to TCPDump
WordAnalogy
An application which learns word representations by using NCE and Cross-Entropy Loss models. After training, it guesses an analogy pair from multiple input pairs, which demonstrates maximum resemblance with another given set of analogy pairs
AkshaySatam's Repositories
AkshaySatam/os_course_project
OS which supports process scheduling, memory mgmt, syscalls, page-fault handling, COW fork, terminals, paging
AkshaySatam/AkshaySatam_Benefix
AkshaySatam/DependencyParsing
AkshaySatam/DNS_InjectorAndDetector
We have created two applications – dnsInject and dnsDetect. dnsInject will capture DND query packets and send a spoofed response to the victim. DNSDetect will sniff packets which victim receives and detect an packet injection.
AkshaySatam/DNSMonitor
Real-time processing of DNS traffic to detect Denial-of-Service attacks, accesses to malicious websites
AkshaySatam/ParallelProgAssnmt1
AkshaySatam/PBProxy
This application is a proxy which encrypts/decrypts the traffic to/from a server, using OpenSSL, thereby protecting the server from attacks.
AkshaySatam/SudokuSolver
An app which reads a sudoku image, solves the puzzle and then prints the solution on the same image
AkshaySatam/tcpDump
This is a basic version of TcpDump which monitors network traffic of the input interface of the host. It can also read a PCAP file and allow for applying BPF filters. It prints the results in a format similar to TCPDump
AkshaySatam/WordAnalogy
An application which learns word representations by using NCE and Cross-Entropy Loss models. After training, it guesses an analogy pair from multiple input pairs, which demonstrates maximum resemblance with another given set of analogy pairs