-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
sqlmap: add page #2412
sqlmap: add page #2412
Conversation
@hbostann - In future, you can update the same PR by pushing a new commit. You don't have to close and create a new PR every time. :) |
pages/common/sqlmap.md
Outdated
|
||
`python sqlmap.py -u {{"http://www.target.com/vuln.php" --data={{"id=1"}}` | ||
|
||
- Change default parameter delimiter (&): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Change the parameter delimiter (& is the default):"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hbostann - I removed the default being mentioned twice. Hope that's okay with you.
@agnivade That's perfectly fine. |
Hello, you should definitely include
For important use cases I would also add:
For advanced stuff (and as a teaser to read the sqlmap usage page ;) Oh, and the injection marker |
Hi all! This thread has not had any recent activity. Are there any updates? Thanks! |
The page (if new), does not already exist in the repo.
The page (if new), has been added to the correct platform folder:
common/
if it's common to all platforms,linux/
if it's Linux-specific, and so on.The page has 8 or fewer examples.
The PR is appropriately titled:
<command name>: add page
for new pages, or<command name>: <description of changes>
for pages being edited.The page follows the contributing guidelines.