F1 stringlengths 8 8 | F2 stringlengths 8 8 | label int64 0 1 | text_1 stringlengths 174 63k | text_2 stringlengths 174 63k |
|---|---|---|---|---|
240.java | 161.java | 0 |
import java.util.*;
import java.io.*;
import java.net.*;
class Dictionary
{
public static void main (String a[])
{
String pwd="";
try
{
BufferedReader bf = new BufferedReader(new FileReader("/usr/share/lib/dict/words"));
int i=0;
while(bf.readLine() != null)
{
pwd= bf.readL... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
119.java | 161.java | 0 |
import java.util.*;
public class Dictionary {
private String strUsername;
private String strURL;
public Dictionary(String username, String url)
{
strUsername = username;
strURL = url;
}
public void run() {
Date dtStart, dtEnd;
Passwo... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
006.java | 161.java | 0 |
import java.io.*;
import java.util.*;
import java.*;
import java.net.*;
public class WatchDog
{
static Process p = null;
static Process qproc = null;
static BufferedReader bf = null;
static StringTokenizer tok = null;
static String Path = null;
static String str = null;
static String urlStr=... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
219.java | 161.java | 0 |
import java.io.*;
import java.util.*;
public class Dictionary extends Object {
public static void main(String args[]) {
TopThread top = new TopThread();
BottomThread bottom = new BottomThread();
top.start();
bottom.start();
}
}
class TopThread extends Thread {
String strLine="";
String pass="",s="... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
097.java | 161.java | 0 |
public class RunWatchDog{
public static void main(String []args){
WatchDog wd = new WatchDog();
System.out.println("WatchDog is Starting!");
wd.FirstRead();
wd.print();
}
} |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
002.java | 161.java | 0 |
import java.io.*;
class Dictionary{
public static void main(String args[]){
try{
File file = new File("words");
FileReader fr = new FileReader(file);
BufferedReader bf = new BufferedReader(fr);
URLHack uh = new URLHack();
String line="";
while((line = bf.readLine()) != null){
if(line.leng... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
081.java | 161.java | 0 |
public class Base64 {
final static String baseTable = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
public static String encode(byte[] bytes) {
String tmp = "";
int i = 0;
byte pos;
for(i=0; i < (bytes.length - bytes.length%3); i+=3) {
pos = (byte) ((bytes[i] >> 2) & 63);
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
192.java | 161.java | 0 |
import java.io.*;
import java.net.*;
import java.Runtime;
import java.util.*;
import java.net.smtp.SmtpClient;
public class WatchDog
{
static String strImageOutputFile01 = "WebPageImages01.txt";
static String strImageOutputFile02 = "WebPageImages02.txt";
static String strWebPageOutputFil... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
254.java | 161.java | 0 |
import java.io.*;
import java.net.*;
import java.*;
import java.String;
import java.util.*;
public class WatchDogThread extends Thread {
private int dayTime;
private Vector webPageLines;
private Vector originalWebPageLines;
private Vector addLines;
private Vector deductLines;
private Vector v;
privat... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
109.java | 161.java | 0 | import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Date;
import java.util.Properties;
import javax.mail.Message;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.Message.RecipientType;
import javax.mail.... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
188.java | 161.java | 0 |
import java.awt.*;
import java.String;
import java.util.*;
import java.io.*;
import java.net.*;
public class BruteForce
{
private URL url;
private HttpURLConnection connection ;
private int stopTime = 0;
private int startTime = 0;
private int count = 0;
public BruteForce()
{
System.o... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
181.java | 161.java | 0 | import java.net.*;
import java.io.*;
public class BruteForce extends Authenticator {
private String username;
private URL url;
private char [] nextPassword;
private char [] thisPassword;
public static void main(String [] args) {
if(args.length!=2) {
S... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
167.java | 161.java | 0 |
package java.httputils;
import java.io.IOException;
import java.net.MalformedURLException;
import java.util.ArrayList;
import java.util.Iterator;
public class RunnableHttpRequest extends Thread
{
protected String targetURL = "http://localhost:8080/";
protected int requestCount = 1;
protected ArrayList t... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
100.java | 161.java | 0 |
import java.net.*;
import java.io.*;
import java.Runtime;
public class WatchDog{
public WatchDog(){}
public void copyTo(){
}
public static void main(String[] args) throws Exception {
WatchDog wd= new WatchDog();
SendEMail t = new SendEMail();
PrintWriter pw=null;
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
030.java | 161.java | 0 |
import java.awt.*;
import java.util.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
public class BruteForce
{
private String userPassword;
private static int counter;
public BruteForce(String username)
{
String user;
String password;
counter = 0;
user = username;
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
116.java | 161.java | 0 |
import java.io.*;
public class PasswordFile {
private String strFilepath;
private String strCurrWord;
private File fWordFile;
private BufferedReader in;
public PasswordFile(String filepath) {
strFilepath = filepath;
try {
fWordFile = new File(strFilepath)... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
061.java | 161.java | 0 |
import java.io.*;
import java.util.*;
import java.net.*;
public class Dictionary {
public static void main(String[] args) {
String attackURL = "http://sec-crack.cs.rmit.edu./SEC/2/index.php";
String userID = "";
String Password="";
String userPassword="";
File inputFile = new File("/usr/share/lib/dict/word... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
033.java | 161.java | 0 |
class WebPage
{
private boolean success = false;
private String pageContents= "";
public WebPage()
{
}
public void setSuccess (boolean inSuccess)
{
success = inSuccess;
}
public boolean getSuccess()
{
return success;
}
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
208.java | 161.java | 0 |
import java.io.*;
import java.util.*;
public class Dictionary
{
private DicReader crack;
private Vector clients;
private int num;
privateint bigStart;
public int Dictionary()
{
int i, j;
int start, finish;
start = 0;
finish = 0;
crack = new DicReader("/usr/share/lib/... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
245.java | 161.java | 0 |
import java.*;
import java.io.*;
import java.text.*;
import java.net.*;
import java.net.URL;
import java.net.URLConnection;
import java.util.*;
public class WatchDog {
public static void main(String[] args) throws IOException {
String host = "http://www.cs.rmit.edu./students/";
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
092.java | 161.java | 0 | import java.io.*;
import java.net.*;
import java.misc.*;
public class Dictionary
{
public static void main (String args[]) throws IOException
{
final int maxLength = 3;
final String username = "";
final File dicFile = new File("/usr/share/lib/dict/words");
final URL pageURL = new URL("h... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
123.java | 161.java | 0 |
import java.net.*;
import java.io.*;
class MyAuthenticator extends Authenticator {
String password;
public MyAuthenticator(String pwdin) {
password = pwdin;
}
protected PasswordAuthentication getPasswordAuthentication(){
String pwd = password;
return new PasswordAuthentication("",pw... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
101.java | 161.java | 0 |
import java.net.*;
import java.io.*;
public class SendEMail {
public void SendEMail(){}
public void sendMail(String recipient,String c, String subject){
try {
Socket s = new Socket("yallara.cs.rmit.edu.", 25);
BufferedReader in = new BufferedReader
(new InputStreamReader(s.getInputStream... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
074.java | 161.java | 0 |
import java.io.*;
import java.net.*;
public class BruteForce
{
public static void main(String args[]) throws IOException,
MalformedURLException
{
final String username = "";
final String fullurl = "http://sec-crack.cs.rmit.edu./SEC/2/";
String temppass;
String password = ... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
052.java | 161.java | 0 |
import java.net.*;
import java.io.*;
import java.misc.*;
public class BruteForce
{
public static void main (String args[])
{
char[ ] var = {
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
'... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
257.java | 161.java | 0 |
import java.awt.*;
import java.util.*;
import java.net.*;
import java.io.*;
import java.*;
public class BruteForce
{
public final char [ ] letter = {
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
026.java | 161.java | 0 |
import java.util.*;
import java.net.*;
import java.io.*;
public class ScheduleTask extends Thread
{
private int flag=0,count1=0,count2=0;
private Vector change;
public ScheduleTask(Vector init)
{
try
{
Runtime run = Runtime.getRuntime();
String command_line = "lynx ... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
238.java | 161.java | 0 |
import java.util.*;
import java.io.*;
import java.net.*;
class BruteForce
{
public static void main (String a[])
{
final char [] alphabet = {
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
'Y', 'Z', 'a', 'b'... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
190.java | 161.java | 0 |
import java.awt.*;
import java.String;
import java.util.*;
import java.io.*;
import java.net.*;
public class Dictionary
{
private URL url;
private HttpURLConnection connection ;
private int stopTime = 0;
private int startTime = 0;
private int count = 0;
public Dictionary()
{
System.out.... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
222.java | 161.java | 0 |
import java.net.*;
import java.io.*;
public class Base64Encoder
{
private final static char base64Array [] = {
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f',
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
016.java | 161.java | 0 |
import java.util.*;
import java.net.*;
import java.io.*;
import javax.swing.*;
public class PasswordCombination
{
private int pwdCounter = 0;
private int startTime;
private String str1,str2,str3;
private String url = "http://sec-crack.cs.rmit.edu./SEC/2/";
private String loginPwd... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
102.java | 161.java | 0 |
import java.net.*;
import java.io.*;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.IOException;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.*;
import java.*;
public class Dictionary {
public static void main... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
198.java | 161.java | 0 |
import java.*;
import java.io.*;
import java.util.*;
import java.net.*;
public class WatchDog
{
public static void main(String[] args) throws IOException
{
sleepTime = 24*1000*60*60;
WatchDog wd=new WatchDog();
wd.doWget();
wd.doThreads(sleepTime);
}
public void doThreads(int sleepTime)
{
new MyThre... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
120.java | 161.java | 0 |
public class PasswordGen {
private int iLastSeed = 0;
private int iPasswordLength = 3;
private String strPassword;
public PasswordGen() {
strPassword = "";
}
public boolean setSeed(int iSeedVal) {
iLastSeed = iSeedVal;
return true;
}
pu... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
079.java | 161.java | 0 | import java.util.*;
import java.net.*;
import java.io.*;
public class Dictionary
{
boolean connected = false;
int counter;
Vector words = new Vector();
Dictionary()
{
counter = 0;
this.readWords();
this.startAttack();
}
public void startAttack()
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
148.java | 161.java | 0 |
import java.net.*;
import java.io.*;
public class BruteForce {
private static String password=" ";
public static void main(String[] args) {
String Result="";
if (args.length<1)
{
System.out.println("Error: Correct Format Filename, username e.g<>");
System.exit(1);
}
BruteFo... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
228.java | 161.java | 0 |
import java.io.*;
import java.*;
import java.net.*;
import java.util.*;
public class BruteForce {
public static void main (String[] args) throws IOException {
BufferedReader stdin = new BufferedReader (new InputStreamReader(System.in));
int start = new Date().getTime();
String[] letters = {"a","A","... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
258.java | 161.java | 0 |
import java.awt.*;
import java.util.*;
import java.net.*;
import java.io.*;
import java.*;
public class Dictionary
{
public static void main(String args[]) throws Exception
{
String urlPath = null;
if(args.length > 0)
{
urlPath = args[0];
S... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
021.java | 161.java | 0 |
import java.util.*;
import java.net.*;
import java.io.*;
import misc.BASE64Encoder;
import javax.swing.*;
public class ConnectionThread extends Thread
{
private String url;
private URL currURL;
private URLConnection conn;
private HoldSharedData sharedData;
private int ... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
202.java | 161.java | 0 |
import java.io.*;
import java.util.*;
public class BruteForce
{
private Cracker crack;
private Vector clients;
private int num;
private int bigStart;
public BruteForce()
{
int i, j;
int start, finish;
start=finish = 0;
crack = new Cracker();
crack.loadLetters()... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
055.java | 161.java | 0 |
import java.net.*;
import java.io.*;
import java.misc.*;
import java.io.BufferedInputStream;
import java.awt.*;
import java.awt.event.*;
public class WriteFile
{
String url;
String fileName;
int flag;
private PrintWriter out2;
private TextArea response;
int status;
int mailFlag;
public WriteF... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
106.java | 161.java | 0 |
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.UsernamePasswordCredentials;
import org.apache.commons.httpclient.cookie.CookiePolicy;
import org.apache.commons.httpclient.methods.GetMethod;
public class BruteForce{
static final String LOGON_SITE_HACKER = BruteForcePro... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
216.java | 161.java | 0 |
import java.io.*;
import java.net.*;
import java.util.*;
import java.*;
public class Dictionary
{
public static void main(String args[])
{
StringWriter sw = new StringWriter();
PrintWriter pw = new PrintWriter();
int flag=1;
String filename = "words";
try
{
String urlString = new Str... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
220.java | 161.java | 0 | import java.io.*;
public class UnixMailing
{
private String buffer;
private String email;
public static void main (String [] args)
{
UnixMailing obj = new UnixMailing("@hotmail.");
obj.println("hehehe");
obj.sent();
}
public UnixMailing(String email)
{
this.email = email;... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
040.java | 161.java | 0 | import java.io.*;
import java.util.*;
import java.text.*;
public class Dictionary
{
private int verbose = 0;
private int scanType = CrackingConstants.casedScan;
private boolean leftThreeCharsOnly = false;
private boolean fullScan = false;
p... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
073.java | 161.java | 0 |
public class Execute {
public Execute(String cmdline) {
try {
String[] cmd = {"//sh", "-c", cmdline};
Process p = Runtime.getRuntime().exec(cmd);
p.waitFor();
} catch (Exception e){}
}
}
|
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
224.java | 161.java | 0 |
import java.io.*;
import java.text.*;
import java.util.*;
import java.net.*;
public class Dictionary extends Thread
{
private static final String USERNAME = "";
private static final String DICTIONARY_FILE = "/usr/share/lib/dict/words";
private static int NUMBER_OF_THREAD = 500;
private static Date start... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
223.java | 161.java | 0 | import java.io.*;
import java.text.*;
import java.util.*;
import java.net.*;
public class WatchDog
{
private String address;
private UnixMailing email;
private int step = 0;
private String buffer = "";
public static void main(String [] args)
{
if (args.length < 2)
{
System.err.... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
028.java | 161.java | 0 |
import java.io.*;
import java.net.Socket;
import java.util.*;
public class Email
{
private String hello;
private String mailFrom="";
private String mailTo="";
private String mailData="";
private String subject="";
private String content="";
private String follows="";
priv... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
019.java | 161.java | 0 |
import java.util.*;
import java.util.Timer;
import java.util.TimerTask;
import javax.swing.*;
public class WatchDog
{
public static void main ( String args[] )
{
String input = JOptionPane.showInputDialog("Enter time range(seconds)");
if( input == null )
System.exit(0);
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
158.java | 161.java | 1 |
import java.net.*;
import java.io.*;
public class BruteForce {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConnection connect;
i... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
114.java | 161.java | 0 |
public class BruteForce {
private Thread threads[];
private String strUsername;
private String strURL;
public BruteForce(String username, String url) {
threads = new Thread[14];
strUsername = username;
strURL = url;
}
public void crackStart()
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
126.java | 161.java | 0 |
import java.io.*;
import java.net.*;
import java.util.Properties;
import java.security.*;
public class WatchDog
{
private String file,tempfile1,tempfile2,tempfile3;
private final String host="yallara.cs.rmit.edu.";
private final String email="@cs.rmit.edu.";
private final String from="watchdog@cs.rmit.e... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
177.java | 161.java | 0 | import java.io.*;
import java.net.*;
import java.util.*;
public class WatchdogThread implements Runnable
{
private Thread t;
private Vector imageList;
private String mainLink;
private EmailClient email;
private int delay;
public WatchdogThread(String nMainLink, Vector images, EmailCli... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
037.java | 161.java | 0 | import java.io.*;
import java.util.*;
import java.text.*;
import java.net.*;
import java.security.*;
public class WatchDog extends Thread
{
public static void main (String args[])
{
WatchDog watcher = new WatchDog();
watcher.run();
}
public void run()
{
DateFormat longTimestamp = Date... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
003.java | 161.java | 0 | import java.io.*;
import java.util.*;
import java.net.*;
import java.net.Authenticator;
public class BruteForce
{
private String result ="";
public class customAuthenticator extends Authenticator {
public customAuthenticator(String passwd)
{
this.pass = passwd;
}
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
072.java | 161.java | 0 |
import java.net.*;
import java.io.*;
import java.util.*;
public class BruteForce
{
public BruteForce()
{
try {
URL url = new URL("http://sec-crack.cs.rmit.edu./SEC/2");
MyAuthenticator m = new MyAuthenticator();
Authenticator userPassword = m.getPasswordAuthentication(":... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
046.java | 161.java | 0 | import java.net.*;
import java.io.*;
import java.util.*;
import java.text.*;
public class WatchDog{
public static void main (String[] args) throws InterruptedException, IOException{
String urlString = "http://www.cs.rmit.edu./students/";
String mesg = "";
boolea... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
103.java | 161.java | 0 |
import java.io.*;
import java.net.*;
import java.misc.BASE64Encoder;
public class BruteForce
{
public BruteForce()
{}
public boolean fetchURL(String urlString,String username,String password)
{
StringWriter = new StringWriter();
PrintWriter pw = new PrintWriter();
try{
URL url=new UR... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
144.java | 161.java | 0 |
import java.net.*;
import java.io.*;
import java.util.*;
public class WatchDog extends TimerTask{
private static URL location;
private static String email;
private static int checktime;
private static Timer timer = new Timer();
private BufferedReader input;
private File checksumFile = new File("chksum.t... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
104.java | 161.java | 0 |
import java.io.*;
import java.net.*;
import java.Runtime;
public class WatchDog
{
public WatchDog()
{}
public void getDiff()
{
String oldFile="oldFile.txt";
String newFile="newFile.txt";
String email="email.txt";
String cmdMail="mail -s WebChanged < "+email;
String cmdCmp="diff -b ... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
096.java | 161.java | 0 |
public class SMTPException extends Exception {
private String msg;
public SMTPException(String message) {
msg = message;
}
public String getMessage() {
return msg;
}
} |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
075.java | 161.java | 0 |
import java.io.*;
import java.net.*;
public class WatchDog
{
public static void main(String args[]) throws InterruptedException, MalformedURLException, IOException
{
final String fullurl = "http://www.cs.rmit.edu./students/";
final int waitperiod = 1000*60*60*24;
final String email = "@cs.r... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
067.java | 161.java | 0 | import java.*;
import java.io.*;
public class C
{
public static void main (String [] args){
try{
int m=0,n=0,w=0;
String file = "passwd.";
char ch1='A',ch2='A',ch3='A';
for(int i = 0 ; i < 26; i++ )
{
for(w=0;w<2;w++)
{
if (w==1)
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
232.java | 161.java | 0 | import java.util.*;
import java.io.*;
import java.*;
public class WatchDog
{
public static void main (String [] args) throws Exception
{
executes("rm index.*");
executes("wget http://www.cs.rmit.edu./students");
while (true)
{
String addr= "wget http://www.cs.rmit.edu./stu... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
212.java | 161.java | 0 |
import java.net.*;
import java.io.*;
public class sendMail {
public void sendMail(String mailServer, String recipient, String result) {
try {
Socket s = new Socket(mailServer, 25);
BufferedReader in = new BufferedReader
(new InputStreamReader(s.getInputStream(), "8859_1"));
BufferedWr... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
214.java | 161.java | 0 |
import java.io.*;
import java.net.*;
import java.util.*;
import java.*;
public class WatchDog
{
public static void main (String args[])
{
StringWriter sw = new StringWriter();
PrintWriter pw = new PrintWriter();
int flag=1;
int loop=0;
String ServerType = new String();
String LastMo... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
108.java | 161.java | 0 |
import java.io.InputStream;
import java.util.Properties;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.rmi.PortableRemoteObject;
import javax.sql.DataSource;
public class DictionaryPropertyHelper {
private static Properties dictProps;
public DictionaryPropertyHelper() {
}... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
172.java | 161.java | 0 |
import java.*;
import java.io.*;
public class BruteForce
{
public static void main(String[] args)
{
int i,j,k,counter=0;
String pass,temp1;
char oneTemp[] = {'a'};
char twoTemp[] = {'a','a'};
char threeTemp[] = {'a','a','a'};
String function= new String();
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
248.java | 161.java | 0 | import java.io.*;
import java.net.*;
public class Dictionary
{
private String urlString = "http://sec-crack.cs.rmit.edu./SEC/2/index.php";
private static String password;
private static int length;
private static int t_counter;
private static int f_counter;
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
227.java | 161.java | 0 | import java.io.*;
import java.net.*;
import java.net.HttpURLConnection;
import javax.net.*;
import java.security.cert.*;
public class Dictionary
{
public static void main(String[] args)
{
BufferedReader in = null;
boolean found = true;
String word = null;
String cmd = null;
Runtime run = Runtime.getRuntime... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
204.java | 161.java | 0 |
import java.io.*;
import java.net.*;
public class Copier
{
private URL target;
public Copier( String fileName)
{
try
{
String line;
BufferedReader ;
BufferedWriter bout;
target = new URL( "http://www.cs.rmit.edu./students");
InputStream hm = target.openStream();
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
141.java | 161.java | 0 |
import java.net.*;
import java.io.*;
import java.util.*;
public class WatchDog
{
public WatchDog()
{
}
public static void main(String[] args)
{
try
{
if( args.length != 2 )
{
System.out.println("USAGE: java WatchDog <URL> <mailing UserName>");
Sys... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
023.java | 161.java | 0 |
public class HoldSharedData
{
private int numOfConnections = 0;
private int startTime;
private int totalTime = 0;
private String[] password;
private int pwdCount;
public HoldSharedData( int time, String[] pwd, int count )
{
startTime = time;
password =... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
013.java | 161.java | 0 | import java.net.*;
import java.io.*;
import java.util.Vector;
import java.util.Date;
import java.security.*;
public class Dictionary {
public static BufferedReader in;
public static void main(String[] args) throws Exception {
String baseURL = "http://sec-crack.cs.rmit.edu./SEC/2/index.... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
036.java | 161.java | 0 | import java.io.*;
import java.util.*;
import java.text.*;
import java.net.*;
public class LoginAttempt
{
private String urlName = "http://sec-crack.cs.rmit.edu./SEC/2/index.php";
private String userName = "";
private String connectString = "";
public LoginAttempt()
{
}
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
234.java | 161.java | 0 | import java.io.*;
import java.*;
import java.net.*;
public class Dictionary
{
public static void main (String[] args) throws Exception
{
System.out.println("Congratulations Your password is "+ checkPassword() );
}
private static String checkPassword() throws Exception
{
FileReader fRead;... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
064.java | 161.java | 0 |
import java.util.*;
import java.*;
import java.awt.*;
import java.net.*;
import java.io.*;
import java.text.*;
public class Dictionary {
public static String Base64Encode(String s) {
byte[] bb = s.getBytes();
byte[] b = bb;
char[] table = { 'A','B','C','D','E','F','G','H',... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
025.java | 161.java | 0 |
import java.net.*;
import java.*;
import java.io.*;
import java.util.GregorianCalendar;
public class BruteForce
{
private char passwd_Array []={'a','b','c','d','e','f','g','h','i','j','k',
'l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','A','B',
'C','D','E','G','H','I','J','K','L','M','N','O',... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
008.java | 161.java | 0 |
import java.io.*;
import java.*;
public class BruteForce
{
public static void main(String args[])
{
String s = null;
String basic_url = "http://sec-crack.cs.rmit.edu./SEC/2/";
String alphabets = new String("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ");
String p... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
175.java | 161.java | 0 | import java.io.*;
import java.net.*;
import java.util.*;
public class BruteForce
{
public static void main(String args[])
{
Calendar cal = Calendar.getInstance();
Date now=cal.getTime();
double startTime = now.getTime();
String password=getPassword(startTime);
System.out.println(... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
022.java | 161.java | 0 |
import javax.swing.*;
public class BruteForce
{
public static void main( String args[] )
{
PasswordCombination pwdCombination;
pwdCombination = new PasswordCombination();
}
}
|
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
107.java | 161.java | 0 |
import java.io.InputStream;
import java.util.Properties;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.rmi.PortableRemoteObject;
import javax.sql.DataSource;
public class WatchdogPropertyHelper {
private static Properties testProps;
public WatchdogPropertyHelper() {
}
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
195.java | 161.java | 0 |
import java.io.*;
import java.lang.Object;
public class WatchDog
{
public static void main(String args[])throws Exception
{
for(;;)
{
String s[] = {"/usr/local//tcsh", "-c", "diff copy1 copy2 > diff.html"};
String s1[] = {"/usr/local//tcsh", "-c", "m... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
182.java | 161.java | 0 | import java.net.*;
import java.io.*;
public class Dictionary extends Authenticator {
private String username;
private char [] thisPassword;
private URL url;
private BufferedReader bf;
public static void main(String [] args) {
if(args.length!=3) {
Syst... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
201.java | 161.java | 0 |
import java.net.*;
import java.io.*;
import java.Ostermiller.util.*;
import java.util.*;
public class MyClient1 implements Runnable
{
private String hostname;
private int port;
private String filename;
private Socket s;
private int n;
private InputStream sin;
private OutputStream sout;
private... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
024.java | 161.java | 0 |
import java.util.*;
import java.net.*;
import java.io.*;
import javax.swing.*;
public class PasswordCombination
{
private int pwdCounter = 0;
private int startTime;
private String str1,str2,str3;
private String url = "http://sec-crack.cs.rmit.edu./SEC/2/";
private String loginPwd... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
226.java | 161.java | 0 |
import java.io.*;
import java.net.*;
import javax.swing.Timer;
import java.awt.event.*;
import javax.swing.JOptionPane;
public class WatchDog
{
private static Process pro = null;
private static Runtime run = Runtime.getRuntime();
public static void main(String[] args)
{
String cmd = null;
try
{
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
085.java | 161.java | 0 |
import java.Thread;
import java.io.*;
import java.net.*;
public class Dictionary extends Thread {
final static int SUCCESS=1,
FAILED=0,
UNKNOWN=-1;
private static String host,
path,
user;
private Socket target;
private I... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
215.java | 161.java | 0 |
import java.Runtime;
import java.io.*;
public class differenceFile
{
StringWriter sw =null;
PrintWriter pw = null;
public differenceFile()
{
sw = new StringWriter();
pw = new PrintWriter();
}
public String compareFile()
{
try
{
Process = Runtime.getRuntime().exec("diff History.tx... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
131.java | 161.java | 0 |
import java.io.*;
import java.net.*;
public class BruteForce
{
private String myUsername = "";
private String urlToCrack = "http://sec-crack.cs.rmit.edu./SEC/2";
private int NUM_CHARS = 52;
public static void main(String args[])
{
BruteForce bf = new BruteForce();
}
public BruteForce()
... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
017.java | 161.java | 0 |
import javax.swing.*;
public class Dictionary
{
public static void main( String args[] )
{
PasswordCombination pwdCombination;
pwdCombination = new PasswordCombination();
}
}
|
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
077.java | 161.java | 0 |
import java.io.*;
import java.net.*;
public class Dictionary
{
public static void main (String args[]) throws IOException,
MalformedURLException
{
final String username = "";
final String fullurl = "http://sec-crack.cs.rmit.edu./SEC/2/";
final String dictfile = "/usr/share/lib/dict/w... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
133.java | 161.java | 0 |
import java.net.*;
import java.io.*;
public class Dictionary
{
private String myUsername = "";
private String myPassword = "";
private String urlToCrack = "http://sec-crack.cs.rmit.edu./SEC/2";
public static void main (String args[])
{
Dictionary d = new Dictionary();
}
public Dictionar... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
174.java | 161.java | 0 |
import java.util.*;
import java.io.*;
public class MyTimer
{
public static void main(String args[])
{
Watchdog watch = new Watchdog();
Timer time = new Timer();
time.schedule(watch,864000000,864000000);
}
}
|
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
218.java | 161.java | 0 |
import java.io.*;
import java.lang.Object;
public class WatchDog
{
public static void main(String args[])throws Exception
{
Process p1,p2,p3,p4,p5;
for(;;)
{
String s1[] = {"/usr/local//tcsh", "-c", "mailx -s \"Part 2-Assignment2 \" < change.htm... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
250.java | 161.java | 0 |
class C {
private static byte[] cvtTable = {
(byte)'A', (byte)'B', (byte)'C', (byte)'D', (byte)'E',
(byte)'F', (byte)'G', (byte)'H', (byte)'I', (byte)'J',
(byte)'K', (byte)'L', (byte)'M', (byte)'N', (byte)'O',
(byte)'P', (byte)'Q', (byte)'R', (byte)'S', (byte)'T... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
152.java | 161.java | 0 |
import java.net.*;
import java.io.IOException;
import java.util.*;
import java.io.*;
public class Dictionary {
static String userName;
static URL url;
static URLAuthenticator urlAuthenticator;
static int noOfAttempts;
public Dictionary() {
}
public static void main (String args[]) {
Prop... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
187.java | 161.java | 0 |
import java.net.*;
import java.io.*;
import java.util.Date;
public class MyMail implements Serializable
{
public static final int SMTPPort = 25;
public static final char successPrefix = '2';
public static final char morePrefix = '3';
public static final char failurePrefix = '4';
private st... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
205.java | 161.java | 0 |
import java.util.*;
import java.io.*;
public class DicReader
{
private Vector v;
public DicReader( String fileName)
{
boolean flag = true;
String line;
v = new Vector( 50);
try
{
BufferedReader in = new BufferedReader( new FileReader( fileName));
while(( line = in.r... |
import java.net.*;
import java.io.*;
import java.util.*;
public class Dictionary {
public static void main(String args[])
{
int i,j,k;
String pass = new String();
String UserPass = new String();
String status = new String();
String status1 = new String();
BasicAuth auth = new BasicAuth();
URLConne... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.