{"id":26229699,"url":"https://github.com/shantoroy/intro-2-cybersecurity-in-python","last_synced_at":"2025-04-09T18:18:52.569Z","repository":{"id":49587243,"uuid":"371867487","full_name":"shantoroy/intro-2-cybersecurity-in-python","owner":"shantoroy","description":"This is a repository containing Python code examples for educational purposes in the field of cybersecurity. The code covers topics such as malware, security strategies, and more. It is a useful resource for those interested in learning about the technical aspects of cybersecurity.","archived":false,"fork":false,"pushed_at":"2025-03-18T00:13:25.000Z","size":14965,"stargazers_count":69,"open_issues_count":0,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T18:18:42.087Z","etag":null,"topics":["backdoor","cryptography","cybersecurity","dictionary-attack","fake-data","honeypot","malware","python","ransomware","security","security-education","security-tools","virus","worm"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shantoroy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"buy_me_a_coffee":"shantoroy","custom":["https://www.paypal.com/paypalme/shantoroy"]}},"created_at":"2021-05-29T03:05:04.000Z","updated_at":"2025-03-29T17:37:25.000Z","dependencies_parsed_at":"2025-03-07T00:37:14.134Z","dependency_job_id":null,"html_url":"https://github.com/shantoroy/intro-2-cybersecurity-in-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shantoroy%2Fintro-2-cybersecurity-in-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shantoroy%2Fintro-2-cybersecurity-in-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shantoroy%2Fintro-2-cybersecurity-in-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shantoroy%2Fintro-2-cybersecurity-in-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shantoroy","download_url":"https://codeload.github.com/shantoroy/intro-2-cybersecurity-in-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085325,"owners_count":21045139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backdoor","cryptography","cybersecurity","dictionary-attack","fake-data","honeypot","malware","python","ransomware","security","security-education","security-tools","virus","worm"],"created_at":"2025-03-12T22:17:30.787Z","updated_at":"2025-04-09T18:18:52.546Z","avatar_url":"https://github.com/shantoroy.png","language":"Python","funding_links":["https://buymeacoffee.com/shantoroy","https://www.paypal.com/paypalme/shantoroy"],"categories":[],"sub_categories":[],"readme":"# CyberSecurity Concepts in Python\n\n## Description\nI will keep adding tutorials and scripts in python to provide basic ideas of different Cyber Security Concepts.\n\nStay Tuned!\n\n## Prerequisite\nAlmost all of the codes requires the basic knowledge of a `Python Class`.\n\n## Topics\n### Offense\n* Dictionary Attack  [[Code](dictionary_attack/dictionary_attack.py)]  [[Blog Post](https://shantoroy.com/security/password-cracking-through-dictionary-attack-in-python/)]\n* Keylogger  [[Code](keylogger/keylogger.py)]  [[Blog Post](https://shantoroy.com/security/a-simple-keylogger-in-python/)]\n* Virus  [[Code](virus/virus.py)]   [[Blog Post](https://shantoroy.com/security/write-a-virus-in-python/)]\n* Worm   [[Code](worm/worm.py)]    [[Blog Post](https://shantoroy.com/security/write-a-worm-malware-in-python/)]\n* Backdoor   [[Server](backdoor/server.py)] [[Client](backdoor/client.py)]   [[Blog Post](https://shantoroy.com/security/simple-backdoor-using-python/)]\n* Ransomware   [[Code](ransomware/)]   [[Blog Post](https://medium.com/@shantoroy/i-exploited-the-moral-of-chatgpt-by-giving-slightly-different-instructions-to-write-ransomware-c0bb9cad0a55)]\n* Network Reconnaissance [To be added...]\n\n### Defense\n* Honeypot  [To be added...]\n* Intrusion Detection System (IDS)   [[Code](intrusion_detection/ids.py)]\n* Deceptive Contents using Faker  [[Code](fake_contents/)]  [[Blog Post](https://shantoroy.com/python/using-python-faker-for-data-privacy-redaction-masking/)]\n\n### Miscellaneous\n* Symmetric/Asymmetric Key Cryptography   [[Code](cryptography/)]    [[Blog Post 1](https://shantoroy.com/python/basic-cryptography-encryption-decryption-in-python/)]  [[Blog Post 2](https://shantoroy.com/security/symmetric-public-key-cryptography-in-python/)]\n\n\n## Disclaimer\nAll codes are very basic and can be used only for educational purposes.\n\n## Just a TextArt\n```\n  ____  _                 _          ____             \n / ___|| |__   __ _ _ __ | |_ ___   |  _ \\ ___  _   _ \n \\___ \\| '_ \\ / _` | '_ \\| __/ _ \\  | |_) / _ \\| | | |\n  ___) | | | | (_| | | | | || (_) | |  _ \u003c (_) | |_| |\n |____/|_| |_|\\__,_|_| |_|\\__\\___/  |_| \\_\\___/ \\__, |\n                                                |___/ \n```\n\nCreated TextArt using [patorjk.com](https://patorjk.com/software/taag/#p=display\u0026f=Graffiti\u0026t=Type%20Something%20)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshantoroy%2Fintro-2-cybersecurity-in-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshantoroy%2Fintro-2-cybersecurity-in-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshantoroy%2Fintro-2-cybersecurity-in-python/lists"}