{"id":13686551,"url":"https://github.com/smartFlash/pySecurity","last_synced_at":"2025-05-01T09:32:02.194Z","repository":{"id":27013615,"uuid":"30477903","full_name":"smartFlash/pySecurity","owner":"smartFlash","description":"Python tutorials","archived":false,"fork":false,"pushed_at":"2019-11-29T03:13:15.000Z","size":1150,"stargazers_count":663,"open_issues_count":0,"forks_count":287,"subscribers_count":61,"default_branch":"master","last_synced_at":"2024-08-03T15:05:26.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartFlash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-08T02:17:22.000Z","updated_at":"2024-07-24T15:00:40.000Z","dependencies_parsed_at":"2022-09-02T02:22:50.638Z","dependency_job_id":null,"html_url":"https://github.com/smartFlash/pySecurity","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/smartFlash%2FpySecurity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartFlash%2FpySecurity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartFlash%2FpySecurity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartFlash%2FpySecurity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartFlash","download_url":"https://codeload.github.com/smartFlash/pySecurity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224250220,"owners_count":17280522,"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":[],"created_at":"2024-08-02T15:00:34.901Z","updated_at":"2024-11-12T09:31:00.482Z","avatar_url":"https://github.com/smartFlash.png","language":"CSS","readme":"\n## python系列教程(翻译)\n\n```python\n~# python\n\u003e\u003e\u003e import urllib\n\u003e\u003e\u003e from bs4 import BeautifulSoup\n\u003e\u003e\u003e url = urllib.urlopen(\"http://www.primalsecurity.net\")\n\u003e\u003e\u003e output = BeautifulSoup(url.read(), 'lxml')\n\u003e\u003e\u003e output.title\n\u003ctitle\u003ePrimal Security Podcast\u003c/title\u003e\n\u003e\u003e\u003e\n```\n\n这是一套python系列教程，学习本套教程不需要你有任何编程背景。教程由最简单的hello world到信息安全应用实例。逐个难点击破:\n\n0x0 – [入门](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x0.md)\n\n0x0 – [入门 Pt.2](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x02.md)\n\n0×1 – [端口扫描](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x1.md)\n\n0x2 – [反向shell](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x2.md)\n\n0x3 – [编写Fuzz测试脚本](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x3.md)\n\n0x4 – [Python转exe](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x4.md)\n\n0x5 – [Web请求](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x5.md)\n\n0x6 – [爬虫](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x6.md)\n\n0x7 – [Web扫描和利用](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x7.md)\n\n0x8 – [Whois查询](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x8.md)\n\n0x9 – [系统命令调用](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x9.md)\n\n0xA – [Python版的Metasploit](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x10.md)\n\n0xB – [伪终端](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x11.md)\n\n0xC – [exp编写](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0xc.md)\n\n用例1: [CVE-2014-6271](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x13.md)\n\n用例2: [CVE-2012-1823](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x14.md)\n\n用例3: [CVE-2012-3152](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x15.md)\n\n用例4: [CVE-2014-3704](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/0x16.md)\n\n原文地址:http://www.primalsecurity.net/tutorials/python-tutorials/\n","funding_links":[],"categories":["CSS","CSS (66)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FsmartFlash%2FpySecurity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FsmartFlash%2FpySecurity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FsmartFlash%2FpySecurity/lists"}