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

UpdatedGrammer in README #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 @@ -4,7 +4,7 @@ How it works? CTFR does not use neither dictionary attack nor brute-force, it ju
For more information about CT logs, check www.certificate-transparency.org and [crt.sh](https://crt.sh/).

## Getting Started
Please, follow the instructions below for installing and run CTFR.
Please, Follow the instructions below for installing and run CTFR.

### Pre-requisites
Make sure you have installed the following tools:
Expand Down Expand Up @@ -44,7 +44,7 @@ $ python3 ctfr.py -d facebook.com -o /home/shei/subdomains_fb.txt
```

### With Docker
I think it's a little bit crazy to use Docker for running such a little python script, but if you want to do it anyway, you can use [this Docker image](https://hub.docker.com/r/unapibageek/ctfr).
I think it's a little bit crazy to use Docker for running such a little python script, But if you want to do it anyway, You can use [this Docker image](https://hub.docker.com/r/unapibageek/ctfr).

The instructions are there.

Expand Down