Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ Pown.js - A Security Testing An Exploitation Toolkit Built On Top Of Node.js And NPM

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Pown.js - A Security Testing An Exploitation Toolkit Built On Top Of Node.js And NPM


๐Ÿ’ก Newskategorie: IT Security Nachrichten
๐Ÿ”— Quelle: feedproxy.google.com


Pown.js is a security testing and exploitation toolkit built on top of Node.js and NPM. Unlike traditional security tools like Metasploits, Pown.js considers frameworks to be an anti-pattern. Therefore, each module in Pown is in fact a standalone NPM module allowing greater degree of reuse and flexibility. Creating new modules is a matter of publishing to NPM and tagging it with the correct tags. The rest is handled automatically.

Quickstart
Install Pown.js globally with npm or yarn.
$ npm install -g pown@latest

Usage
pown [options] <command> [command options]

Commands:
pown modules <command> Module manager [aliases: module, m]
pown update [options] Update global installation of pown [aliases: upgrade, up]
pown buster <command> Multi-service bruteforce discovery tool [aliases: bust]
pown credits [options] list contributors and credits
pown dicts [options] <search> Assorted Dictionaries
pown duct <command> Side-channel attack enabler [aliases: ducting, d]
pown figlet <text> Generate figlet
pown preferences <command> Preferences [aliases: prefs]
pown proxy [options] [command] HTTP proxy
pown recon <command> Target recon
pown script [file |script] [args...] Simple scripting engine for automating pown commands.
pown shell [options] Simple shell
pown whoarethey <accounts...> find social networking accounts and more

Options:
--version Show version number [boolean]
--help Show help [boolean]

pown modules
pown modules <command>

Module manager

Commands:
pown modules install <modules...> Install modules
pown modules uninstall <modules...> Uninstall modules
pown modules update [modules...] Update modules
pown modules list List install modules
pown modules search <terms...> Search modules

Options:
--version Show version number [boolean]
--help Show help [boolean]

pown update
pown update [options]

Update global installation of pown

Options:
--version Show version number [boolean]
--help Show help [boolean]

pown buster
pown buster <command>

Multi-service bruteforce discovery tool

Commands:
pown buster web [options] <url> Web file and directory bruteforcer (a.k.a dirbuster)
pown buster email [options] <domain> Email bruteforce discovery tool (via smtp) [aliases: emails]

Options:
--version Show version number [boolean]
--help Show help [boolean]

pown credits
pown credits [options]

list contributors and credits

Options:
--version Show version number [boolean]
--help Show help [boolean]
--only, -o Only Pown.js contributors [boolean]

pown dicts
pown dicts [options] <search>

Assorted Dictionaries

Options:
--version Show version number [boolean]
--help Show help [boolean]
--download, -d Download found dictionaries [boolean] [default: false]
--regex, -r Search with regex [boolean] [default: false]

pown duct
pown duct <command>

Side-channel attack enabler

Commands:
pown duct dns DNS ducting

Options:
--version Show version number [boolean]
--help Show help [boolean]

pown figlet
pown figlet <text>

Generate figlet

Options:
--version Show version number [boolean]
--help Show help [boolean]
--font, -f FIGlet font to use [string] [default: "Standard"]
--fg Foreground color [choices: "default", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "gray", "grey"] [default: "default"]
--bg Background color [choices: "default", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white"] [default: "default"]
--bold Make it bold [boolean] [default: false]

pown preferences
pown preferences <command>

Preferences

Commands:
pown preferences get <tool> [name] get preferences
pown preferences set <tool> <name> <value> set preferences

Options:
--version Show version number [boolean]
--help Show help [boolean]

pown proxy
pown proxy [options] [command]

HTTP proxy

Options:
--version Show version number [boolean]
--help Show help [boolean]
--log, -l Log requests and responses [boolean] [default: false]
--host, -h Host to listen to [string] [default: "0.0.0.0"]
--port, -p Port to listen to [number] [default: 8080]
--text, -t Start with text ui [boolean] [default: false]
--ws-client, -c Connect to web socket [string] [default: ""]
--ws-server, -s Forward on web socket [boolean] [default: false]
--ws-host Web socket server host [string] [default: "0.0.0.0"]
--ws-port Web socket server port [number] [default: 9090]
--ws-app Open app [string] [choices: "", "httpview"] [default: ""]
--certs-dir Directory for the certificates [string] [default: "/home/ec2-user/.pown/proxy/certs"]
--server-key-length Default key length for certificates [number] [default: 1024]
--default-ca-common-name The CA common name [string] [default: "Pown.js Proxy"]

pown recon
pown recon <command>

Target recon

Commands:
pown recon transform <transform> Perform inline transformation [aliases: t]
pown recon select <selectors...> Select nodes [aliases: s]
pown recon add <nodes...> Add nodes [aliases: a]
pown recon remove <selectors...> Remove nodes [aliases: r]
pown recon merge <files...> Perform a merge between at least two recon files [aliases: m]
pown recon diff <fileA> <fileB> Perform a diff between two recon files [aliases: d]
pown recon group <name> <selectors...> Group nodes [aliases: g]
pown recon ungroup <selectors...> Ungroup nodes [aliases: u]
pown recon import <file> Import file [aliases: i]
pown recon export <file> Export to file [aliases: e]

Options:
--version Show version number [boolean]
--help Show help [boolean]

pown script
pown script [file|script] [args...]

Simple scripting engine for automating pown commands.

Options:
--version Show version number [boolean]
--help Show help [boolean]
--command, -c Evaluate inline commands [boolean] [default: false]
--exit, -e Exit immediately [boolean] [default: false]
--expand, -x Expand command [boolean] [default: false]
--skip, -s Skip number of lines [number] [default: 0]

pown shell
pown shell [options]

Simple shell

Options:
--version Show version number [boolean]
--help Show help [boolean]

pown whoarethey
pown whoarethey <accounts...>

find social networking accounts and more

Options:
--version Show version number [boolean]
--help Show help [boolean]

Modules
Pown.js comes with several builtin modules for convenience. However, additional modules can be installed directly from the NPM registry using pown modules command. Optional modules are installed in the current users's home folder under .pown/modules.


...



๐Ÿ“Œ Pown.js - A Security Testing An Exploitation Toolkit Built On Top Of Node.js And NPM


๐Ÿ“ˆ 102.78 Punkte

๐Ÿ“Œ Node-OS: The first operating system powered by node.js and npm built on top of the linux kernel


๐Ÿ“ˆ 45.9 Punkte

๐Ÿ“Œ Pown Recon - A Powerful Target Reconnaissance Framework Powered By Graph Theory


๐Ÿ“ˆ 33.24 Punkte

๐Ÿ“Œ Pown-Duct - Essential Tool For Finding Blind Injection Attacks


๐Ÿ“ˆ 33.24 Punkte

๐Ÿ“Œ Mimicry - Security Tool For Active Deception In Exploitation And Post-Exploitation


๐Ÿ“ˆ 27.54 Punkte

๐Ÿ“Œ Cloud Security Testing: What It Is, Purpose, Benefits, Scope, Top Cloud Security Testing Companies, and More


๐Ÿ“ˆ 25.21 Punkte

๐Ÿ“Œ Firmware Analysis Toolkit - Toolkit To Emulate Firmware And Analyse It For Security Vulnerabilities


๐Ÿ“ˆ 25.08 Punkte

๐Ÿ“Œ Medium CVE-2020-7614: Npm-programmatic project Npm-programmatic


๐Ÿ“ˆ 24.88 Punkte

๐Ÿ“Œ npm รผbernimmt ^Lift Security einschlieรŸlich der Node Security Platform


๐Ÿ“ˆ 24.62 Punkte

๐Ÿ“Œ AppSecCali 2019 Lightning Talk - Node.js and NPM Ecosystem: What are the Security Stakes?


๐Ÿ“ˆ 24.49 Punkte

๐Ÿ“Œ RFCpwn - An Enumeration And Exploitation Toolkit Using RFC Calls To SAP


๐Ÿ“ˆ 24.39 Punkte

๐Ÿ“Œ XSRFProbe - The Prime Cross Site Request Forgery Audit And Exploitation Toolkit


๐Ÿ“ˆ 24.39 Punkte

๐Ÿ“Œ Unlock the Power of Node.js Testing with the New Node Test Runner Feature


๐Ÿ“ˆ 24.13 Punkte

๐Ÿ“Œ RouterSploit - Find Router Exploitation on Kali Linux 2018.2 (Router Exploitation Framework)


๐Ÿ“ˆ 23.83 Punkte

๐Ÿ“Œ Nebula - Cloud C2 Framework, Which At The Moment Offers Reconnaissance, Enumeration, Exploitation, Post Exploitation On AWS


๐Ÿ“ˆ 23.83 Punkte

๐Ÿ“Œ RouterSploit - Find Router Exploitation on Kali Linux (Router Exploitation Framework)


๐Ÿ“ˆ 23.83 Punkte

๐Ÿ“Œ Toolkit - The Essential Toolkit For Reversing, Malware Analysis, And Cracking


๐Ÿ“ˆ 23.16 Punkte

๐Ÿ“Œ LofyGang hackers built a credential-stealing enterprise on Discord, NPM


๐Ÿ“ˆ 22.75 Punkte

๐Ÿ“Œ Richsploit RichFaces Exploitation Toolkit


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ StandIn - A Small .NET35/45 AD Post-Exploitation Toolkit


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ Exfiltrator-22: The Newest Post-Exploitation Toolkit Nipping at Cobalt Strike's Heels


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ p0wnedShell โ€“ PowerShell Runspace Post Exploitation Toolkit


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ p0wnedShell โ€“ PowerShell Runspace Post Exploitation Toolkit


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ Bashark - Bash Post Exploitation Toolkit


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ Bashark- Post Exploitation Toolkit Written in Pure Bash


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ PRETty - "PRinter Exploitation Toolkit" LAN Automation Tool


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ Critical Remote Code Execution issue impacts popular post-exploitation toolkit Cobalt Strike


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ Critical RCE Flaw Found in Popular Post-Exploitation Cobalt Strike Toolkit


๐Ÿ“ˆ 22.61 Punkte

๐Ÿ“Œ Creating a Node.js Command-line Tool, Linux Terminal CLI and NPM Package


๐Ÿ“ˆ 22.57 Punkte

๐Ÿ“Œ Managing Dependencies in Node.js: An Overview of NPM and Yarn


๐Ÿ“ˆ 22.57 Punkte

๐Ÿ“Œ How to Install Node.js and NPM in Ubuntu


๐Ÿ“ˆ 22.57 Punkte

๐Ÿ“Œ Resolving Node.js and npm Issues on macOS


๐Ÿ“ˆ 22.57 Punkte

๐Ÿ“Œ If Android were to be built today, which parts of it could be built with mainstream GNU/Linux components? (i.e.: glibc and not bionic)


๐Ÿ“ˆ 22.41 Punkte











matomo