All Projects → 3XPL017 → Netpwn

3XPL017 / Netpwn

Licence: gpl-3.0
Tool made to automate tasks of pentesting.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Netpwn

Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (+19.74%)
Mutual labels:  security-tools, infosec, hacking-tool
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (+110.53%)
Mutual labels:  infosec, ssl-certificates, ssl-certificate
Cameradar
Cameradar hacks its way into RTSP videosurveillance cameras
Stars: ✭ 2,775 (+1725.66%)
Mutual labels:  security-tools, infosec, hacking-tool
Stegcloak
Hide secrets with invisible characters in plain text securely using passwords 🧙🏻‍♂️⭐
Stars: ✭ 2,379 (+1465.13%)
Mutual labels:  security-tools, infosec, hacking-tool
Ios
Most usable tools for iOS penetration testing
Stars: ✭ 563 (+270.39%)
Mutual labels:  security-tools, infosec, information-security
masscanned
Let's be scanned. A low-interaction honeypot focused on network scanners and bots. It integrates very well with IVRE to build a self-hosted alternative to GreyNoise.
Stars: ✭ 50 (-67.11%)
Mutual labels:  ipv6, ipv4, network-security
Cheatsheet God
Penetration Testing Reference Bank - OSCP / PTP & PTX Cheatsheet
Stars: ✭ 3,521 (+2216.45%)
Mutual labels:  security-tools, hacking-tool, information-security
Appinfoscanner
一款适用于以HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具,可以帮助渗透测试工程师、攻击队成员、红队成员快速收集到移动端或者静态WEB站点中关键的资产信息并提供基本的信息输出,如:Title、Domain、CDN、指纹信息、状态信息等。
Stars: ✭ 424 (+178.95%)
Mutual labels:  security-tools, hacking-tool, network-security
Yasuo
A ruby script that scans for vulnerable & exploitable 3rd-party web applications on a network
Stars: ✭ 517 (+240.13%)
Mutual labels:  security-tools, hacking-tool, network-security
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+180.92%)
Mutual labels:  security-tools, hacking-tool, network-security
Checkmyhttps
We propose a user-friendly add-on that allows you to check if your encrypted web traffic (SSL/TLS) towards secured Internet servers (HTTPS) is not intercepted (being listened to).
Stars: ✭ 35 (-76.97%)
Mutual labels:  security-tools, infosec, ssl-certificate
Dumpsterfire
"Security Incidents In A Box!" A modular, menu-driven, cross-platform tool for building customized, time-delayed, distributed security events. Easily create custom event chains for Blue- & Red Team drills and sensor / alert mapping. Red Teams can create decoy incidents, distractions, and lures to support and scale their operations. Build event sequences ("narratives") to simulate realistic scenarios and generate corresponding network and filesystem artifacts.
Stars: ✭ 775 (+409.87%)
Mutual labels:  security-tools, infosec, hacking-tool
Cloakify
CloakifyFactory - Data Exfiltration & Infiltration In Plain Sight; Convert any filetype into list of everyday strings, using Text-Based Steganography; Evade DLP/MLS Devices, Defeat Data Whitelisting Controls, Social Engineering of Analysts, Evade AV Detection
Stars: ✭ 1,136 (+647.37%)
Mutual labels:  security-tools, infosec, hacking-tool
Minidyndns
A simple DynDNS server with an build in HTTP interface to update IPs
Stars: ✭ 101 (-33.55%)
Mutual labels:  ipv6, ipv4
Fugacious
OSSSM (awesome). Open source short-term secure messaging
Stars: ✭ 100 (-34.21%)
Mutual labels:  security-tools, password-safety
Cidrchk
CLI tool for CIDR range operations (check, generate)
Stars: ✭ 103 (-32.24%)
Mutual labels:  ipv6, ipv4
Hacker Container
Container with all the list of useful tools/commands while hacking and pentesting Kubernetes Clusters
Stars: ✭ 105 (-30.92%)
Mutual labels:  security-tools, infosec
Wsmanager
Webshell Manager
Stars: ✭ 99 (-34.87%)
Mutual labels:  security-tools, infosec
M4ngl3m3
Common password pattern generator using strings list
Stars: ✭ 103 (-32.24%)
Mutual labels:  security-tools, infosec
Backfuzz
protocol fuzzing toolkit
Stars: ✭ 106 (-30.26%)
Mutual labels:  security-tools, infosec

netpwn

A framework made to automate tasks of pentesting. Written in python 2.7

Modules
reverse_shell - Creates a reverse shell with python to connect to a specific machine of your choice.
send_file - Allows you to send a file to target server.
php_backdoor - Generates a simple backdoor in php upload to web server ?cmd= to execute commands.
hash_check - Paste a hash to see what type of hash it is.
base64_converter - Paste base64 to decode or ascii to encode it knows which you want.
address_info - Gives you your ipv4, ipv6, and public Ip address based upon a interface.
hex_converter - Paste some ascii to encode or hex to decode it knows which you want.
page_contents - Get the raw HTML of a given web page.
password_checker - Check the strength of a given password.
fake_identity - Creates a fake name with SSN, address, credit card number, etc.
web_spider - Crawls a given URL for links.
ssl_cert - Gets the cert information of a given web site and its public key.
bash - Execute bash commands without exiting out of netpwn.
whois - Performs whois on a given URL.
crypto - Encrypts or decrypts a file with AES.
no_endian - Removes endianness on DWORDS.
rot13_converter - Encodes/decodes rot13.
url_converter - Url encoded and decodes string.
html_converter - Html enconded and decodes string.

Resources
cheat_sheet - Pentest monkey reverse shell cheat sheet
opcodes - Prints out all x86 OpCodes.
useful_links - Links to blogs, youtube channels, and other resources that offer good information about various topics that gives you the opportunity to learn more about the infosec field.

Usage
To run a specific module just type module name.
For example to run php_backdoor the command should look like this.
(netpwn) > php_backdoor

Features
AutoComplete - Type a few letters of the command you want and hit tab to for auto completion.
clear - Type this to clear the screen.
banner - Type this command to display the banner.
help - Type this command to display help menu.
modules - Type this command to list available modules.
resources - Type this command to list available resources.
exit or CTRL^C - Exits netpwn

[netpwn [modules [help and resources

Install

#git clone https://github.com/3XPL017/netpwn.git; cd netpwn; chmod +x install; ./install

Twitter

https://twitter.com/3XPL017GH057

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].