Code Monkey home page Code Monkey logo

impulse's Introduction

💣 Impulse

Modern Denial-of-service ToolKit

💻 Main window

📡 Methods:

Method Target Description
SMS PHONE Sends a massive amount of SMS messages and calls to a single target
EMAIL EMAIL Sends a massive amount of Email messages to a target
NTP IP:PORT NTP amplification is a type of Distributed Denial of Service (DDoS) attack in which the attacker exploits publically-accessible Network Time Protocol (NTP) servers to overwhelm the targeted with User Datagram Protocol (UDP) traffic.
SYN IP:PORT A SYN flood (half-open attack) is a type of denial-of-service (DDoS) attack which aims to make a server unavailable to legitimate traffic by consuming all available server resources.
UDP IP:PORT A UDP flood is a type of denial-of-service attack in which a large number of User Datagram Protocol (UDP) packets are sent to a targeted server with the aim of overwhelming that device’s ability to process and respond. The firewall protecting the targeted server can also become exhausted as a result of UDP flooding, resulting in a denial-of-service to legitimate traffic.
POD (Ping of Death) IP Ping of Death (a.k.a. PoD) is a type of Denial of Service (DoS) attack in which an attacker attempts to crash, destabilize, or freeze the targeted computer or service by sending malformed or oversized packets using a simple ping command.
ICMP IP:PORT Ping flood, also known as ICMP flood, is a common Denial of Service (DoS) attack in which an attacker takes down a victim's computer by overwhelming it with ICMP echo requests, also known as pings.
HTTP URL HTTP Flood is a type of Distributed Denial of Service (DDoS) attack in which the attacker manipulates HTTP and POST unwanted requests in order to attack a web server or application. These attacks often use interconnected computers that have been taken over with the aid of malware such as Trojan Horses.
Slowloris IP:PORT Slowloris is a denial-of-service attack program which allows an attacker to overwhelm a targeted server by opening and maintaining many simultaneous HTTP connections between the attacker and the target.
Memcached IP:PORT A memcached distributed denial-of-service (DDoS) attack is a type of cyber attack in which an attacker attempts to overload a targeted victim with internet traffic. The attacker spoofs requests to a vulnerable UDP memcached* server, which then floods a targeted victim with internet traffic, potentially overwhelming the victim’s resources. While the target’s internet infrastructure is overloaded, new requests cannot be processed and regular traffic is unable to access the internet resource, resulting in denial-of-service.

🎁 Installation:

  • Windows:

    • Download Python 3.8 from here
    • Launch installer, click add python to PATH
    • Download Impulse
    • Open cmd or powershell in Impulse directory
    • Run this command: pip install -r requirements.txt
    • And this: python impulse.py --help
  • Linux:

    • sudo apt update
    • sudo apt install python3 python3-pip git -y
    • git clone https://github.com/LimerBoy/Impulse
    • cd Impulse/
    • pip3 install -r requirements.txt
    • python3 impulse.py --help
  • Termux:

    • pkg update
    • pkg install python3 python3-pip git -y
    • git clone https://github.com/LimerBoy/Impulse
    • cd Impulse/
    • pip3 install -r requirements.txt
    • python3 impulse.py --help

☎️ Example SMS & Call flood:

python3 impulse.py --method SMS --time 20 --threads 15 --target +380123456789

💰 Donate:

BTC: 1GvEsEEdD8kfbSia6QR3Hk1G4fzy2mwZE4
ETH: 0x4f62ce9632efF28f175aAAdd58B14A0AC053A952
XMR: 487sRQv2gBXHVPc59Lkz5j7bgJ28Qy8nPW6hUvRyFWxM84cWzEnmVcWf6MWEQ59BwrP4viyoz6gfqhDPb1yiUx2SUViKVwd

impulse's People

Contributors

jinxx0 avatar limerboy avatar sdushantha avatar thecakeisfalse avatar wrongnull avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

impulse's Issues

Бот нет внутри спамера, что за?

Приветик ламер бой, настал момент расставить все по местам. Мы - разработчики из Snake programmers Inc. Подаём коллективную жалобу на репозиторий. Ор в том что тебя детектили уже, и ты даже коммиты не потер, биг Брейн тайм короче. Пруфы засринены и отправлены на архив.орг Жди звонка короче, тебя предупредили.
20200612_120838
20200612_120842
20200612_120844

Update option

Add an option to update the script
python3 impulse.py --update
And execute:
cd ..
rm -r Impulse
git clone https://github.com/LimerBoy/Impulse/
cd Impulse
clear
Or make a script to detect if a new update exists and ask if i want to update.

Commands doesnt work

CMD/PowerShell keeps says it cannot find h or --help etc none of the commands work i can start Impulse with CMD and PowerShell but all commands dont work

Proxies

I can't add more than 2 proxies in /Impulse/tools/SMS/proxy.json
If you can, give me an example. Or make a new file where i can just put the proxies without putting them in a specific form.("http": 'ip:port')
Make a file named proxy to look like this:
ip:port
ip:port
And so on, and not like this:
"http": 'ip:port'

The script failed

the following message showed when i run it

MESSAGE: Failed import some modules.
ERROR: No module named 'humanfriendly'

Can't use POD

I use POD and get error

[!] Error while sending 'Ping Of Death'
[Errno 90] Message too long

This is my cmd :

python3 impulse.py --time 3600 --threads 100 --target 173.236.250.238:80 --method POD

And another , I run a cmd

sudo python3 impulse.py --time 21600 --threads 1000 --target https://www.lapegar.com/ --method HTTP

Everything is ok , I set time 5-6 hours , sometimes it will autostop like pic1 after 15-20 minutes

pic1

Question

What's that terminal app that you use?
I mean the screenshot at readme.md
Thx
Maarten

Add new Links

Hello guys,

I need help to add more links for the SMS Attack. The Links are in the services.json. But can someone tell me, how i can add a website like: https://ievaphone.com/call-my-phone.

So i it has to put the number in the input and run than the call-btn. So how i can do this?

best regards

I use Kali Linux... Whats happend??



|_ | __ ___ _ __ _ | |__ ___
| || '_ ` _ | '_ | | | | / |/ _
| || | | | | | |) | || | __ \ /
|
|| || |_| .
/ _,||/__|
|_|


:=== Critical error:
MESSAGE: Failed import some modules.
ERROR: No module named 'humanfriendly'
:=== Python info:
PYTHON VERSION: 3.8.3
PYTHON BUILD: default, DATE: May 14 2020 11:03:12
PYTHON COMPILER: GCC 9.3.0
SCRIPT LOCATION: /home/juanrozo/Impulse
CURRENT LOCATION: /home/juanrozo/Impulse
:=== System info:
SYSTEM: Linux
RELEASE: 5.7.0-kali1-amd64
VERSION: #1 SMP Debian 5.7.6-1kali2 (2020-07-01)
ARCHITECTURE: 64bit ELF
PROCESSOR: 
MACHINE: x86_64
NODE: kali
TIME: Sat Jul 11 04:22:05 2020                                         
:=== Report:                                                           
Please report it here: https://github.com/LimerBoy/Impulse/issues/new  

Proxy

How do i add more proxies to your script? I can add only 2 proxies. I want you to make a new file where i can paste all my proxies.

?

How do i open powershell with python

Pls help me: No module named tools.SMS.main

Failed import some modules :/
Traceback (most recent call last):
File "impulse.py", line 79, in
main()
File "impulse.py", line 72, in main
from tools.SMS.main import SMS_ATTACK
ImportError: No module named tools.SMS.main

Малварь!!!

В репозитории малварь! Да будет вам известно, что гитхаб хранит всю историю коммитов!!!!
Объясни пожалуйста цель внедрения вируса.

Sms spam not wotking after updating the script

:=== Critical error: MESSAGE: Failed import some modules. ERROR: No module named 'pyfiglet' :=== Python info: PYTHON VERSION: 3.8.3 PYTHON BUILD: default, DATE: May 14 2020 14:40:29
PYTHON COMPILER: Clang 8.0.7 (https://android.googlesource.com/toolchain/clang b55f2d4ebfd35bf6 SCRIPT LOCATION: /data/data/com.termux/files/home/Impulse CURRENT LOCATION: /data/data/com.termux/files/home/Impulse :=== System info: SYSTEM: Linux RELEASE: 4.14.113-18731944 VERSION: #1 SMP PREEMPT Wed Jun 3 12:19:58 KST 2020 ARCHITECTURE: 64bit PROCESSOR: MACHINE: aarch64 NODE: localhost
TIME: Mon Jun 29 11:18:36 2020
:=== Report:
Please report it here: https://github.com/LimerBoy/Impulse/issues/new

No Module named tools.sms.main

Hi
i'm getting this error when i start the impulse.py

Failed import some modules
Traceback (most recent call last):
  File "impulse.py", line 75, in <module>
    main()
  File "impulse.py", line 68, in main
    from tools.SMS.main import SMS_ATTACK
ImportError: No module named tools.SMS.main

It does not work

I think I don't know how to use it, but no command allows me to access the git

Python3 error

pkg install python3 python3-pip git -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3
E: Unable to locate package python3-pip

ImportError: No module named tools.SMS.main

Hi
i'm getting this error when i start the impulse.py

Failed import some modules
Traceback (most recent call last):
File "impulse.py", line 75, in
main()
File "impulse.py", line 68, in main
from tools.SMS.main import SMS_ATTACK
ImportError: No module named tools.SMS.main

Cloned all the files still getting this error..

No works from powershell...

umm

How do i open powershell with python

Crac

Those impulse crashes every time I launch it

Sms bomb multiple numbers at once

I want to bomb multiple numbers at once. Can you add this function? python3 impulse.py ...... --target +40712345678,+40712345679,......

idk

python3 impulse.py
Traceback (most recent call last):
File "impulse.py", line 11, in
from tools.crash import CriticalError
File "/root/Impulse/tools/crash.py", line 34
"""
^
SyntaxError: invalid syntax

About ip attack !

Hello , thank you about code , I use it and take down more website 👍

I have some question can you help me ?

My victim is https://www.aichoai.com . It uses dreamhost and I must use 7-8 vps one time to take it down with the http flood method .

And they already changed to cloudflare so I use 7-8 vps not working , I have read information on the internet and recorded their IP : 69.163.144.112 before they use cloudflare but it does not redirect to their main website . Can we have any way to attack http flood via their ip or use this https://github.com/Anorov/cloudflare-scrape to your code ? 
Thank you and sorry about this inconvenience .

Failed import some modules :/

I have an error after this command : python3 impulse.py --help
Failed import some modules :/
All requirements are satisfied.
It comes from these addons, how to solve this ?

 import tools.addons.clean
 import tools.addons.winpcap
 import tools.addons.logo

Not working on 3.5.3 Python Shell Server

lilcsz@xshellz-free:$ clear
lilcsz@xshellz-free:
$ git clone https://github.com/LimerBoy/Impulse
Cloning into 'Impulse'...
remote: Enumerating objects: 63, done.
remote: Counting objects: 100% (63/63), done.
remote: Compressing objects: 100% (62/62), done.
remote: Total 393 (delta 16), reused 6 (delta 1), pack-reused 330
Receiving objects: 100% (393/393), 671.10 KiB | 0 bytes/s, done.
Resolving deltas: 100% (204/204), done.
lilcsz@xshellz-free:$ chmod +x Impulse
lilcsz@xshellz-free:
$ chmod 777 * Impulse
lilcsz@xshellz-free:$ ls Impulse
impulse.py LICENSE README.md requirements.txt tools
lilcsz@xshellz-free:
$ python3 impulse.py
python3: can't open file 'impulse.py': [Errno 2] No such file or directory
lilcsz@xshellz-free:$ cd Impulse
lilcsz@xshellz-free:
/Impulse$ ls
impulse.py LICENSE README.md requirements.txt tools
lilcsz@xshellz-free:/Impulse$ python3 impulse.py
Traceback (most recent call last):
File "impulse.py", line 11, in
from tools.crash import CriticalError
File "/home/l/lilcsz/Impulse/tools/crash.py", line 34
""")
^
SyntaxError: invalid syntax
lilcsz@xshellz-free:
/Impulse$

Report


_ _ __ ___ _ __ _ | |__ ___
/ // '_ ` _ | '_ | | | | / |/ _
// /
| | | | | | |) | || | __ \ /
_
/ || || || .__/ _,||/_|
|
| Created by LimerBoy

:=== Critical error:
MESSAGE: Failed import some modules.
ERROR: No module named 'wget'
:=== Python info:
PYTHON VERSION: 3.8.0
PYTHON BUILD: tags/v3.8.0:fa919fd, DATE: Oct 14 2019 19:37:50
PYTHON COMPILER: MSC v.1916 64 bit (AMD64)
SCRIPT LOCATION: C:\Users\egorf\OneDrive\Рабочий стол\Impulse-master
CURRENT LOCATION: C:\Users\egorf\OneDrive\Рабочий стол\Impulse-master
:=== System info:
SYSTEM: Windows
RELEASE: 10
VERSION: 10.0.18362
ARCHITECTURE: 64bit WindowsPE
PROCESSOR: AMD64 Family 21 Model 1 Stepping 2, AuthenticAMD
MACHINE: AMD64
NODE: DESKTOP-J62TPLH
TIME: Thu Aug 20 22:56:26 2020
:=== Report:

ZALYPA (((

:=== Critical error:
MESSAGE: Failed import some modules.
ERROR: No module named 'wget'
:=== Python info:
PYTHON VERSION: 3.8.5
PYTHON BUILD: default, DATE: Jul 24 2020 12:30:25
PYTHON COMPILER: Clang 9.0.8 (https://android.googlesource.com/toolchain/llvm-project 98c855489
SCRIPT LOCATION: /data/data/com.termux/files/home/Impulse
CURRENT LOCATION: /data/data/com.termux/files/home/Impulse
:=== System info:
SYSTEM: Linux
RELEASE: 4.9.31
VERSION: #1 SMP PREEMPT Tue Aug 18 14:41:28 IST 2020
ARCHITECTURE: 32bit
PROCESSOR:
MACHINE: i686
NODE: localhost
TIME: Mon Sep 7 17:01:07 2020

Why

photo_2020-09-02_18-54-48
Failed import some modules. What I must do?

languages

hi
how can I write the attacking email's subject in another language?
every time I write in Arabic to send the email I got errors

i got it wrking but this?

pip install -r requirements.txt
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • pip install -r requirements.txt
  •   + CategoryInfo          : ObjectNotFound: (pip:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

Error launching SMS flood

Haven't experienced this problem before the update.

Traceback (most recent call last):
File "impulse.py", line 57, in
duration=time, name=method, threads=threads, target=target
File "C:\Users\Intel\Desktop\Impulse DoS\tools\method.py", line 53, in enter
self.method = GetMethodByName(self.name)
File "C:\Users\Intel\Desktop\Impulse DoS\tools\method.py", line 25, in GetMethodByName
module = import(dir, fromlist=["object"])
File "C:\Users\Intel\Desktop\Impulse DoS\tools\SMS\main.py", line 5, in
_services = request.getServices()
File "C:\Users\Intel\Desktop\Impulse DoS\tools\SMS\sendRequest.py", line 11, in getServices
return json.load(services)["services"]
File "C:\Users\Intel\AppData\Local\Programs\Python\Python36\lib\json_init
.py", line 296, in load
return loads(fp.read(),
File "C:\Users\Intel\AppData\Local\Programs\Python\Python36\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 4077: character maps to

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.