Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing whitespace #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ ls
$ python2 battack.py

> EXAMPLES OF SMS BOMBING

$ botol --tool SMS --target +8801711111111 --timeout 10 --threads 50
```

Expand All @@ -55,7 +55,7 @@ $ botol --tool SMS --target +8801711111111 --timeout 10 --threads 50
> python2 battack.py

NOW WORKING WITHOUT ANY PROBLEM :-)
```
```
## VIDEO TUTORIAL & PASSWORD
[![Watch the video](https://img.youtube.com/vi/QGdi1ZzG1sY/maxresdefault.jpg)](https://youtu.be/QGdi1ZzG1sY)

Expand Down
Binary file removed tools/SMS/__pycache__/main.cpython-38.pyc
Binary file not shown.
Binary file removed tools/SMS/__pycache__/numberTools.cpython-38.pyc
Binary file not shown.
Binary file removed tools/SMS/__pycache__/randomData.cpython-38.pyc
Binary file not shown.
Binary file removed tools/SMS/__pycache__/sendRequest.cpython-38.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/SMS/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def sms_flood():
for thread in threads_list:
FINISH = True
thread.join()

print("\033[1;77m"+"[i]"+"\033[0m"+" Attack completed.")
4 changes: 2 additions & 2 deletions tools/SMS/sendRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def parseData(self, phone):
}.items():
payload = payload.replace(old, new)
return (json.loads(payload), dataType)

# Send message
def sendMessage(self, phone):
url = self.service["url"]
Expand Down Expand Up @@ -105,7 +105,7 @@ def sendMessage(self, phone):
else:
#print(r.text)
print("\033[1;33m"+"[!]"+"\033[0m" + " " + error)

return r.status_code

except (requests.exceptions.ReadTimeout, requests.exceptions.ConnectTimeout):
Expand Down
Binary file removed tools/addons/__pycache__/clean.cpython-38.pyc
Binary file not shown.
Binary file removed tools/addons/__pycache__/logo.cpython-38.pyc
Binary file not shown.
10 changes: 5 additions & 5 deletions tools/addons/banner.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

,-. ,. ,---. ,---. ,. ,-. , ,
| ) / \ | | / \ / | /
|-< |--| | | |--| | |<
| ) | | | | | | \ | \
,-. ,. ,---. ,---. ,. ,-. , ,
| ) / \ | | / \ / | /
|-< |--| | | |--| | |<
| ) | | | | | | \ | \
`-' ' ' ' ' ' ' `-' ' `

HOW TO START BOMBING ?

python botol --tool SMS --target +8801711111111 --timeout 120 --threads 500
python botol --tool SMS --target +8801711111111 --timeout 120 --threads 500