Project Kashmir2 - Login Test

kashmir

Registered Users (C)
J2RE 1.4 or later required.

Usage:

(Unix/Linux)
% java -jar kashmir2logintest.zip

(Windows)
C:\> java -jar kashmir2logintest.zip

  • Kashmir2LoginTest.java - Java source code
  • Kashmir2LoginTest.class - Java class file


(originally posted at Project Kashmir main thread)

Project Ananconda
As we discussed at this thread last week, Project Anaconda started scanning and reporting.
You can find the first report and the second one at Project Kashmir-Anaconda Reports thread,
and the third one will be soon posted.
So, Project Kashmir starts preparing the next version.

Next version of Project Kashmir
Also, the current technical problem of Project Kashmir and Project Anaconda was discussed, and new architecture of scanning project was proposed.
It requires many (or some) participants to scan, and only participants can access data.
For this purpose, it must have some mechanism to login and to transfer data securely.
It will use ImmigrationPortal.Com.
You can use your user account at ImmigrationPortal.Com, and data will be store at ImmigrationPortal.Com.
I believe it is comfortable for most of participants and it can save a lot of efforts to implement new mechanism.

Kashmir2 Login Test program
Attached is a simple test program.
It has a command line interface and it runs at both Unix/Linux and Windows.
It prompts your username and password of ImmigrationPortal.Com and a test message.
Once you enter them, it accesses ImmigrationPortal.Com and post your test message at the testing thread.
It requires J2RE (Java 2 Runtime Evironment) 1.4 or later version, and you can download it from java.sun.com freely.

Security consideration
It access network and you have to enter password.
You must be very careful for this kind of software generally.
As its source code is included, you can confirm it is secure at Project Kashmir2.
It uses your password only to login to ImmigrationPortal.Com.
Once it succeeds to login, ImmigrationPortal.Com returns the session ID.
After that, Project Kashmir2 uses only that session ID to access ImmigrationPortal.Com and password information is totally erased from the program.

Usage
1) Download J2RE (or J2SE) 1.4.2 and install it.
2) Download attached kashmir2logintest.zip
3) Execute it from the command line.
Code:
java -jar kashmir2logintest.zip
4) Enter your username and password at ImmigrationPortal.Com
5) Enter a test message (one line)
6) Check URL of the testing thread displayed.
 
Last edited by a moderator:
Top