forked from threat9/routersploit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
## Status | ||
** READY/IN DEVELOPMENT/HOLD ** | ||
**READY/IN DEVELOPMENT/HOLD** | ||
|
||
## Description | ||
Describe what is changed by your Pull Request. If this PR is related to the open issue (bug/feature/new module) please attach issue number. | ||
|
||
## Verification | ||
Provide steps to test or reproduce the PR. | ||
- [ ] Start `./rsf.py` | ||
- [ ] `use exploits/routers/dlink/dsl_2750b_rce` | ||
- [ ] `set target 192.168.1.1` | ||
- [ ] `run` | ||
- [ ] ... | ||
1. Start `./rsf.py` | ||
2. `use exploits/routers/dlink/dsl_2750b_rce` | ||
3. `set target 192.168.1.1` | ||
4. `run` | ||
5. ... | ||
|
||
## Checklist | ||
- [ ] Write module/feature | ||
- [ ] Write tests ([Example](https://github.com/threat9/routersploit/blob/master/tests/exploits/routers/dlink/test_dsl_2750b_rce.py)) | ||
- [ ] Document how it works ([Example](https://github.com/threat9/routersploit/blob/master/docs/modules/exploits/routers/dlink/dsl_2750b_rce.md)) |