Read the documentation of Dradis! There has information that will help you!
Regards,
Hello,
I'm currently following the Metasploit Unleashed course and have a question, which has led me to hours of research, with no luck. How does one edit the file "dradis.xml" to reflect the username and password set when initially running the server? Upon opening dradis.xml with Kate, which part exactly must one change?
Any help, or a point in the right direction would be very
much appreciated.
Thank you.
Edit: I am terribly sorry for starting 2 different threads for the same question. I started the first one late at night, and figured i must have messed something up when i checked back today.
Last edited by ThePlumber; 10-29-2010 at 08:22 PM. Reason: Accidentally posted twice.
Read the documentation of Dradis! There has information that will help you!
Regards,
(gdb) disass m(y_br)ain
®
Let me start by saying thank you for the reply!
I visited the dradis framework website, and read through the documentation, and have found the following:
"Edit the file in ./client/conf/dradis.xml and adjust the username and password in the connection URL (restful_server option)."
The only problem is, "restful_server" is not indicated in the dradis.xml file. Bellow is the code found in my dradis.xml file:
I have tried changing certain code for the password above, which either resulted in the console not starting, or no apparent difference (at the time). Any further insight would be greatly appreciated.Code:dradis configuration file --> <dradis> <option name='ui_refresh' value='3000'/> <option name='multiverse_category_id' value='6'/> <!-- REST web services configuration --> <option name='restful_site' value='https://localhost:3004/'/> <option name='restful_user' value='etd'/> <option name='restful_password' value='dradis'/> </dradis>
Try this link
It's time to free yer Mind; It's time to cleanse yer Soul
try: cd /pentest/misc/dradis/server/script#./server