diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-July/000502.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-July/000502.html')
-rw-r--r-- | pipermail/nel/2001-July/000502.html | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/pipermail/nel/2001-July/000502.html b/pipermail/nel/2001-July/000502.html new file mode 100644 index 00000000..b331b750 --- /dev/null +++ b/pipermail/nel/2001-July/000502.html @@ -0,0 +1,100 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Login System Game</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:lecroart%40nevrax.com"> + <LINK REL="Previous" HREF="000498.html"> + <LINK REL="Next" HREF="000514.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Login System Game</H1> + <B>Vianney Lecroart</B> + <A HREF="mailto:lecroart%40nevrax.com" + TITLE="[Nel] Login System Game">lecroart@nevrax.com</A><BR> + <I>Tue, 10 Jul 2001 19:18:55 +0200</I> + <P><UL> + <LI> Previous message: <A HREF="000498.html">[Nel] Power cut</A></li> + <LI> Next message: <A HREF="000514.html">[Nel] pacs</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#502">[ date ]</a> + <a href="thread.html#502">[ thread ]</a> + <a href="subject.html#502">[ subject ]</a> + <a href="author.html#502">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi everybody! + +We just launch our new game! no, no, please, keep cool, it's not THE game, +but a little game for geeks/nerds/hackers :-) + +On the server named itsalive.nevrax.org, we have launch a shard with: +login_service, naming_service, admin_executor_service, admin_service, +time_service, welcome_service and a frontend_service. + +The goal of the game is: to crash/hack everything on this server (and only +this one please ;-) + +We put the real login system to connect to the front end, so one goal is to +successfully connect to the front end *without* login/password +or to find a failure in the login procedure. + +You can find the documentation about how the login system works here: +<A HREF="http://www.nevrax.org/docs/doxygen/nel/login_system.html">http://www.nevrax.org/docs/doxygen/nel/login_system.html</A> + +In the CVS directory "nel/samples/login_sytem/" +(<A HREF="http://www.nevrax.org/cvs/cvsweb.cgi/code/nel/samples/login_system/">http://www.nevrax.org/cvs/cvsweb.cgi/code/nel/samples/login_system/</A>), +you'll find the client source that is used to connect to the shard and +also the frontend service code (that does nothing) that is running on +itsalive. +The client uses a configuration file (client.cfg) that contains the ip +address of the login service +and the login and password you want to provide. If the login doesn't exist, +it will be added to the +database with the password associate to it and the next time, you'll need to +provide the good password +to validate the login. + +All others services sources running on itsalive are located here: +<A HREF="http://www.nevrax.org/cvs/cvsweb.cgi/code/nelns/">http://www.nevrax.org/cvs/cvsweb.cgi/code/nelns/</A> + +Our goal is know if our login system is robust or not. + +You can do everything you want to crash a service, all services or the +computer but, please, +explain us what you did to enable us to fix the problem! + +Vianney Lecroart +--- +lead network programmer / nevrax.com +icq#: 6870415 +homepage: <A HREF="http://ace.planet-d.net">http://ace.planet-d.net</A> +www.geekcode.com: GCS/E d- s+++: a-- C+++$ UL++ P- L+++>+$ E+>- W++ N+ o? K- +w++$ O- M- V- PS- PE? Y PGP t 5? X+ R- tv++ b- DI D+ G e++ h+ r-- y? + + + +</pre> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000498.html">[Nel] Power cut</A></li> + <LI> Next message: <A HREF="000514.html">[Nel] pacs</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#502">[ date ]</a> + <a href="thread.html#502">[ thread ]</a> + <a href="subject.html#502">[ subject ]</a> + <a href="author.html#502">[ author ]</a> + </LI> + </UL> +</body></html> |