Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedConstant authored Sep 22, 2020
1 parent bc486f2 commit 47553ba
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# BlindCrawler
![alt text](https://github.com/AhmedConstant/Images/blob/master/blindcrawler-logo-github.png "BlindCrawler")<br/>
A tool for web crawling &amp; content discovery
# Installation
`git clone https://github.com/AhmedConstant/BlindCrawler.git`<br/>
Expand All @@ -19,14 +20,26 @@ A tool for web crawling &amp; content discovery
### with cookies
`BlindCrawler.py -s https://sub.domain.com/path -c "key: value; key:value"`<br/>
# Features
* Output
* A file with all crawled URLs
* A file with subdomains discovered.
* A file with schemes discovered.
* A file with emails discovered.
* a file with comments discovered
* Performance
* There will be a continuous process to make performance as fast as possible
* Design
* OOP Design
* Good Documentation.
* Easy to edit the script code
# To-Do List
- [x] Relase beta version.
- [ ] Extract strings with high entropy from crawled pages. [UUID, Key..etc]
- [ ] Recognize the static/repetitive Urls to avoid crawling it & reduce time and resources.
- [ ] Let the user provide its own pattern to extract from crawled pages.
- [ ] Create a custom wordlist for directory bruteforcing.
- [ ] Search for potential DOM XSS vulnerable functions.
- [ ] Fuzzing the GET Parameters.
- [ ] Extract **strings with high entropy** from crawled pages. [UUID, Key..etc]
- [ ] Recognize the **static/repetitive** Urls to avoid crawling it & reduce time and resources.
- [ ] Let the user provide its own **pattern** to extract from crawled pages.
- [ ] Create a **custom wordlist** for directory bruteforcing.
- [ ] Search for potential **DOM XSS** vulnerable functions.
- [ ] **Fuzzing** the GET Parameters.
- [ ] .....
# The Author
Ahmed Constant<br/>
Expand Down

0 comments on commit 47553ba

Please sign in to comment.