
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
Hyperpwn is a Hyper plugin to improve the display when debugging with GDB.
Hyperpwn needs GEF, pwndbg or peda to be loaded in GDB as a backend. Hyperpwn handles with its context data, seperates them to different windows to get a clearer display and can easily replay previous states.
Hyperpwn can be used on Windows, Linux and macOS.
Use hyperpwn on GEF. Theme: hyper-chesterish:

Use hyperpwn together with hyper-pane on pwndbg. Theme: hyper-material-theme:

If you want to use hyperpwn together with other tools such as pwntools and VS Code, you can check for this tutorial
Firstly, you need to install the latest release of Hyper on your computer.
Hyperpwn relies on hyperinator. You need to install both hyperinator and hyperpwn plugins to use hyperpwn.
You can install them by command line:
$ hyper i hyperinator
$ hyper i hyperpwn
Or edit ~/.hyper.js manually and add them to plugins:
plugins: [
"hyperinator", "hyperpwn"
],
Just run gdb in Hyper terminal.
If the backend is loaded, hyperpwn will automatically create a config file in ~/.hyperinator, load it and handle with the context data.
You can edit the config file to change the layout and parts to display.
F7F8ctrl+shift+pageupctrl+shift+pagedownmodule.exports = {
config: {
// other configs...
hyperpwn: {
hotkeys: {
prev: 'ctrl+shift+pageup',
next: 'ctrl+shift+pagedown',
cmd: {
stepi: 'f7',
nexti: 'f8'
}
},
autoClean: false,
autoLayout: true,
showHeaders: true,
headerStyle: {
position: 'absolute',
top: 0,
right: 0,
fontSize: '10px'
}
}
}
//...
};
legend in the backend (which is the default behavior).context.nb_lines_code, context.nb_lines_code_prev in GEF, or context-code-lines in pwndbg, to get a better display.FAQs
A hyper plugin to provide GDB with a flexible GUI
We found that hyperpwn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.