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

added black arch linux #47

Open
wants to merge 2 commits 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
18 changes: 18 additions & 0 deletions GrabCam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[GrabCam](https://github.com/noob-hackers/grabcam)

GramCam is a tool that can hack your victims android device.

```
apt-get update -y
apt-get upgrade -y
pkg install python -y
pkg install python2 -y
pkg install git -y
pip install lolcat
git clone https://github.com/noob-hackers/grabcam
cd $HOME
ls
cd grabcam
ls
bash grabcam.sh
```
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
## DOWNLOAD
### [Kali Linux](https://www.kali.org/downloads/) &nbsp; &nbsp; :dragon: <br>
### [Parrot OS](https://parrotsec.org/download/) &nbsp;&nbsp; :parrot: <br>
### [Black Arch](https://blackarch.org/downloads.html) &nbsp;&nbsp; <br>
### [Remnux](https://remnux.org/#distro) &nbsp;&nbsp; :bee:
### [bWAPP](https://sourceforge.net/projects/bwapp/files/bee-box/) &nbsp;&nbsp; :computer:
### [OWASP Juice Shop](https://owasp.org/www-project-juice-shop/) &nbsp;&nbsp; :tropical_drink:
Expand Down