Skip to content

Commit

Permalink
Add deleted files to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdiaa committed Aug 23, 2018
1 parent 9e54caf commit 43878b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ INFO[0013] Total rows extracted 100000. Mode=WordsWithExt Sourc

Any set of extensions can be passed via the `-e` flag, i.e. `-e aspx,php,html,js`.

### Deleted files

Using GitHub's commits dataset, we can extract what may be files that developers decided to delete from their public repositories. These files may contain sensitive data. This can be done with:

`⟩ ./commonspeak2 --project crunchbox-160315 --credentials credentials.json deleted-files -l 50000 -o deleted.txt`


```
INFO[0000] Executing BigQuery SQL... this could take some time. Limit=50000 Mode=DeletedFiles Source=Github
INFO[0013] Total rows extracted 50000. Mode=DeletedFiles Source=Github
```


### Features in Active Development

Expand Down

0 comments on commit 43878b0

Please sign in to comment.