Skip to content
View AkshaySatam's full-sized avatar

Block or report AkshaySatam

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. os_course_project os_course_project Public

    OS which supports process scheduling, memory mgmt, syscalls, page-fault handling, COW fork, terminals, paging

    C 1

  2. tcpDump tcpDump Public

    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 for…

    C

  3. PBProxy PBProxy Public

    This application is a proxy which encrypts/decrypts the traffic to/from a server, using OpenSSL, thereby protecting the server from attacks.

    C

  4. DNS_InjectorAndDetector DNS_InjectorAndDetector Public

    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 an…

    Python

  5. SudokuSolver SudokuSolver Public

    An app which reads a sudoku image, solves the puzzle and then prints the solution on the same image

    Python

  6. DNSMonitor DNSMonitor Public

    Real-time processing of DNS traffic to detect Denial-of-Service attacks, accesses to malicious websites

    Java