All Projects → Syslog777 → psak

Syslog777 / psak

Licence: BSD-3-Clause license
The Pentester's Swiss Army Knife

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to psak

exe2hex
Inline file transfer using in-built Windows tools (DEBUG.exe or PowerShell).
Stars: ✭ 284 (+914.29%)
Mutual labels:  kali-linux
overload
📡 Overload DoS Tool (Layer 7)
Stars: ✭ 167 (+496.43%)
Mutual labels:  kali-linux
BabyMux
pentesting tool for noob hackers.Runs on linux and termux
Stars: ✭ 50 (+78.57%)
Mutual labels:  kali-linux
Social-Fish-v2.0
Phishing Tool
Stars: ✭ 24 (-14.29%)
Mutual labels:  kali-linux
KaliIntelligenceSuite
Kali Intelligence Suite (KIS) shall aid in the fast, autonomous, central, and comprehensive collection of intelligence by executing standard penetration testing tools. The collected data is internally stored in a structured manner to allow the fast identification and visualisation of the collected information.
Stars: ✭ 58 (+107.14%)
Mutual labels:  kali-linux
SuperLibrary
Information Security Library
Stars: ✭ 60 (+114.29%)
Mutual labels:  kali-linux
termux-wifi
Bash script which installs and runs the Fluxion tool inside Termux, a wireless security auditing tool used to perform attacks such as WPA/WPA2 cracking and MITM attacks.
Stars: ✭ 406 (+1350%)
Mutual labels:  kali-linux
IP-Tracker
Track any ip address with IP-Tracker. IP-Tracker is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracker.
Stars: ✭ 53 (+89.29%)
Mutual labels:  kali-linux
ApeX
Using Social Engineering To Obtain WiFi Passwords
Stars: ✭ 87 (+210.71%)
Mutual labels:  kali-linux
packer-kali linux
This is a repository that will be used to help create a process of a new kali vagrant box for hashicorp each week.
Stars: ✭ 36 (+28.57%)
Mutual labels:  kali-linux
Web-Penetration-Testing-with-Kali-Linux-Third-Edition
Web Penetration Testing with Kali Linux - Third Edition, published by Packt
Stars: ✭ 20 (-28.57%)
Mutual labels:  kali-linux
Z0172CK-Tools
Hacking Tools Z0172CK
Stars: ✭ 31 (+10.71%)
Mutual labels:  kali-linux
OSCP-A-Step-Forward
Opening the door, one reverse shell at a time
Stars: ✭ 126 (+350%)
Mutual labels:  kali-linux
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
Stars: ✭ 1,934 (+6807.14%)
Mutual labels:  kali-linux
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+553.57%)
Mutual labels:  kali-linux
nekros
NekRos is an Open-Source Ransomeware, with advanced Features, Which Looks Like Wannacry and Has C&C Server which can be Used to Retrive KEY
Stars: ✭ 84 (+200%)
Mutual labels:  kali-linux
CyberPunkNetrunner
Cyberpunk 2077 Netrunner Hacking Tool (Easy to use and install). Don't use it on illegal and malicious activity. Inspired by the game CyberPunk 2077 https://www.cyberpunk.net/
Stars: ✭ 69 (+146.43%)
Mutual labels:  kali-linux
8821au
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets
Stars: ✭ 67 (+139.29%)
Mutual labels:  kali-linux
Anonymous
Message from Anonymous :)
Stars: ✭ 24 (-14.29%)
Mutual labels:  kali-linux
STIA
No description or website provided.
Stars: ✭ 18 (-35.71%)
Mutual labels:  kali-linux

psak

N|Solid psak GitHub stars GitHub forks Github issues Python 3.6 License

Project Objectives

  1. Make pentesting easier

  2. Make pentesting simpler

  3. Make pentesting make sense

How does psak make pentesting easier, simpler and more sensible?

  • Features ready to use commands that are generally customizable
  • Cuts out the syntax and focuses on the concepts
  • Maintains consistency and demonstrates intuitive design

PSAK Framework

PSAK is simple to intergrate with, provided a intermediate

understanding of software develpment and Python 3. Just fork the

project, add you module and then submit a pull request.

Simply study the existing code and follow the style you sense.

PSAK Package | Description

------------- | -------------

psak_src | holds the psak project

exploit_modules | holds each psak exploit module package

setup.py | psak installation file

Installation Instructions

Copy and paste the following into your terminal as user root

to install psak:


apt-get update

apt-get upgrade

apt-get install python3

apt-get install python3-pip

apt-get install pip

apt-get install pip3

pip3 install --upgrade pip

pip install --upgrade google-api-python-client

pip3 install setuptools

pip3 install ipython

pip3 install graphviz

pip3 install cryptography

pip3 install scapy-python3

pip3 install matplotlib

pip3 install networkx

pip3 install pyx

pip3 install latex

pip3 install docopt

pip3 install netaddr

pip3 install requests

apt-get install tcpdump python3-crypto ipython3

apt-get install python3-tk

#Basic penetration utils

apt-get install airodump-ng

apt-get install aireplay-ng

apt-get install ip

apt-get install arping

# Finish up

pip3 install psak

apt autoremove

Networking Research

wireless deauthentication packets using python and scapy

Network Attacks

If the feature has not been marked completed, you can contribute

by writing an implementation of it by attack type

Basic Brute-Force Connectionless Attacks
  • UDP Flood

  • ICMP Flood

  • IGMP Flood

Complex Brute-Force Connectionless Attacks
  • Smurf Attacks

  • Fraggle Attacks

  • DNS Amplification

Basic Brute-Force Connection-Oriented Attacks
  • TCP-SYN Flood (Complete)

  • TCP-RST Attack

  • TCP-PSH+ACK Attack

Project payload list

A list of frameworks to use to design deliverable payloads for penetration testers.

  • PowerSploit: PowerSploit is a collection of Microsoft PowerShell modules that can be used to aid penetration testers during all phases of an assessment.

  • Offensive-Security Exploit database: an official repository of The Exploit Database, a project sponsored by Offensive Security

  • DHCPig: initiates an advanced DHCP exhaustion attack

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].