Jump to content




1.51 LNEXi Security System [v7.0.4.3]

wireless utility networking

14 replies to this topic

#1 LNETeam

  • Members
  • 111 posts
  • LocationEclipse

Posted 17 March 2013 - 05:16 AM

LNEXi Complete Security System [for Advanced Computers & Monitors]

Hello CC Forums! I have come here today to showcase my new program LNEXi! I am not sure if anyone here really realizes the vulnerability some password programs offer. I took notice of this originally on a server when all my stuff was griefed because someone bypassed my computer in my storage room. This was was I really decided there was a required change to the way password programs work. The idea I came up with (though not completely original or not though of before) was to implement a security system with servers or a database.

The main benefits a database system and client offers, is the ability to remotely connect to a server and retrieve passwords temporarily without storing them on the actual client computer. My program offers computer message encryption and can only be sent to requesting passwords computer. This prevents someone from sending the commands, but disallows any connection to the computer thus getting the passwords.

My program also allows multiple user support (up to 5, will add config file to enable customization) to grant various users access.

You can download this program from cc-get here. You need to install the cc-get API to your ComputerCraft files, then simply run
cc-get install lnexi
. On login, it also checks for updates so to keep it up-to-date and new features. Here are some pics:

Custom Installation Profile:
http://i.imgur.com/Vj8jsNt.png

All Available Versions:
http://i.imgur.com/48hyN4L.png

Visual Install Paths:
http://i.imgur.com/47AC6NX.png

Server Startup:
http://i.imgur.com/YDRCXeN.png

Server Running:
http://i.imgur.com/QggBF92.png

Install Command:
http://i.imgur.com/Uuancht.png

Client Database Connection:
http://i.imgur.com/XXswSTw.png

Custom Security Preface:
http://i.imgur.com/Y7CqxzR.png

Password Creation:
http://i.imgur.com/PSg7JKt.png

Default Login (just press enter if no accounts created):
http://i.imgur.com/2069qxn.png



Any questions, just send me a message, thanks! Alternate download: http://adf.ly/LC1R. Simply place it in the root of a blank disc drive.

#2 wilcomega

  • Members
  • 466 posts
  • LocationHolland

Posted 17 March 2013 - 05:46 AM

believe me on this one: if you dont use pastebin not many people will download the program because it will need an external download program to be downloaded first

#3 LNETeam

  • Members
  • 111 posts
  • LocationEclipse

Posted 17 March 2013 - 11:19 AM

The primary usage of cc-get, in my case, I have multiple packages that is downloaded with original download. All source files and APIs are then installed from those packages. Plus the designated file structure is according to the framework of cc-get. I might possibly change the structure, I'll look

#4 NonStopGamer

  • Members
  • 27 posts

Posted 17 March 2013 - 06:41 PM

You can have a downloaded file that downloads everything...

#5 LNETeam

  • Members
  • 111 posts
  • LocationEclipse

Posted 20 March 2013 - 07:25 AM

I have created a version that can be installed by a disk. Simply place the contents in to the root of a new disk drive. Download at: http://adf.ly/LBvIg

#6 LFalch

  • New Members
  • 2 posts
  • LocationDenmark

Posted 20 March 2013 - 09:59 AM

Wouldn't you be able to intercept the signals?

#7 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 20 March 2013 - 10:19 AM

Take a look at this, it will allow you to use Pastebin with out needing an installer.

#8 LNETeam

  • Members
  • 111 posts
  • LocationEclipse

Posted 22 March 2013 - 11:24 AM

View PostLFalch, on 20 March 2013 - 09:59 AM, said:

Wouldn't you be able to intercept the signals?

No it's sent to computers with random channels created by the server and to the only specified computer with the same ID. Then it closes it

#9 LNETeam

  • Members
  • 111 posts
  • LocationEclipse

Posted 22 March 2013 - 11:27 AM

BTW, the file you download. When you put it in a disk, create a new folder where you placed it and call it lnexi-lib, then copy the startup file from the download to the same location as the lnexi-lib folder. NOT in it

#10 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 18 April 2013 - 05:35 AM

Try re-doing the first post. I'm not willing to edit it into HTML mode without verifying the entire contents, and I don't have time to do so right now. You should just be able to strip the HTML tags.

#11 Symmetryc

  • Members
  • 434 posts

Posted 18 April 2013 - 09:17 AM

Couldn't you just have one pastebin program that has
shell.run("pastebin get 1231434 jalkdjfa")
shell.run("pastebin get 1231434 jalkdjfa")
shell.run("pastebin get 1231434 jalkdjfa")
etc.?

#12 H4X0RZ

  • Members
  • 1,315 posts
  • LocationGermany

Posted 18 April 2013 - 09:28 AM

View PostSymmetryc, on 18 April 2013 - 09:17 AM, said:

Couldn't you just have one pastebin program that has
shell.run("pastebin get 1231434 jalkdjfa")
shell.run("pastebin get 1231434 jalkdjfa")
shell.run("pastebin get 1231434 jalkdjfa")
etc.?
there is a misstake ^_^/>
You have to seperate all arguments:
shell.run("pastebin", "get", "1231434", "jalkdjfa")

Off-topic:
I think we can make syntax highlighting code with
['code=lua']
without " ' "
I test it:
[code=lua]
Print("This is a test")
[/code]

EDIT
It does NOT work :(

#13 Symmetryc

  • Members
  • 434 posts

Posted 18 April 2013 - 09:32 AM

View PostFreack100, on 18 April 2013 - 09:28 AM, said:

View PostSymmetryc, on 18 April 2013 - 09:17 AM, said:

Couldn't you just have one pastebin program that has
shell.run("pastebin get 1231434 jalkdjfa")
shell.run("pastebin get 1231434 jalkdjfa")
shell.run("pastebin get 1231434 jalkdjfa")
etc.?
there is a misstake ^_^/>
You have to seperate all arguments:
shell.run("pastebin", "get", "1231434", "jalkdjfa")
Just tested it, it works either way, but thanks for the info :P.

#14 Razorfin8

  • New Members
  • 1 posts

Posted 29 August 2014 - 03:43 PM

I know this thread has been dead for a while, but how do i get this onto a server that doesn't have cc-get?

#15 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 29 August 2014 - 05:14 PM

View PostRazorfin8, on 29 August 2014 - 03:43 PM, said:

I know this thread has been dead for a while, but how do i get this onto a server that doesn't have cc-get?
Install cc-get? Or, there is an alternate adf.ly link to download from, if you don't mind ads.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users