Open GoogleCodeExporter opened 9 years ago
rapid 7 reference: http://blog.rapid7.com/?p=5791
Original comment by MichaelTCyr@gmail.com
on 15 Apr 2011 at 11:30
[deleted comment]
webmin module
Password is admin/admin
Upon approval/confirmation of it working, i'll add it into the index.html file
previously submitted.
Also note, i had to install dbd::pg to get it integrated into postgres
correctly. To do so, go to
http://127.0.0.1:10000/cpan/download.cgi?source=3&cpan=DBD%3A%3APg&mode=2&return
=/postgresql/&returndesc=database%20list
Follow the prompts and it will install.
Same with net::ldap
http://127.0.0.1:10000/cpan/download.cgi?source=3&cpan=Net::LDAP&mode=2&return=/
ldap-useradmin/&returndesc=user%20list
I configured apache2, mysql, postgres, smb, ldap to all work. I zipped the
files needed for it to start automatically, but double check that it does (port
10000).
Due to the google file size limit, tar.gz is located here:
http://rageweb.info/wp-content/uploads/2011/04/webmin.owaspbwa.tar.gz
Original comment by MichaelTCyr@gmail.com
on 17 Apr 2011 at 1:32
[deleted comment]
oscommerce:
sql:
create user oscommerce@localhost identified by 'oscommerce';
grant all privileges on oscommerce.* to 'oscommerce'@'localhost';
users:
admin/admin
user@user.com/useruser
There are a bunch of deprecation issues that appear, as well as some pages just
giving warnings. For the most part it works, but I wanted to include this as I
am getting these deprecation issues and warnings on almost every other webapp.
Original comment by MichaelTCyr@gmail.com
on 17 Apr 2011 at 5:51
Attachments:
I wanted to also note I was getting the cookie login issues that have been seen
on phpBB2 on zencart (utilizes phpBB2, so may be same issue).
More so than not though, i am getting TONS of deprecation issues (which can be
hidden) and a these warnings:
Warning: Cannot modify header information
If we can figure out that warning, I can get many more working.
Original comment by MichaelTCyr@gmail.com
on 17 Apr 2011 at 5:52
[deleted comment]
[deleted comment]
[deleted comment]
Original comment by chuck.f....@gmail.com
on 19 Jun 2015 at 2:06
Original issue reported on code.google.com by
MichaelTCyr@gmail.com
on 15 Apr 2011 at 11:29