Arachni Plugin configuration
Hi , I have a web application that contain username and
password. The second page could be informational pages and this
proceeds to the home page which has "logout link" .
How can i set up the auto login plugin or login sequence in such
scenario?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 05 Nov, 2016 10:54 AM
Hello,
You'll need a login script, please see: http://support.arachni-scanner.com/kb/general-use/logging-in-and-ma...
Cheers
Tasos Laskos closed this discussion on 05 Nov, 2016 10:54 AM.
kurkure.sonal re-opened this discussion on 05 Nov, 2016 11:21 AM
2 Posted by kurkure.sonal on 05 Nov, 2016 11:21 AM
Hi, I am a new learner. I have read README document. After this can you tell me steps.
Where this script is write in arachni.
Support Staff 3 Posted by Tasos Laskos on 05 Nov, 2016 01:03 PM
Did you read the article I mentioned?
There's not much more information I can provide you other than that and the therein linked Watir API.
4 Posted by kurkure.sonal on 07 Nov, 2016 06:35 AM
Yes I have read that article but i don't got the installation information of that plug-ins. How to use Watir API to set login sequence?
Support Staff 5 Posted by Tasos Laskos on 07 Nov, 2016 10:26 AM
You need to write a Ruby script that will use the exposed
browser
variable.That variable provides you with a Watir instance that allows you to interact with the web application and log-in.
You load that script by passing it to the
login_script
plugin like so:You can find more about the Watir API at: http://watir.github.io/docs/home
The most important thing to remember is that you should not try to instantiate a new Watir client (i.e. you can't use a different browser), you should only use the one provided by the
browser
variable.Does that clear things up?
Tasos Laskos closed this discussion on 28 Nov, 2016 03:29 PM.