https://github.com/jhwohlgemuth/pwngoal
PWN is the goal...but make sure you avoid a “PWN GOAL?!?!”
https://github.com/jhwohlgemuth/pwngoal
Last synced: 3 months ago
JSON representation
PWN is the goal...but make sure you avoid a “PWN GOAL?!?!”
- Host: GitHub
- URL: https://github.com/jhwohlgemuth/pwngoal
- Owner: jhwohlgemuth
- License: mit
- Created: 2019-11-22T03:15:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T06:28:06.000Z (7 months ago)
- Last Synced: 2025-03-08T23:36:35.951Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pwngoal
=======
[](https://www.npmjs.com/package/pwngoal)
[](https://travis-ci.org/jhwohlgemuth/pwngoal)
[](https://codecov.io/gh/jhwohlgemuth/pwngoal)
[](https://snyk.io/test/github/jhwohlgemuth/pwngoal?targetFile=package.json)> A CLI tool to help you scan, enumerate, escalate and...PWN (legally of course)
Install
-------
> [node](https://nodejs.org/en/) required```bash
npm install --global pwngoal
```No Install Usage
----------------
> [node](https://nodejs.org/en/) still required```bash
npx pwngoal scan ports -i 10.11.1.42
```What can you do with `pwngoal`?
-------------------------------
Generally, `pwngoal` will help you enumerate servers and keep track of your progress...also, it lets you copy commands to your clipboard for easy use when you are trying to reverse your shell or escalate your privilege.Specifically, `pwngoal` lets you
- Scan TCP and UDP ports with [`masscan`](https://tools.kali.org/information-gathering/masscan) and/or [`nmap`](https://nmap.org/)
- Analyze services on open ports with [`nmap`](https://nmap.org/) and [`amap`](https://tools.kali.org/information-gathering/amap) *automagically*
- Save results for export and review
- Easily display results in the console, neatly organized in nice tables
- Copy useful commands to your clipboard for easy access (parameterized with options passed via the command line)See the available commands with `pwngoal -h`
"pwngoal"?
----------
> “A goal is not always meant to be [PWNed], it often serves simply as something to aim at.”(*edited*)
―**Bruce Lee**> “Perhaps when we find ourselves [PWNing] everything, it is because we are dangerously close to [PWNing] nothing.”(*edited*)
―**Sylvia Plath**> “I love the challenge of starting at zero every day and seeing how much I can accomplish.”(*edited*)
―**Martha Stewart**Also, make sure you don't score an [OWN GOAL!?!?](https://www.youtube.com/watch?v=tafCE6GJrhQ&lc=UgwiQuy3c7rt2Kj6gMl4AaABAg)