11
McNaz
Re: IP
  • 2005/6/15 9:10

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


Quote:
SourceGuardian
SourceGuardian 4.0 for PHP is the ultimate protection solution for your PHP scripts. Main feature: Lock to multiple LAN hardware (MAC) addresses.


Very interesting piece of software. Much cheeper than Zen's! Well Found. For what I understood from the product description, however, is that it allows you to encode/encrypt your script and lock it down to an IP address (ie the server you are running it on). Couldn't find any information about its ability to extract MAC address from any clients connecting to it.

Quote:
IPLoc
IPLoc is a script that locates switch and switchport from IP/Mac-data collected from central routers using SNMP. IPLoc works best with switches who handle RFC 1493 (dot1dTp) and/or RFC 2674 (dot1qFdbTable)


I'll be impressed if this script workes beyond the local switch boundry. ie a webserver somewhere would connect to a switch, behind say a company or private firwall and extract port/mac/ip information. It does look like an interesting script and thanks for pointing it out.

Quote:
Lan-Sentry
This suite of PHP scripts is used for configuring a network to limit access to only certain users. Users that are not authorized will get redirected to a page telling them they can't go anywhere unless they get permission. Only authorized users will be given net access.


Couldn't find more info on Hotscripts and the script home page appears to be down

Quote:
<?php
exec("ipconfig /all", $arr, $retval);

for ($i=0;$i<count($arr);$i++) {
echo $arr[$i].'<br>';
}
?>


I don't think the above will work:

1. "ipconfig /all" is a windows command. What if the PHP and Apache installation are running on Linux? Suppose you can then use ifconfig... but then see 2.
2. As I understand it, PHP is a server side scripting engine. So the above code fragment would execute on the webhosting server and will extract the web server's ip address and mac... and not the client's. I suppose client side scriptting like javascript can be used but I don't know if javascript has access to such o/s information from a web browser.

As alternative solution, wouldn't the usage of cookies be a better idea? When a user registers onto the website a long lasting cookie is dumped on their machine. Then again, there is nothing stopping the user then removing the cookie off their machine...

Still thinking about it...

12
FrEaKi
Re: IP
  • 2005/6/17 12:05

  • FrEaKi

  • Just popping in

  • Posts: 29

  • Since: 2005/5/10


Can smeone please help me out with this Module ? Is it that much work ?

Damn...i thought this was a module request support forum. I'll pay the one who can make me this module.

13
ThePlague
Re: IP
  • 2005/9/15 15:54

  • ThePlague

  • Just popping in

  • Posts: 21

  • Since: 2005/6/27


I thought I would just add that Mac Addresses are easily faked. I have a mod to my net gear router, and it allows me to look like the network card they gave me for my computer (single access mode), but I have 5 computers hooked to it. mac spoofing has been around for a long time.

So don't get too comfortable with the security of it.

Login

Who's Online

137 user(s) are online (80 user(s) are browsing Support Forums)


Members: 0


Guests: 137


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits