
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
github.com/rverton/xssmap
xssmap is a tiny tool to scan for (DOM)XSS vulnerabilities by using a headless browser based on webkit (PhantomJS). This enables evaluation of attack vectors and is nearly false positive free.
go get github.com/rverton/xssmap
xssmap -h
XSSMAP v0.1. github.com/rverton/xssmap
Usage:
xssmap [--method=<method>] [--data=<data>] [--json] [--failed] [--payloads=<payloads.txt>] URL
xssmap -h | --help
xssmap --version
Arguments:
URL insert {XSS} as a placeholder for payloads
Options:
--failed Show failed attempts.
--json Use JSON as output format.
-h --help Show this screen.
--version Show version.
Example:
xssmap http://server.com/foo{XSS}
xssmap --method=POST --data="foo={XSS}" http://server.com/vuln
xssmap --failed http://server.com/foo#{XSS}
Payloads are located in payloads.txt. xssmap checks if window.xssmap
is defined. All payloads are either
window.xssmap = true;
orxssm()
, a function which is injected and executes window.xssmap = true
.Most of payloads were slightly modified from ra2-dom-xss-scanner.
MIT
FAQs
Unknown package
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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.