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 🙏

© 2025 – Pkg Stats / Ryan Hefner

haxordos

v1.0.1

Published

<div align="center"> <a href="https://www.npmjs.com/package/haxordos" title="npm version"> <img src="https://img.shields.io/npm/v/haxordos?color=brightgreen&style=for-the-badge" alt="npm version"> </a> <a href="https://www.npmjs.com/package/haxo

Readme

HAXOR Denial of Service WITH NODE JS

Aniyms


📋 Overview

DDoS is an amplified DoS attack that uses multiple computers (botnet) simultaneously. One type targets Layer 7 (application layer), where the attack floods the application with seemingly legitimate requests (like repeatedly reloading pages), causing the server to go down due to resource exhaustion while processing them.


✨ Features

  • 🎯 Multiple Attack Vectors - Five different Layer 7 attack methods
  • High Performance - Optimized for maximum efficiency
  • 🔄 TCP Socket Support - Raw TCP connection capabilities
  • 🤖 Browser Automation - Stealth mode using Puppeteer
  • 🔍 Smart Reconnaissance - Automatic target pre-scanning
  • 📊 Real-time Validation - Connection status monitoring
  • 🛡️ Adaptive Mechanism - Persistent attack loops

🚀 Installation

# npm install:
npm install haxordos

# yarn install:
yarn add haxordos 

📖 Quick Start

Basic Usage

const hacxorDos = require('haxordos');

hacxorDos.SlowRiss('https://target.com', 300);
hacxorDos.netTcp('https://target.com', 300);
hacxorDos.fastDuck('https://target.com', 300);
hacxorDos.CrawlDos('https://target.com', 300);
hacxorDos.httpEndpoint('https://target.com/home/user/', 300);

Import Module

const hacxorDos = require('haxordos');

🔧 Methods Documentation

1. SlowRiss

hacxorDos.SlowRiss('https://target.com', 300);

Description:
Layer 7 DoS attack that holds many HTTP connections by sending data slowly or partially, causing the server to run out of available slots.

Parameters:

  • target (string): Target URL
  • intensity (number): Attack intensity level

2. netTcp

hacxorDos.netTcp('https://target.com', 300);

Description:
Layer 7 DDoS attack that uses raw TCP sockets to establish direct network connections, then sends HTTP GET requests.

Parameters:

  • target (string): Target URL
  • intensity (number): Attack intensity level

3. fastDuck

hacxorDos.fastDuck('https://target.com', 300);

Description:
Layer 7 DoS attack named FastDuck because it combines high-speed requests with stealth techniques using browser automation (Puppeteer) to generate traffic that is technically identical to legitimate user visits, including complete browser fingerprints, valid security headers, and session cookies.

Parameters:

  • target (string): Target URL
  • intensity (number): Attack intensity level

4. CrawlDos

hacxorDos.CrawlDos('https://target.com/home/user/', 300);

Description:
Layer 7 DoS with Adaptive Persistence Mechanism that features automatic reconnaissance through target pre-scanning and continuous attack loops, combining high volume (300 requests/100ms) with real-time connectivity validation to ensure attack effectiveness even against dynamic targets.

Parameters:

  • target (string): Target URL with endpoint
  • intensity (number): Attack intensity level

5. httpEndpoint

hacxorDos.httpEndpoint('https://target.com/home/user/', 300);

Description:
Targeted endpoint attack focusing on specific application routes.

Parameters:

  • target (string): Target URL with specific endpoint
  • intensity (number): Attack intensity level

💼 Ready-to-Use Stresser Script Example

This is an example of a complete testing tool

Preview

ScreenShot

Download


📊 Feature Status

| Feature | Status | Description | |----------------------|--------|------------------------------------------------| | SlowRiss | ✅ | Slow HTTP connection attack | | netTcp | ✅ | Raw TCP socket-based attack | | fastDuck | ✅ | Browser automation stealth attack | | CrawlDos | ✅ | Adaptive reconnaissance attack | | httpEndpoint | ✅ | Targeted endpoint attack | | Multi-threading | ✅ | Concurrent request handling |


⚠️ Disclaimer

IMPORTANT: This tool is intended for educational purposes and authorized security testing only.

  • ⚖️ Unauthorized use of this tool against systems you don't own or have explicit permission to test is illegal
  • 🔒 Always obtain proper authorization before conducting any security tests
  • 📜 Users are solely responsible for compliance with applicable laws and regulations
  • 🛡️ The developers assume no liability for misuse or damage caused by this software

Please Donate: