├── Android
├── LOIC.apk
└── OFS DoSer v1.1.4.apk
├── Linux
├── Boom
│ ├── boom.py
│ ├── boom.spec
│ ├── build
│ │ └── boom
│ │ │ ├── Analysis-00.toc
│ │ │ ├── COLLECT-00.toc
│ │ │ ├── EXE-00.toc
│ │ │ ├── PKG-00.pkg
│ │ │ ├── PKG-00.toc
│ │ │ ├── PYZ-00.pyz
│ │ │ ├── PYZ-00.toc
│ │ │ ├── base_library.zip
│ │ │ ├── boom.exe
│ │ │ ├── boom.exe.manifest
│ │ │ ├── warn-boom.txt
│ │ │ └── xref-boom.html
│ └── dist
│ │ └── boom
│ │ ├── VCRUNTIME140.dll
│ │ ├── _bz2.pyd
│ │ ├── _hashlib.pyd
│ │ ├── _lzma.pyd
│ │ ├── _socket.pyd
│ │ ├── _ssl.pyd
│ │ ├── api-ms-win-core-file-l1-2-0.dll
│ │ ├── api-ms-win-core-file-l2-1-0.dll
│ │ ├── api-ms-win-core-localization-l1-2-0.dll
│ │ ├── api-ms-win-core-processthreads-l1-1-1.dll
│ │ ├── api-ms-win-core-synch-l1-2-0.dll
│ │ ├── api-ms-win-core-timezone-l1-1-0.dll
│ │ ├── api-ms-win-crt-conio-l1-1-0.dll
│ │ ├── api-ms-win-crt-convert-l1-1-0.dll
│ │ ├── api-ms-win-crt-environment-l1-1-0.dll
│ │ ├── api-ms-win-crt-filesystem-l1-1-0.dll
│ │ ├── api-ms-win-crt-heap-l1-1-0.dll
│ │ ├── api-ms-win-crt-locale-l1-1-0.dll
│ │ ├── api-ms-win-crt-math-l1-1-0.dll
│ │ ├── api-ms-win-crt-process-l1-1-0.dll
│ │ ├── api-ms-win-crt-runtime-l1-1-0.dll
│ │ ├── api-ms-win-crt-stdio-l1-1-0.dll
│ │ ├── api-ms-win-crt-string-l1-1-0.dll
│ │ ├── api-ms-win-crt-time-l1-1-0.dll
│ │ ├── api-ms-win-crt-utility-l1-1-0.dll
│ │ ├── base_library.zip
│ │ ├── boom.exe
│ │ ├── boom.exe.manifest
│ │ ├── libcrypto-1_1.dll
│ │ ├── libssl-1_1.dll
│ │ ├── pyexpat.pyd
│ │ ├── python37.dll
│ │ ├── select.pyd
│ │ ├── ucrtbase.dll
│ │ └── unicodedata.pyd
├── ChiHULK
│ ├── ChiHULK.py
│ ├── ReadMe.txt
│ └── Screenshots
│ │ ├── screenshot 1.png
│ │ └── screenshot 2.png
├── DDoS-Synflood
│ ├── LICENSE
│ ├── SYNFlood.cpp
│ └── wingetopt.h
├── DDoSim
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── README.txt
│ ├── aclocal.m4
│ ├── captureThread.cpp
│ ├── captureThread.h
│ ├── configure
│ ├── configure.ac
│ ├── ddosim.cpp
│ ├── ddosim.h
│ ├── depcomp
│ ├── install-sh
│ ├── missing
│ ├── senderThread.cpp
│ ├── senderThread.h
│ ├── sniffer.cpp
│ ├── sniffer.h
│ ├── tcpUtils.cpp
│ └── tcpUtils.h
├── DDos-Attack
│ ├── README.md
│ └── ddos-attack.py
├── DDos.pl
│ └── DDos.pl
├── Davoset
│ ├── CyberPower.txt
│ ├── EMC.txt
│ ├── Oracle.txt
│ ├── Qlikview.txt
│ ├── SAP NetWeaver.txt
│ ├── WordPress.txt
│ ├── XML.txt
│ ├── about42.nl.txt
│ ├── browsershots.org.txt
│ ├── davoset.pl
│ ├── list.txt
│ ├── list_full.txt
│ └── ping-admin.ru.txt
├── Dequiem
│ ├── Deq
│ │ ├── SQLi.py
│ │ ├── ddos.py
│ │ ├── findip.py
│ │ ├── help.py
│ │ ├── main.py
│ │ └── portscan.py
│ └── Dequiem2.0.py
├── GoldenEye
│ ├── README.md
│ ├── goldeneye.py
│ ├── res
│ │ └── lists
│ │ │ └── useragents
│ │ │ ├── android.txt
│ │ │ ├── browsers.txt
│ │ │ ├── cloudplatforms.txt
│ │ │ ├── crawlers.txt
│ │ │ ├── feedreaders.txt
│ │ │ ├── ipad.txt
│ │ │ ├── iphone.txt
│ │ │ ├── libraries.txt
│ │ │ ├── linkcheckers.txt
│ │ │ ├── others.txt
│ │ │ ├── validators.txt
│ │ │ └── zytrax-browserid.txt
│ └── util
│ │ └── getuas.py
├── HULK
│ ├── CODE_OF_CONDUCT.md
│ ├── CONTRIBUTING.md
│ ├── LICENSE
│ ├── README.md
│ ├── __pycache__
│ │ └── boom.cpython-37.pyc
│ ├── hulk-launcher.py
│ ├── hulk-server.py
│ ├── hulk.py
│ └── requirements.txt
├── LOIC
│ ├── README.txt
│ ├── loic.sh
│ └── src
│ │ ├── Functions.cs
│ │ ├── HTTPFlooder.cs
│ │ ├── IFlooder.cs
│ │ ├── IRC
│ │ ├── Client
│ │ │ ├── Channel.cs
│ │ │ ├── ChannelUser.cs
│ │ │ ├── Delegates.cs
│ │ │ ├── EventArgs.cs
│ │ │ ├── IrcClient.cs
│ │ │ ├── IrcMessageData.cs
│ │ │ ├── IrcUser.cs
│ │ │ ├── NonRfcChannel.cs
│ │ │ └── NonRfcChannelUser.cs
│ │ ├── Commands
│ │ │ ├── IrcCommands.cs
│ │ │ └── Rfc2812.cs
│ │ ├── Connection
│ │ │ ├── Delegates.cs
│ │ │ ├── EventArgs.cs
│ │ │ ├── IrcConnection.cs
│ │ │ ├── IrcProperties.cs
│ │ │ └── IrcTcpClient.cs
│ │ ├── Consts.cs
│ │ ├── EventArgs.cs
│ │ ├── Exceptions.cs
│ │ ├── IRC.csproj
│ │ ├── Logger.cs
│ │ ├── Meebey.SmartIrc4net.xml
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── packages.config
│ │ ├── LOIC.csproj
│ │ ├── LOIC.sln
│ │ ├── LOIC.userprefs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ │ ├── Protocol.cs
│ │ ├── ReqState.cs
│ │ ├── Resources
│ │ ├── EULA.rtf
│ │ ├── LOIC.gif
│ │ ├── LOIC.ico
│ │ └── WTF.jpg
│ │ ├── Settings.cs
│ │ ├── XXPFlooder.cs
│ │ ├── app.config
│ │ ├── app.manifest
│ │ ├── cHLDos.cs
│ │ ├── frmEULA.Designer.cs
│ │ ├── frmEULA.cs
│ │ ├── frmEULA.resx
│ │ ├── frmEZGrab.Designer.cs
│ │ ├── frmEZGrab.cs
│ │ ├── frmEZGrab.resx
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ ├── frmWtf.Designer.cs
│ │ ├── frmWtf.cs
│ │ ├── frmWtf.resx
│ │ └── packages
│ │ ├── log4net.2.0.5
│ │ ├── lib
│ │ │ ├── net10-full
│ │ │ │ ├── log4net.dll
│ │ │ │ └── log4net.xml
│ │ │ ├── net11-full
│ │ │ │ ├── log4net.dll
│ │ │ │ └── log4net.xml
│ │ │ ├── net20-full
│ │ │ │ ├── log4net.dll
│ │ │ │ └── log4net.xml
│ │ │ ├── net35-client
│ │ │ │ ├── log4net.dll
│ │ │ │ └── log4net.xml
│ │ │ ├── net35-full
│ │ │ │ ├── log4net.dll
│ │ │ │ └── log4net.xml
│ │ │ ├── net40-client
│ │ │ │ ├── log4net.dll
│ │ │ │ └── log4net.xml
│ │ │ ├── net40-full
│ │ │ │ ├── log4net.dll
│ │ │ │ └── log4net.xml
│ │ │ └── net45-full
│ │ │ │ ├── log4net.dll
│ │ │ │ └── log4net.xml
│ │ ├── log4net.2.0.5.nupkg
│ │ ├── log4net.2.0.5.nupkg.sha512
│ │ └── log4net.nuspec
│ │ └── repositories.config
├── Moihack Reloaded
│ └── moihack.py
├── Pummel
│ ├── LICENSE
│ ├── README.md
│ └── pummel.py
├── R-U-Dead-Yet
│ ├── BeautifulSoup.py
│ ├── README.md
│ ├── r-u-dead-yet-v2.2.py
│ ├── rudeadyet.conf
│ └── socks.py
├── RCPnet
│ ├── Capture.PNG
│ ├── LICENSE.txt
│ ├── test.py
│ └── tracertest.py
├── Refref
│ ├── README.md
│ └── refref.pl
├── Simple Python Scripts
│ ├── anonyv28.py
│ ├── pyDDos-1.py
│ └── pyDDos-2.py
├── Slowloris
│ ├── LICENSE
│ ├── MANIFEST.in
│ ├── README.md
│ ├── setup.py
│ └── slowloris.py
├── TorDDoS
│ ├── LICENSE
│ ├── README.md
│ ├── img
│ │ └── torddos.png
│ ├── install.sh
│ ├── lib
│ │ ├── __init__.py
│ │ ├── args.py
│ │ ├── color.py
│ │ └── tor.py
│ ├── requirements.txt
│ └── torddos.py
├── Torshammer
│ ├── README
│ ├── socks.py
│ ├── terminal.py
│ └── torshammer.py
└── pyloris
│ ├── doc
│ └── httploris.txt
│ ├── httploris.py
│ ├── libloris.py
│ ├── license
│ ├── PyLoris.txt
│ └── SocksiPy.txt
│ ├── pyloris.py
│ ├── scriptloris_deflate.py
│ ├── scriptloris_ftp.py
│ ├── scriptloris_http.py
│ ├── scriptloris_httpbasic.py
│ ├── scriptloris_imaps.py
│ ├── scriptloris_sfspoof.py
│ ├── socks.py
│ └── tor_switcher.py
└── README.md
/Android/LOIC.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Android/LOIC.apk
--------------------------------------------------------------------------------
/Android/OFS DoSer v1.1.4.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Android/OFS DoSer v1.1.4.apk
--------------------------------------------------------------------------------
/Linux/Boom/boom.spec:
--------------------------------------------------------------------------------
1 | # -*- mode: python ; coding: utf-8 -*-
2 |
3 | block_cipher = None
4 |
5 |
6 | a = Analysis(['boom.py'],
7 | pathex=['C:\\Users\\drago\\Desktop\\hulk.exe'],
8 | binaries=[],
9 | datas=[],
10 | hiddenimports=[],
11 | hookspath=[],
12 | runtime_hooks=[],
13 | excludes=[],
14 | win_no_prefer_redirects=False,
15 | win_private_assemblies=False,
16 | cipher=block_cipher,
17 | noarchive=False)
18 | pyz = PYZ(a.pure, a.zipped_data,
19 | cipher=block_cipher)
20 | exe = EXE(pyz,
21 | a.scripts,
22 | [],
23 | exclude_binaries=True,
24 | name='boom',
25 | debug=False,
26 | bootloader_ignore_signals=False,
27 | strip=False,
28 | upx=True,
29 | console=True )
30 | coll = COLLECT(exe,
31 | a.binaries,
32 | a.zipfiles,
33 | a.datas,
34 | strip=False,
35 | upx=True,
36 | upx_exclude=[],
37 | name='boom')
38 |
--------------------------------------------------------------------------------
/Linux/Boom/build/boom/COLLECT-00.toc:
--------------------------------------------------------------------------------
1 | ([('boom.exe',
2 | 'C:\\Users\\drago\\Desktop\\hulk.exe\\build\\boom\\boom.exe',
3 | 'EXECUTABLE'),
4 | ('boom.exe.manifest',
5 | 'C:\\Users\\drago\\Desktop\\hulk.exe\\build\\boom\\boom.exe.manifest',
6 | 'BINARY'),
7 | ('python37.dll',
8 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\python37.dll',
9 | 'BINARY'),
10 | ('api-ms-win-crt-runtime-l1-1-0.dll',
11 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-runtime-l1-1-0.dll',
12 | 'BINARY'),
13 | ('api-ms-win-crt-heap-l1-1-0.dll',
14 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-heap-l1-1-0.dll',
15 | 'BINARY'),
16 | ('api-ms-win-crt-math-l1-1-0.dll',
17 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-math-l1-1-0.dll',
18 | 'BINARY'),
19 | ('api-ms-win-crt-locale-l1-1-0.dll',
20 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-locale-l1-1-0.dll',
21 | 'BINARY'),
22 | ('api-ms-win-crt-stdio-l1-1-0.dll',
23 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-stdio-l1-1-0.dll',
24 | 'BINARY'),
25 | ('VCRUNTIME140.dll',
26 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\VCRUNTIME140.dll',
27 | 'BINARY'),
28 | ('api-ms-win-crt-string-l1-1-0.dll',
29 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-string-l1-1-0.dll',
30 | 'BINARY'),
31 | ('api-ms-win-crt-time-l1-1-0.dll',
32 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-time-l1-1-0.dll',
33 | 'BINARY'),
34 | ('api-ms-win-crt-conio-l1-1-0.dll',
35 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-conio-l1-1-0.dll',
36 | 'BINARY'),
37 | ('api-ms-win-crt-filesystem-l1-1-0.dll',
38 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-filesystem-l1-1-0.dll',
39 | 'BINARY'),
40 | ('api-ms-win-crt-convert-l1-1-0.dll',
41 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-convert-l1-1-0.dll',
42 | 'BINARY'),
43 | ('api-ms-win-crt-process-l1-1-0.dll',
44 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-process-l1-1-0.dll',
45 | 'BINARY'),
46 | ('api-ms-win-crt-environment-l1-1-0.dll',
47 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-environment-l1-1-0.dll',
48 | 'BINARY'),
49 | ('ucrtbase.dll',
50 | 'C:\\Program Files\\Mozilla Firefox\\ucrtbase.dll',
51 | 'BINARY'),
52 | ('api-ms-win-core-synch-l1-2-0.dll',
53 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-core-synch-l1-2-0.dll',
54 | 'BINARY'),
55 | ('api-ms-win-core-file-l1-2-0.dll',
56 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-core-file-l1-2-0.dll',
57 | 'BINARY'),
58 | ('api-ms-win-core-processthreads-l1-1-1.dll',
59 | 'C:\\Program Files\\Mozilla '
60 | 'Firefox\\api-ms-win-core-processthreads-l1-1-1.dll',
61 | 'BINARY'),
62 | ('api-ms-win-core-localization-l1-2-0.dll',
63 | 'C:\\Program Files\\Mozilla '
64 | 'Firefox\\api-ms-win-core-localization-l1-2-0.dll',
65 | 'BINARY'),
66 | ('api-ms-win-core-file-l2-1-0.dll',
67 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-core-file-l2-1-0.dll',
68 | 'BINARY'),
69 | ('api-ms-win-core-timezone-l1-1-0.dll',
70 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-core-timezone-l1-1-0.dll',
71 | 'BINARY'),
72 | ('_socket',
73 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\_socket.pyd',
74 | 'EXTENSION'),
75 | ('_lzma',
76 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\_lzma.pyd',
77 | 'EXTENSION'),
78 | ('_bz2',
79 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\_bz2.pyd',
80 | 'EXTENSION'),
81 | ('select',
82 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\select.pyd',
83 | 'EXTENSION'),
84 | ('_hashlib',
85 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\_hashlib.pyd',
86 | 'EXTENSION'),
87 | ('_ssl',
88 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\_ssl.pyd',
89 | 'EXTENSION'),
90 | ('unicodedata',
91 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\unicodedata.pyd',
92 | 'EXTENSION'),
93 | ('pyexpat',
94 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\pyexpat.pyd',
95 | 'EXTENSION'),
96 | ('libcrypto-1_1.dll',
97 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\libcrypto-1_1.dll',
98 | 'BINARY'),
99 | ('libssl-1_1.dll',
100 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\DLLs\\libssl-1_1.dll',
101 | 'BINARY'),
102 | ('api-ms-win-crt-utility-l1-1-0.dll',
103 | 'C:\\Program Files\\Mozilla Firefox\\api-ms-win-crt-utility-l1-1-0.dll',
104 | 'BINARY'),
105 | ('base_library.zip',
106 | 'C:\\Users\\drago\\Desktop\\hulk.exe\\build\\boom\\base_library.zip',
107 | 'DATA')],)
108 |
--------------------------------------------------------------------------------
/Linux/Boom/build/boom/EXE-00.toc:
--------------------------------------------------------------------------------
1 | ('C:\\Users\\drago\\Desktop\\hulk.exe\\build\\boom\\boom.exe',
2 | True,
3 | False,
4 | True,
5 | None,
6 | None,
7 | False,
8 | False,
9 | '',
10 | True,
11 | 'boom.pkg',
12 | [('PYZ-00.pyz',
13 | 'C:\\Users\\drago\\Desktop\\hulk.exe\\build\\boom\\PYZ-00.pyz',
14 | 'PYZ'),
15 | ('struct',
16 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\struct.pyo',
17 | 'PYMODULE'),
18 | ('pyimod01_os_path',
19 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
20 | 'PYMODULE'),
21 | ('pyimod02_archive',
22 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
23 | 'PYMODULE'),
24 | ('pyimod03_importers',
25 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
26 | 'PYMODULE'),
27 | ('pyiboot01_bootstrap',
28 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
29 | 'PYSOURCE'),
30 | ('boom', 'C:\\Users\\drago\\Desktop\\hulk.exe\\boom.py', 'PYSOURCE'),
31 | ('boom.exe.manifest',
32 | 'C:\\Users\\drago\\Desktop\\hulk.exe\\build\\boom\\boom.exe.manifest',
33 | 'BINARY')],
34 | [],
35 | False,
36 | False,
37 | 1580659319,
38 | [('run.exe',
39 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\run.exe',
40 | 'EXECUTABLE')])
41 |
--------------------------------------------------------------------------------
/Linux/Boom/build/boom/PKG-00.pkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/build/boom/PKG-00.pkg
--------------------------------------------------------------------------------
/Linux/Boom/build/boom/PKG-00.toc:
--------------------------------------------------------------------------------
1 | ('C:\\Users\\drago\\Desktop\\hulk.exe\\build\\boom\\PKG-00.pkg',
2 | {'BINARY': 1,
3 | 'DATA': 1,
4 | 'EXECUTABLE': 1,
5 | 'EXTENSION': 1,
6 | 'PYMODULE': 1,
7 | 'PYSOURCE': 1,
8 | 'PYZ': 0},
9 | [('PYZ-00.pyz',
10 | 'C:\\Users\\drago\\Desktop\\hulk.exe\\build\\boom\\PYZ-00.pyz',
11 | 'PYZ'),
12 | ('struct',
13 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\struct.pyo',
14 | 'PYMODULE'),
15 | ('pyimod01_os_path',
16 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
17 | 'PYMODULE'),
18 | ('pyimod02_archive',
19 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
20 | 'PYMODULE'),
21 | ('pyimod03_importers',
22 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
23 | 'PYMODULE'),
24 | ('pyiboot01_bootstrap',
25 | 'c:\\users\\drago\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
26 | 'PYSOURCE'),
27 | ('boom', 'C:\\Users\\drago\\Desktop\\hulk.exe\\boom.py', 'PYSOURCE'),
28 | ('boom.exe.manifest',
29 | 'C:\\Users\\drago\\Desktop\\hulk.exe\\build\\boom\\boom.exe.manifest',
30 | 'BINARY')],
31 | True,
32 | False,
33 | False,
34 | [])
35 |
--------------------------------------------------------------------------------
/Linux/Boom/build/boom/PYZ-00.pyz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/build/boom/PYZ-00.pyz
--------------------------------------------------------------------------------
/Linux/Boom/build/boom/base_library.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/build/boom/base_library.zip
--------------------------------------------------------------------------------
/Linux/Boom/build/boom/boom.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/build/boom/boom.exe
--------------------------------------------------------------------------------
/Linux/Boom/build/boom/boom.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/Linux/Boom/build/boom/warn-boom.txt:
--------------------------------------------------------------------------------
1 |
2 | This file lists modules PyInstaller was not able to find. This does not
3 | necessarily mean this module is required for running you program. Python and
4 | Python 3rd-party packages include a lot of conditional or optional modules. For
5 | example the module 'ntpath' only exists on Windows, whereas the module
6 | 'posixpath' only exists on Posix systems.
7 |
8 | Types if import:
9 | * top-level: imported at the top-level - look at these first
10 | * conditional: imported within an if-statement
11 | * delayed: imported from within a function
12 | * optional: imported within a try-except-statement
13 |
14 | IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
15 | yourself tracking down the missing module. Thanks!
16 |
17 | missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional)
18 | missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), http.server (delayed, optional), webbrowser (delayed), netrc (delayed, conditional), getpass (delayed)
19 | missing module named org - imported by pickle (optional)
20 | missing module named grp - imported by shutil (optional), tarfile (optional)
21 | missing module named termios - imported by tty (top-level), getpass (optional)
22 | missing module named _posixsubprocess - imported by subprocess (conditional)
23 | missing module named vms_lib - imported by platform (delayed, conditional, optional)
24 | missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
25 | missing module named java - imported by platform (delayed)
26 | missing module named _scproxy - imported by urllib.request (conditional)
27 | missing module named _winreg - imported by platform (delayed, optional)
28 | missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional)
29 | excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional)
30 | missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional)
31 | missing module named posix - imported by os (conditional, optional)
32 | missing module named resource - imported by posix (top-level)
33 |
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/VCRUNTIME140.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/VCRUNTIME140.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/_bz2.pyd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/_bz2.pyd
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/_hashlib.pyd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/_hashlib.pyd
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/_lzma.pyd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/_lzma.pyd
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/_socket.pyd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/_socket.pyd
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/_ssl.pyd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/_ssl.pyd
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-core-file-l1-2-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-core-file-l1-2-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-core-file-l2-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-core-file-l2-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-core-localization-l1-2-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-core-localization-l1-2-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-core-processthreads-l1-1-1.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-core-processthreads-l1-1-1.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-core-synch-l1-2-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-core-synch-l1-2-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-core-timezone-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-core-timezone-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-conio-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-conio-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-convert-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-convert-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-environment-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-environment-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-filesystem-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-filesystem-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-heap-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-heap-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-locale-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-locale-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-math-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-math-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-process-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-process-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-runtime-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-runtime-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-stdio-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-stdio-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-string-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-string-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-time-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-time-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/api-ms-win-crt-utility-l1-1-0.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/api-ms-win-crt-utility-l1-1-0.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/base_library.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/base_library.zip
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/boom.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/boom.exe
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/boom.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/libcrypto-1_1.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/libcrypto-1_1.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/libssl-1_1.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/libssl-1_1.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/pyexpat.pyd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/pyexpat.pyd
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/python37.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/python37.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/select.pyd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/select.pyd
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/ucrtbase.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/ucrtbase.dll
--------------------------------------------------------------------------------
/Linux/Boom/dist/boom/unicodedata.pyd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/Boom/dist/boom/unicodedata.pyd
--------------------------------------------------------------------------------
/Linux/ChiHULK/ReadMe.txt:
--------------------------------------------------------------------------------
1 | *Ethical uses only*
2 |
3 | You need to have Python installed for this tool to work/run.
4 |
5 | Info:
6 | *******************************************************
7 | ChiHULK sourceforge:
8 | https://sourceforge.net/projects/chihulk-dos-tool/
9 | *******************************************************
10 | Twitter:
11 | https://twitter.com/chinassie
12 | @chinassie
13 | *******************************************************
14 | Facebook:
15 | https://www.facebook.com/profile.php?id=100012934719053
16 | *******************************************************
--------------------------------------------------------------------------------
/Linux/ChiHULK/Screenshots/screenshot 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/ChiHULK/Screenshots/screenshot 1.png
--------------------------------------------------------------------------------
/Linux/ChiHULK/Screenshots/screenshot 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/theahmadov/DISCOS/2de8c1cacbc49de6cd011fa113a242ff0465ce5f/Linux/ChiHULK/Screenshots/screenshot 2.png
--------------------------------------------------------------------------------
/Linux/DDoS-Synflood/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (c) 2015-2017, Forec
2 |
3 | Permission to use, copy, modify, and/or distribute this code for any
4 | purpose with or without fee is hereby granted, provided that the above
5 | copyright notice and this permission notice appear in all copies.
6 |
7 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
/Linux/DDoS-Synflood/wingetopt.h:
--------------------------------------------------------------------------------
1 | /*
2 | POSIX getopt for Windows
3 |
4 | AT&T Public License
5 |
6 | Code given out at the 1985 UNIFORUM conference in Dallas.
7 | */
8 |
9 | #include
10 | #ifdef __GNUC__
11 | #include
12 | #endif
13 | #ifndef __GNUC__
14 |
15 | #ifndef _WINGETOPT_H_
16 | #define _WINGETOPT_H_
17 |
18 | #ifdef __cplusplus
19 | extern "C" {
20 | #endif
21 |
22 | extern int opterr;
23 | extern int optind;
24 | extern int optopt;
25 | extern char *optarg;
26 | extern int getopt(int argc, char **argv, char *opts);
27 |
28 | #ifdef __cplusplus
29 | }
30 | #endif
31 |
32 | #endif /* _GETOPT_H_ */
33 | #endif /* __GNUC__ */
34 |
35 | /*
36 | POSIX getopt for Windows
37 |
38 | AT&T Public License
39 |
40 | Code given out at the 1985 UNIFORUM conference in Dallas.
41 | */
42 |
43 | #ifndef __GNUC__
44 |
45 | #include
46 |
47 | #define NULL 0
48 | #define EOF (-1)
49 | #define ERR(s, c) if(opterr){\
50 | char errbuf[2]; \
51 | errbuf[0] = c; errbuf[1] = '\n'; \
52 | fputs(argv[0], stderr); \
53 | fputs(s, stderr); \
54 | fputc(c, stderr); }
55 | //(void) write(2, argv[0], (unsigned)strlen(argv[0]));\
56 | //(void) write(2, s, (unsigned)strlen(s));\
57 | //(void) write(2, errbuf, 2);}
58 |
59 | int opterr = 1;
60 | int optind = 1;
61 | int optopt;
62 | char *optarg;
63 |
64 | int getopt(int argc,char ** argv, char *opts)
65 | {
66 | static int sp = 1;
67 | register int c;
68 | register char *cp;
69 |
70 | if (sp == 1)
71 | if (optind >= argc ||
72 | argv[optind][0] != '-' || argv[optind][1] == '\0')
73 | return(EOF);
74 | else if (strcmp(argv[optind], "--") == NULL) {
75 | optind++;
76 | return(EOF);
77 | }
78 | optopt = c = argv[optind][sp];
79 | if (c == ':' || (cp = strchr(opts, c)) == NULL) {
80 | ERR(": illegal option -- ", c);
81 | if (argv[optind][++sp] == '\0') {
82 | optind++;
83 | sp = 1;
84 | }
85 | return('?');
86 | }
87 | if (*++cp == ':') {
88 | if (argv[optind][sp + 1] != '\0')
89 | optarg = &argv[optind++][sp + 1];
90 | else if (++optind >= argc) {
91 | ERR(": option requires an argument -- ", c);
92 | sp = 1;
93 | return('?');
94 | }
95 | else
96 | optarg = argv[optind++];
97 | sp = 1;
98 | }
99 | else {
100 | if (argv[optind][++sp] == '\0') {
101 | sp = 1;
102 | optind++;
103 | }
104 | optarg = NULL;
105 | }
106 | return(c);
107 | }
108 |
109 | #endif /* __GNUC__ */
110 |
--------------------------------------------------------------------------------
/Linux/DDoSim/Makefile.am:
--------------------------------------------------------------------------------
1 | AUTOMAKE_OPTIONS = foreign
2 |
3 | INCLUDES=`libnet-config --defines` -Wall -Wno-deprecated -O2
4 | LDFLAGS=-lnet -lpcap -lpthread
5 |
6 | bin_PROGRAMS = ddosim
7 | ddosim_SOURCES = ddosim.cpp sniffer.cpp senderThread.cpp captureThread.cpp tcpUtils.cpp \
8 | ddosim.h sniffer.h senderThread.h captureThread.h tcpUtils.h
9 |
10 |
--------------------------------------------------------------------------------
/Linux/DDoSim/README.txt:
--------------------------------------------------------------------------------
1 | Installation
2 | ------------
3 | ./configure
4 | make
5 | make install
6 |
7 |
8 | Usage
9 | -----
10 | ./ddosim
11 | -d IP Target IP address
12 | -p PORT Target port
13 | [-k NET] Source IP from class C network (ex. 10.4.4.0)
14 | [-i IFNAME] Output interface name
15 | [-c COUNT] Number of connections to establish
16 | [-w DELAY] Delay (in milliseconds) between SYN packets
17 | [-r TYPE] Request to send after TCP 3-way handshake. TYPE can be HTTP_VALID or HTTP_INVALID or SMTP_EHLO
18 | [-t NRTHREADS] Number of threads to use when sending packets (default 1)
19 | [-n] Do not spoof source address (use local address)
20 | [-v] Verbose mode (slower)
21 | [-h] Print this help message
22 |
--------------------------------------------------------------------------------
/Linux/DDoSim/captureThread.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | #include