Skip to content

Commit

Permalink
Merge pull request #32 from wstierhout/master
Browse files Browse the repository at this point in the history
Added requirements.txt and added installation in README.md
  • Loading branch information
chinoogawa committed Jan 11, 2019
2 parents 57512e1 + 4e86e8c commit 2c4dfa6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -4,6 +4,12 @@

Instagram bruteforce exploit module

## Installation

```python
pip install -r requirements.txt
```

## Usage

Usage: instaBrute -h
Expand All @@ -19,11 +25,11 @@ Usage: instaBrute -h
## Example

```python
python instaBrute.py -f usernames.txt -d dictionary.txt
python instaBrute.py -f usernames.txt -d dictionary.txt
```
```python
python instaBrute.py -u facebook -d dictionary.txt
```
python instaBrute.py -u facebook -d dictionary.txt
```
## Features

1. Check username existence
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
@@ -0,0 +1,5 @@
Mechanize==0.2.5
Selenium==2.53.6
CookieJar==0.0.1
Simplejson==3.8.1
optparse-pretty==0.1.1

0 comments on commit 2c4dfa6

Please sign in to comment.