Fixed problem when there is no parameter in uri #44
Merged
tcstool merged 3 commits intocodingo:0.5from Aug 9, 2016
Merged
Conversation
… and use GET method 3-Set App Path (Current: /zend_workplace/NoSQLInjectionAttackDemo/login/demo_2.php?) there will be unnormal behaviours in NoSQL Web App Attacks like this: Web App Attacks (GET) =============== Checking to see if site at 10.4.28.153:80/zend_workplace/NoSQLInjectionAttackDemo/login/demo_2.php? is up... App is up! Baseline test-Enter random string size: 2 What format should the random string take? 1-Alphanumeric 2-Letters only 3-Numbers only 4-Email address Select an option: 2 Using xM for injection testing. List of parameters: 1- /* there is no parameters, but system will also excute this process */ Which parameter should we inject? 1 Injecting the parameter... URI : http://10.4.28.153:80/zend_workplace/NoSQLInjectionAttackDemo/login/demo_2.php?=xM Sending random parameter value... Got response length of 186. No change in response size injecting a random parameter.. After modifying, system will notice user that there is no parameters in uri Web App Attacks (GET) =============== Checking to see if site at 10.4.28.153:80/zend_workplace/NoSQLInjectionAttackDemo/login/demo_2.php? is up... App is up! Baseline test-Enter random string size: 2 What format should the random string take? 1-Alphanumeric 2-Letters only 3-Numbers only 4-Email address Select an option: 2 Using mc for injection testing. No parameters in uri. Check options settings. Press enter to return to main menu… /*system should notice user that there is no parameters in uri and return to main menu*/
Make sure that mongoDB has been installed or that mongoDB is opened on this computer. Press enter to return...
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
when users enter the app path like this, there is no parameter in uri and use GET method
3-Set App Path (Current: /zend_workplace/NoSQLInjectionAttackDemo/login/demo_2.php?)
there will be unnormal behaviours in NoSQL Web App Attacks like this:
Web App Attacks (GET)
Checking to see if site at 10.4.28.153:80/zend_workplace/NoSQLInjectionAttackDemo/login/demo_2.php? is up...
App is up!
Baseline test-Enter random string size: 2
What format should the random string take?
1-Alphanumeric
2-Letters only
3-Numbers only
4-Email address
Select an option: 2
Using xM for injection testing.
List of parameters:
1- /* there is no parameters, but system will also excute this process */
Which parameter should we inject? 1
Injecting the parameter...
URI : http://10.4.28.153:80/zend_workplace/NoSQLInjectionAttackDemo/login/demo_2.php?=xM
Sending random parameter value...
Got response length of 186.
No change in response size injecting a random parameter..
After modifying, system will notice user that there is no parameters in uri
Web App Attacks (GET)
Checking to see if site at 10.4.28.153:80/zend_workplace/NoSQLInjectionAttackDemo/login/demo_2.php? is up...
App is up!
Baseline test-Enter random string size: 2
What format should the random string take?
1-Alphanumeric
2-Letters only
3-Numbers only
4-Email address
Select an option: 2
Using mc for injection testing.
No parameters in uri. Check options settings. Press enter to return to main menu… /system should notice user that there is no parameters in uri and return to main menu/