npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

s_spider

v1.0.2

Published

A fast crawler cli with pyppteer, this crawler can crawl SPA(single page application)

Downloads

2

Readme

s_spider

A fast crawler with pyppteer, this crawler can crawl SPA(single page application)

install

npm install -g s_spider

usage

$ s_spider -h

Usage: index [options]

Options:
  -v --version           output the current version
  -u --url <url>         Target url
  -d --depth [depth]     Spider depth (default: 1)
  -c --cookie [cookies]  Cookies
  -o --output [output]   Output urls to the file
  -h, --help             output usage information

example

$ s_spider -u http://192.168.99.100/001/ --cookie 'security=impossible; wp-settings-time-1=1578462072; PHPSESSID=8513117ca3a0935a7b7e89265f78fe13' -d 2 -o output.txt
[*] Target : http://192.168.99.100/001/
[*] Depth : 2
[+] http://192.168.99.100/001/ 200
[*] http://192.168.99.100/001/logout.php not checked this exclude path
[+] http://192.168.99.100/001/about.php 200
[+] http://192.168.99.100/001/instructions.php?doc=PHPIDS-license 200
[+] http://192.168.99.100/001/?doc=PHPIDS-license 200
[+] http://192.168.99.100/001/?doc=copying 200
[+] http://192.168.99.100/001/?doc=changelog 200
[+] http://192.168.99.100/001/?doc=PDF 200
[+] http://192.168.99.100/001/?doc=readme 200
[*] http://192.168.99.100/001/docs/DVWA_v1.3.pdf not checked this exclude ext
[+] http://192.168.99.100/001/phpinfo.php 200
[+] http://192.168.99.100/001/security.php 200
[+] http://192.168.99.100/001/ids_log.php 200
[+] http://192.168.99.100/001/?test=%22%3E%3Cscript%3Eeval(window.name)%3C/script%3E 200
[*] http://192.168.99.100/001/?test=%22%3E%3Cscript%3Eeval(window.name)%3C/logout.php not checked this exclude path
[+] http://192.168.99.100/001/?test=%22%3E%3Cscript%3Eeval(window.name)%3C/about.php 200
[+] http://192.168.99.100/001/?test=%22%3E%3Cscript%3Eeval(window.name)%3C/phpinfo.php 200
[+] http://192.168.99.100/001/?test=%22%3E%3Cscript%3Eeval(window.name)%3C/security.php 200
[+] http://192.168.99.100/001/?test=%22%3E%3Cscript%3Eeval(window.name)%3C/setup.php 200
[+] http://192.168.99.100/001/?test=%22%3E%3Cscript%3Eeval(window.name)%3C/instructions.php 200
[+] http://192.168.99.100/001/?phpids=on 200
[+] http://192.168.99.100/001/vulnerabilities/javascript/ 200
[+] http://192.168.99.100/001/vulnerabilities/csp/ 200
[+] http://192.168.99.100/001/vulnerabilities/xss_s/ 200
[+] http://192.168.99.100/001/vulnerabilities/xss_r/ 200
[+] http://192.168.99.100/001/vulnerabilities/xss_d/ 200
[+] http://192.168.99.100/001/vulnerabilities/weak_id/ 200
[+] http://192.168.99.100/001/vulnerabilities/sqli_blind/ 200
[+] http://192.168.99.100/001/vulnerabilities/sqli/ 200
[+] http://192.168.99.100/001/vulnerabilities/captcha/ 200
[+] http://192.168.99.100/001/vulnerabilities/upload/ 200
[+] http://192.168.99.100/001/vulnerabilities/csrf/ 200
[+] http://192.168.99.100/001/vulnerabilities/exec/ 200
[+] http://192.168.99.100/001/vulnerabilities/brute/ 200
[+] http://192.168.99.100/001/setup.php 200
[+] http://192.168.99.100/001/instructions.php 200
[*] Total runtime is 27.302 s
[*] Save urls to output.txt, url count is 36