I generally do most everything from a shell. I also generally script things when I can. However, I wanted to see changes made to arachni web interface and it had been a while since I used it. I’m not sure if this is automated via the links included in kali linux or not, I just know that when I went to fire up arachni_web it failed and this is how I fixed it.
[codesyntax lang=”bash”]
cd /usr/share/arachni/system/arachni-ui-web apt-get install postgresql-server-dev-9.1 libsqlite3-dev bundle install arachni_web_create_user [email protected] Y0uRp455w0rD 'Your Name' arachni_web &
[/codesyntax]
Then open up your favorite web browser and go to:
http://127.0.0.1:9292
Leave a Reply
You must be logged in to post a comment.