├── Access Control Matrix ├── ReadMe.md └── auth.py ├── Bitcoin Proof of Work Creator ├── ReadMe.md ├── headerfiles │ ├── abc.pow-15 │ ├── abc.pow-20 │ ├── abc.pow-25 │ ├── alice.txt.pow-15 │ ├── alice.txt.pow-20 │ ├── alice.txt.pow-25 │ ├── leaves.jpg.pow-15 │ ├── leaves.jpg.pow-20 │ ├── leaves.jpg.pow-25 │ ├── trees.jpg.pow-15 │ ├── trees.jpg.pow-20 │ ├── trees.jpg.pow-25 │ ├── walrus-carpenter.txt.pow-15 │ ├── walrus-carpenter.txt.pow-20 │ ├── walrus-carpenter.txt.pow-25 │ ├── walrus.txt.pow-15 │ ├── walrus.txt.pow-20 │ └── walrus.txt.pow-25 ├── pow_check ├── pow_create └── testfiles │ ├── abc │ ├── alice.txt │ ├── leaves.jpg │ ├── trees.jpg │ ├── walrus-carpenter.txt │ └── walrus.txt ├── Cipher Implementation ├── Project3 2 │ ├── sbdecrypt │ ├── sbencrypt │ ├── scrypt │ ├── vdecrypt │ └── vencrypt ├── ReadMe.md └── samples │ ├── README.txt │ ├── alice.txt │ ├── clown.jpg │ ├── poem.txt │ ├── test-41.txt │ └── test-abc.txt ├── DNS_SPOOFER ├── ReadME.md └── dns_spoofer.py ├── File_interceptor ├── ReadME.md └── file_inceptor.py ├── Function Interposition ├── ReadMe.md ├── hidefile │ └── hidefile.c └── unexpire │ └── newtime.c ├── MAC address changer ├── README.md └── mac_changer.py ├── Network_Scanner ├── READ_ME.md └── network_scanner.py ├── Packet Sniffer ├── ReadME.md └── packet_sniffer.py ├── README.md └── arp_spoofer ├── ReadMe.md └── arp_spoofer.py /Access Control Matrix/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Access Control Matrix/ReadMe.md -------------------------------------------------------------------------------- /Access Control Matrix/auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Access Control Matrix/auth.py -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/ReadMe.md -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/abc.pow-15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/abc.pow-15 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/abc.pow-20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/abc.pow-20 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/abc.pow-25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/abc.pow-25 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/alice.txt.pow-15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/alice.txt.pow-15 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/alice.txt.pow-20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/alice.txt.pow-20 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/alice.txt.pow-25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/alice.txt.pow-25 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/leaves.jpg.pow-15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/leaves.jpg.pow-15 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/leaves.jpg.pow-20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/leaves.jpg.pow-20 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/leaves.jpg.pow-25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/leaves.jpg.pow-25 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/trees.jpg.pow-15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/trees.jpg.pow-15 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/trees.jpg.pow-20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/trees.jpg.pow-20 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/trees.jpg.pow-25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/trees.jpg.pow-25 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/walrus-carpenter.txt.pow-15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/walrus-carpenter.txt.pow-15 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/walrus-carpenter.txt.pow-20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/walrus-carpenter.txt.pow-20 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/walrus-carpenter.txt.pow-25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/walrus-carpenter.txt.pow-25 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/walrus.txt.pow-15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/walrus.txt.pow-15 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/walrus.txt.pow-20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/walrus.txt.pow-20 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/headerfiles/walrus.txt.pow-25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/headerfiles/walrus.txt.pow-25 -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/pow_check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/pow_check -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/pow_create: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/pow_create -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/testfiles/abc: -------------------------------------------------------------------------------- 1 | abcdefghijklmnopqrstuvwxyz 2 | -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/testfiles/alice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/testfiles/alice.txt -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/testfiles/leaves.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/testfiles/leaves.jpg -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/testfiles/trees.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/testfiles/trees.jpg -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/testfiles/walrus-carpenter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/testfiles/walrus-carpenter.txt -------------------------------------------------------------------------------- /Bitcoin Proof of Work Creator/testfiles/walrus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Bitcoin Proof of Work Creator/testfiles/walrus.txt -------------------------------------------------------------------------------- /Cipher Implementation/Project3 2/sbdecrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/Project3 2/sbdecrypt -------------------------------------------------------------------------------- /Cipher Implementation/Project3 2/sbencrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/Project3 2/sbencrypt -------------------------------------------------------------------------------- /Cipher Implementation/Project3 2/scrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/Project3 2/scrypt -------------------------------------------------------------------------------- /Cipher Implementation/Project3 2/vdecrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/Project3 2/vdecrypt -------------------------------------------------------------------------------- /Cipher Implementation/Project3 2/vencrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/Project3 2/vencrypt -------------------------------------------------------------------------------- /Cipher Implementation/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/ReadMe.md -------------------------------------------------------------------------------- /Cipher Implementation/samples/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/samples/README.txt -------------------------------------------------------------------------------- /Cipher Implementation/samples/alice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/samples/alice.txt -------------------------------------------------------------------------------- /Cipher Implementation/samples/clown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/samples/clown.jpg -------------------------------------------------------------------------------- /Cipher Implementation/samples/poem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Cipher Implementation/samples/poem.txt -------------------------------------------------------------------------------- /Cipher Implementation/samples/test-41.txt: -------------------------------------------------------------------------------- 1 | This text takes up more than two blocks. 2 | -------------------------------------------------------------------------------- /Cipher Implementation/samples/test-abc.txt: -------------------------------------------------------------------------------- 1 | ABC -------------------------------------------------------------------------------- /DNS_SPOOFER/ReadME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/DNS_SPOOFER/ReadME.md -------------------------------------------------------------------------------- /DNS_SPOOFER/dns_spoofer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/DNS_SPOOFER/dns_spoofer.py -------------------------------------------------------------------------------- /File_interceptor/ReadME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/File_interceptor/ReadME.md -------------------------------------------------------------------------------- /File_interceptor/file_inceptor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/File_interceptor/file_inceptor.py -------------------------------------------------------------------------------- /Function Interposition/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Function Interposition/ReadMe.md -------------------------------------------------------------------------------- /Function Interposition/hidefile/hidefile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Function Interposition/hidefile/hidefile.c -------------------------------------------------------------------------------- /Function Interposition/unexpire/newtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Function Interposition/unexpire/newtime.c -------------------------------------------------------------------------------- /MAC address changer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/MAC address changer/README.md -------------------------------------------------------------------------------- /MAC address changer/mac_changer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/MAC address changer/mac_changer.py -------------------------------------------------------------------------------- /Network_Scanner/READ_ME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Network_Scanner/READ_ME.md -------------------------------------------------------------------------------- /Network_Scanner/network_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Network_Scanner/network_scanner.py -------------------------------------------------------------------------------- /Packet Sniffer/ReadME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Packet Sniffer/ReadME.md -------------------------------------------------------------------------------- /Packet Sniffer/packet_sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/Packet Sniffer/packet_sniffer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/README.md -------------------------------------------------------------------------------- /arp_spoofer/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/arp_spoofer/ReadMe.md -------------------------------------------------------------------------------- /arp_spoofer/arp_spoofer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SreenathYeragudi/CyberSecurityProjects/HEAD/arp_spoofer/arp_spoofer.py --------------------------------------------------------------------------------