Skip to content

Commit

Permalink
Removing milestones from README
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoj3 committed Jul 8, 2019
1 parent e3261c8 commit a892d0f
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ and [dirb](https://tools.kali.org/web-applications/dirb).
- [Download](#-download)
- [Development](#-development)
- [License](https://github.com/stefanoj3/dirstalk/blob/master/LICENSE.md)
- [Milestones](#-milestones)

## [](#contents) How to use it

Expand Down Expand Up @@ -109,25 +108,8 @@ will print a description of every command available in the Makefile.

Wanna add a functionality? fix a bug? fork and create a PR.

## [](#contents) Milestones

### Version 1.0
- [x] Scan a given url
- [x] Specify how many threads to use
- [x] Specify http verbs to use
- [x] Specify dictionary to use (either local or remote file)
- [x] Specify http request timeout
- [x] Specify verbosity of the log
- [x] Specify scan depth
- [x] Socks5 support
- [x] Can generate dictionary starting from a folder containing files/subdirectories
- [x] Can be compiled for multiple platform/architectures (min: OSX x64, Linux 386, Linux x64, Linux arm, Linux arm64)
- [x] A CI is running the tests suite and display the code coverage
- [x] Print results as a tree and a detailed list of the results found
- [x] Has detailed documentation

### Someday
- [ ] Add support for rotating SOCKS5 proxies
- [ ] Scan a website pages looking for links to bruteforce
- [ ] Expose a webserver that can be used to launch scans and check their status
- [ ] Introduce metrics that can give a sense of how much of the dictionary was found on the remote server
## Plans for the future
- Add support for rotating SOCKS5 proxies
- Scan a website pages looking for links to bruteforce
- Expose a webserver that can be used to launch scans and check their status
- Introduce metrics that can give a sense of how much of the dictionary was found on the remote server

0 comments on commit a892d0f

Please sign in to comment.