You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 54 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - How to check if Admin Secure is working... [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
bigboy177
Lieutenant
Lieutenant


Joined: Jun 23, 2004
Posts: 152


PostPosted: Tue Jul 06, 2004 9:32 am Reply with quoteBack to top

I have installed Admin secure... And I think it's working OK, because I don't get any errors... I only don't know how to check if it's working...

What are the files in the Extras folder, and where should I put them...
links.asec goes to the Admin/links ... but what about the asredir.php... does it go to the Admin/modules folder or someplace else...
Find all posts by bigboy177View user's profileSend private message
madman
Support Mod
Support Mod


Joined: Feb 15, 2004
Posts: 806


PostPosted: Tue Jul 06, 2004 12:30 pm Reply with quoteBack to top

bigboy177 wrote:
I have installed Admin secure... And I think it's working OK, because I don't get any errors... I only don't know how to check if it's working...


Try to type this url on your browser (replace the domain name)

Code:
http://www.foo.bar/index.php?hackme=666 un/*hello world!*/ion%13%10%7fselect%20apple,bananas/**/from%08juice_authors


Another way, use "Submit_News" module and submit a news containing this text:

Code:
<a href="#" onClick="window.alert()">click me!</a>
<img border=0 width=0 height=0 src="admin.php?op=addAuthor" />


bigboy177 wrote:
What are the files in the Extras folder, and where should I put them... links.asec goes to the Admin/links ... but what about the asredir.php... does it go to the Admin/modules folder or someplace else...


The purpose of asredir.php only allow you to override messages displayed on block page. You can even perform additional scripting during a block attempt. You can put asredir.php in "includes" directory, the place where you put asconfig.php and asfunc.php.

_________________
I'm Image
Find all posts by madmanView user's profileSend private messageVisit poster's websiteYahoo MessengerMSN Messenger
FireATST
Nuke Cadet
Nuke Cadet


Joined: Jun 03, 2004
Posts: 6


PostPosted: Mon Aug 02, 2004 12:45 pm Reply with quoteBack to top

ok I entered the above link and changed the addie for our home page and hit enter and it went to the home page. Does that mean it isn't working correctly? I am logged in as God admin I think right now, does that make a difference?
Find all posts by FireATSTView user's profileSend private message
FireATST
Nuke Cadet
Nuke Cadet


Joined: Jun 03, 2004
Posts: 6


PostPosted: Mon Aug 02, 2004 12:53 pm Reply with quoteBack to top

lol....yes it does make a difference when I wasn't logged in as God....Smile Now to figure out how to get access back into the sight.....it has banned me.....lol..... thank goodness for the back button on IE.....yes it is working correctly....thanks for the program
Find all posts by FireATSTView user's profileSend private message
madman
Support Mod
Support Mod


Joined: Feb 15, 2004
Posts: 806


PostPosted: Wed Aug 11, 2004 9:27 am Reply with quoteBack to top

Things to do before testing:
  1. In Admin Secure configuration, be sure "autoban" option is OFF.
  2. Logged out as admin and user, or from Admin Secure configuration, change "Filter Proofing" option to "None".

Thess preparations ensuring you'll never get banned by yourself. Smile

_________________
I'm Image
Find all posts by madmanView user's profileSend private messageVisit poster's websiteYahoo MessengerMSN Messenger
eadtf
Private
Private


Joined: Jul 26, 2004
Posts: 46


PostPosted: Thu Sep 02, 2004 1:14 am Reply with quoteBack to top

Quote:
Try to type this url on your browser (replace the domain name)

Code:
http://www.foo.bar/index.php?hackme=666 un/*hello world!*/ion%13%10%7fselect%20apple,bananas/**/from%08juice_authors


Well I tried this and nothing seems to happen the page loads as normal. When I ran it I was not logged in at all (not as user or admin).

I am using 7.4 With Protector and Admin Secure running

So how is this a test?

I ran it on another of my older sites (Nuke 6.5) with no protection and it did nothing there either.

So what should it be doing, I still can't tell? Sad

Pat

PS: The below test was blocked Very Happy

Quote:
<a href="#" onClick="window.alert()">click me!</a>
<img border=0 width=0 height=0 src="admin.php?op=addAuthor" />
Find all posts by eadtfView user's profileSend private message
mphare
Corporal
Corporal


Joined: Jul 06, 2004
Posts: 52


PostPosted: Thu Sep 02, 2004 8:18 am Reply with quoteBack to top

This does not bode well for me.
I logged out of both my User and my God accounts

I tried both tests

The url let me right into the site, (Welcome Anonymous) no problem (what should it have done?)

The News test let me preview and submit the news to the system. (what should it have done?)

Maybe my Admin Secure is not configured correctly, I also have Protector, could it be interferring?

_________________
- - - - - - - - - - - - -
- me
GnuPG Key fingerprint = 1AD4 726D E359 A31D 05BF ACE5 CA93 7AD5 D8E3 A876
Find all posts by mphareView user's profileSend private message
madman
Support Mod
Support Mod


Joined: Feb 15, 2004
Posts: 806


PostPosted: Thu Sep 02, 2004 9:27 am Reply with quoteBack to top

eadtf wrote:
Well I tried this and nothing seems to happen the page loads as normal. When I ran it I was not logged in at all (not as user or admin).

I am using 7.4 With Protector and Admin Secure running

PHP-Nuke 7.4 comes with Fortress code that may block such request URI. Smile

eadtf wrote:
So how is this a test?

It's a SQL Injection test. I use the fake method so it won't harmed your system.

eadtf wrote:
I ran it on another of my older sites (Nuke 6.5) with no protection and it did nothing there either.

Yes, because it did nothing actually, so no one will use the method to exploit others. If Admin Secure 1.7 installed, such request will be blocked (displaying a blocked page), indicating Admin Secure is working for SQL Injection detection.

mphare wrote:
The url let me right into the site, (Welcome Anonymous) no problem (what should it have done?)

The News test let me preview and submit the news to the system. (what should it have done?)

Did you completing all instalation procedures? You have to login as god admin and run asec.php for the first time to create database tables.

mphare wrote:
Maybe my Admin Secure is not configured correctly, I also have Protector, could it be interferring?

They should works without conflicts. If you not sure whether Admin Secure is working or not, follow these steps:

Login as God admin and run asec.php again. In configuration page, set "Filter Proofing" option to "None" and "Auto Ban" to "No". Doing this way, god admin will also catched during any known exploits.

Next, be sure all these PHP-Nuke files; admin.php, auth.php, and mainfile.php already modified as noted in Admin Secure installation file (install.txt).

_________________
I'm Image
Find all posts by madmanView user's profileSend private messageVisit poster's websiteYahoo MessengerMSN Messenger
mphare
Corporal
Corporal


Joined: Jul 06, 2004
Posts: 52


PostPosted: Thu Sep 02, 2004 10:06 am Reply with quoteBack to top

(btw: I'm using phpNuke 7.3 on Apache 2.0.50 on XP. I am using Firefox 0.9.3 and IE6)

I went back and checked my admin, auth, and mainfile.php files to be sure I had updated them.

Yes, they all have the updates: 3 in mainfile, 1 in admin and 2 in auth

I also made sure I had uploaded these files as well as the provided files with the 1.7 package.

I ran the asec.php (once I renamed it) and created the tables.

I ran it again as you suggested and turned off AutoBan and set Filter Proof to *none. I have basically turned on everything else in the Admin Sec control panel.


I logged out of admin and closed the browser. Reopened the browser and tried your url (with appropriate domain changes) and I was allowed access as anonymous just as sweet as you please.

_________________
- - - - - - - - - - - - -
- me
GnuPG Key fingerprint = 1AD4 726D E359 A31D 05BF ACE5 CA93 7AD5 D8E3 A876
Find all posts by mphareView user's profileSend private message
madman
Support Mod
Support Mod


Joined: Feb 15, 2004
Posts: 806


PostPosted: Thu Sep 02, 2004 2:05 pm Reply with quoteBack to top

Turn OFF "Safe Request Mode" in Admin Secure configuration. Wink

_________________
I'm Image
Find all posts by madmanView user's profileSend private messageVisit poster's websiteYahoo MessengerMSN Messenger
mphare
Corporal
Corporal


Joined: Jul 06, 2004
Posts: 52


PostPosted: Thu Sep 02, 2004 4:50 pm Reply with quoteBack to top

*BINGO*

Maybe I should read some of the docs.. Wink

_________________
- - - - - - - - - - - - -
- me
GnuPG Key fingerprint = 1AD4 726D E359 A31D 05BF ACE5 CA93 7AD5 D8E3 A876
Find all posts by mphareView user's profileSend private message
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.440 Seconds - 357 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::