{"id":15009431,"url":"https://github.com/syslog777/psak","last_synced_at":"2025-04-09T17:25:00.118Z","repository":{"id":57448513,"uuid":"113716700","full_name":"Syslog777/psak","owner":"Syslog777","description":"The Pentester's Swiss Army Knife","archived":false,"fork":false,"pushed_at":"2020-01-25T10:13:47.000Z","size":187,"stargazers_count":28,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"psak","last_synced_at":"2024-04-23T09:41:30.983Z","etag":null,"topics":["kali-linux","pentesting","psak","python-3-6"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Syslog777.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":"2017-12-10T02:29:04.000Z","updated_at":"2022-02-23T04:34:35.000Z","dependencies_parsed_at":"2022-09-16T13:53:06.006Z","dependency_job_id":null,"html_url":"https://github.com/Syslog777/psak","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/Syslog777%2Fpsak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syslog777%2Fpsak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syslog777%2Fpsak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syslog777%2Fpsak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Syslog777","download_url":"https://codeload.github.com/Syslog777/psak/tar.gz/refs/heads/psak","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248075760,"owners_count":21043646,"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":["kali-linux","pentesting","psak","python-3-6"],"created_at":"2024-09-24T19:25:13.699Z","updated_at":"2025-04-09T17:25:00.098Z","avatar_url":"https://github.com/Syslog777.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psak \n\n[![N|Solid](https://www.python.org/static/community_logos/python-powered-w-100x40.png)](https://nodesource.com/products/nsolid)\n[![psak](https://img.shields.io/badge/PSAK-Open--Source-000000.svg)](https://github.com/Syslog777/psak/) \n[![GitHub stars](https://img.shields.io/github/stars/Syslog777/psak.svg)](https://github.com/Syslog777/psak/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/Syslog777/psak.svg)](https://github.com/Syslog777/psak/network) \n[![Github issues](https://img.shields.io/github/issues/Syslog777/psak.svg)](https://github.com/Syslog777/psak/issues)\n[![Python 3.6](https://img.shields.io/badge/Python-3.6-00BFFF.svg)](https://www.python.org/downloads/release/python-363/) \n[![License](https://img.shields.io/github/license/Syslog777/psak.svg)](https://github.com/Syslog777/psak/blob/Release-0.5/LICENSE)\n\n### Project Objectives\n\n1. Make pentesting easier\n\n2. Make pentesting simpler\n\n3. Make pentesting make sense\n\n### How does psak make pentesting easier, simpler and more sensible?\n- Features ready to use commands that are generally customizable\n- Cuts out the syntax and focuses on the concepts\n- Maintains consistency and demonstrates intuitive design\n### PSAK Framework\n\nPSAK is simple to intergrate with, provided a intermediate\n\nunderstanding of software develpment and Python 3. Just fork the\n\nproject, add you module and then submit a pull request.\n\n\u003e Simply study the existing code and follow the style you sense.\n\nPSAK Package | Description\n\n------------- | -------------\n\npsak_src | holds the psak project\n\nexploit_modules | holds each psak exploit module package\n\nsetup.py | psak installation file \n\n### Installation Instructions\n\nCopy and paste the following into your terminal as user root\n\nto install psak:\n\n```\n\napt-get update\n\napt-get upgrade\n\napt-get install python3\n\napt-get install python3-pip\n\napt-get install pip\n\napt-get install pip3\n\npip3 install --upgrade pip\n\npip install --upgrade google-api-python-client\n\npip3 install setuptools\n\npip3 install ipython\n\npip3 install graphviz\n\npip3 install cryptography\n\npip3 install scapy-python3\n\npip3 install matplotlib\n\npip3 install networkx\n\npip3 install pyx\n\npip3 install latex\n\npip3 install docopt\n\npip3 install netaddr\n\npip3 install requests\n\napt-get install tcpdump python3-crypto ipython3\n\napt-get install python3-tk\n\n#Basic penetration utils\n\napt-get install airodump-ng\n\napt-get install aireplay-ng\n\napt-get install ip\n\napt-get install arping\n\n# Finish up\n\npip3 install psak\n\napt autoremove\n\n```\n\n### Networking Research\n\n- [Scapy-Attacks][Scapy-Attacks]: scapy based attack research (Intergration in progress)\n\n- [Ddos database][ddosd]: Ddos knowledge database ((Intergration in progress))\n\n- [James' Security Blog][jsb]: A small comprehensive list of attacks and their implementation\n\n- [Wifi ID's][juniper]: Understanding the network terms SSID, BSSID, and ESSID \n\n- [Deauthentication Attack][deauth]: how to create and send \n\nwireless deauthentication packets using python and scapy\n\n# Network Attacks\n\nIf the feature has not been marked completed, you can contribute\n\nby writing an implementation of it by attack type\n\n##### Basic Brute-Force Connectionless Attacks\n\n- UDP Flood\n\n- ICMP Flood\n\n- IGMP Flood\n\n##### Complex Brute-Force Connectionless Attacks\n\n- Smurf Attacks\n\n- Fraggle Attacks\n\n- DNS Amplification\n\n##### Basic Brute-Force Connection-Oriented Attacks\n\n- TCP-SYN Flood (Complete)\n\n- TCP-RST Attack\n\n- TCP-PSH+ACK Attack\n\n##### Project payload list\n\n\u003e A list of frameworks to use to design deliverable payloads for penetration testers. \n\n- [PowerSploit][powersploit]: PowerSploit is a collection of Microsoft PowerShell modules that can be used to aid penetration testers during all phases of an assessment.\n\n- [Offensive-Security Exploit database][exploit-database]: an official repository of The Exploit Database, a project sponsored by Offensive Security\n\n- [DHCPig][dhcpig]: initiates an advanced DHCP exhaustion attack\n\n[ddosd]: \u003chttps://security.radware.com/ddos-knowledge-center/ddospedia/\u003e\n\n[dhcpTake]: \u003chttps://github.com/david415/dhcptakeover\u003e\n\n[powersploit]: \u003chttps://github.com/PowerShellMafia/PowerSploit\u003e\n\n[waf]: \u003chttps://github.com/EnableSecurity/wafw00f\u003e\n\n[tplMap]: \u003chttps://github.com/epinna/tplmap\u003e\n\n[mitmAP]: \u003chttps://github.com/xdavidhu/mitmAP\u003e\n\n[sshMitm]: \u003chttps://github.com/jtesta/ssh-mitm\u003e\n\n[tlsprober]: \u003chttps://github.com/WestpointLtd/tls_prober\u003e\n\n[finmap]: \u003chttps://github.com/kurobeats/fimap\u003e\n\n[NoSql]: \u003chttps://github.com/codingo/NoSQLMap\u003e\n\n[webscrnshot]: \u003chttps://github.com/maaaaz/webscreenshot\u003e\n\n[exploit-database]: \u003chttps://github.com/offensive-security/exploit-database\u003e\n\n[dhcpig]: \u003chttps://github.com/kamorin/DHCPig\u003e\n\n[slowloris]: \u003chttps://github.com/gkbrk/slowloris\u003e\n\n[DHCP-starvation]: \u003chttp://cabeggar.github.io/2016/02/21/DHCP-starvation-with-ScaPy/\u003e\n\n[Scapy-Attacks]: \u003chttp://www.secdev.org/conf/scapy_csw05.pdf\u003e\n\n[jsb]: \u003chttp://jamesdotcom.com/?p=264\u003e\n\n[juniper]: \u003chttps://www.juniper.net/documentation/en_US/junos-space-apps/network-director2.0/topics/concept/wireless-ssid-bssid-essid.html\u003e\n\n[deauth]: \u003chttp://www.bitforestinfo.com/2017/06/how-to-create-and-send-wireless-deauthentication-packets-using-python-and-scapy.html\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyslog777%2Fpsak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyslog777%2Fpsak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyslog777%2Fpsak/lists"}