-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from 404notfound-3/master
improved docs
- Loading branch information
Showing
1 changed file
with
20 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,21 @@ | ||
# Bull-Attack | ||
|
||
Installation Step.... | ||
|
||
==> apt update | ||
|
||
|
||
==> apt upgrade | ||
|
||
|
||
==> apt install python | ||
|
||
|
||
==> apt install python2 | ||
|
||
|
||
==> apt install git | ||
|
||
|
||
==> cd $HOME | ||
|
||
|
||
==> git clone https://github.com/Bhai4You/Bull-Attack | ||
|
||
|
||
==> cd Bull-Attack | ||
|
||
|
||
==> chmod +x B-attack.py | ||
|
||
|
||
==> python2 B-attack.py | ||
Website or Ip Hacker for Termux | ||
|
||
## Disclamer | ||
Hacking is a Crime!!! This Tool Only Use For Educational Perpose Don't Work Any illegal Activities Using Bull Attack... | ||
|
||
## Installation | ||
* For [Termux](https://play.google.com/store/apps/details?id=com.termux) | ||
``` | ||
apt update && apt upgrade -y | ||
apt install python python2 git | ||
cd $HOME | ||
git clone https://github.com/Bhai4You/Bull-Attack | ||
cd Bull-Attack | ||
chmod +x B-attack.py | ||
python2 B-attack.py | ||
``` | ||
## Author | ||
Written and maintained by [Bhai4You](https://github.com/Bhai4You) | ||
## License | ||
Project license can be found [here](https://github.com/Bhai4You/Bull-Attack/blob/master/LICENSE) |