- Realizar una peticion GET y guardar el contenido
- Realizar una peticion POST y guardar el contenido
- Crear o escribir archivos
- Leer archivos
- Ejecutar comandos y leer su respuesta
- HTTP FingerPrinting
- Leer el codigo de respuesta de una URL
- Borrar repetidos en un ArrayList
- Cortar las URL en un ArrayList a partir del query
- Split casero xD
- Descargar archivos
- Capturar el archivo de una URL
- URI Split
- MD5 Encode
- MD5 File
- Get IP
El codigo de la clase :
Código
// Class : DH Tools // Version : 0.2 // (C) Doddy Hackman 2015 // Functions : // //public String toma(String link) //public String tomar(String pagina, String data) //public void savefile(String ruta, String texto) //public String read_file(String ruta) //public String console(String command) //public String httpfinger(String target) //public Integer response_code(String page) //public ArrayList repes(ArrayList array) //public ArrayList cortar(ArrayList array) //public String regex(String code, String deaca, String hastaaca) //public Boolean download(String url, File savefile) //public String extract_file_by_url(String url) //public String uri_split(String link, String opcion) //public String md5_encode(String text) //public String md5_file(String file) //public String get_ip(String hostname) // package dhtools; import java.io.*; import java.net.*; import java.nio.channels.Channels; import java.nio.channels.ReadableByteChannel; import java.util.ArrayList; import java.util.Scanner; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.security.*; public class DH_Tools { String re; try { nave.setRequestProperty("User-Agent", "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0"); while ((re = leyendo.readLine()) != null) { conte.append(re); } leyendo.close(); // } return conte.toString(); } // Credits : Function based in http://www.mkyong.com/java/how-to-send-http-request-getpost-in-java/ try { nave.setRequestMethod("POST"); nave.setRequestProperty("User-Agent", "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0"); nave.setDoOutput(true); send.writeBytes(data); send.flush(); send.close(); String linea; while ((linea = leyendo.readLine()) != null) { code.append(linea); } leyendo.close(); respuesta = code.toString(); // } return respuesta; } try { if (!archivo.exists()) { archivo.createNewFile(); } escribir.write(texto); escribir.flush(); escribir.close(); // } } try { contenido = leyendo.next(); // } return contenido; } try { proceso.waitFor(); String linea; while ((linea = leyendo.readLine()) != null) { code.append(linea); } contenido = code.toString(); // } return contenido; } //http://www.mkyong.com/java/how-to-get-http-response-header-in-java/ try { if (server != null) { resultado += "[+] Server : " + server + "\n"; } if (etag != null) { resultado += "[+] E-tag : " + etag + "\n"; } if (content_length != null) { resultado += "[+] Content-Length : " + content_length + "\n"; } if (expires != null) { resultado += "[+] Expires : " + expires + "\n"; } if (last_modified != null) { resultado += "[+] Last Modified : " + last_modified + "\n"; } if (connection != null) { resultado += "[+] Connection : " + connection + "\n"; } if (powered != null) { resultado += "[+] Powered : " + powered + "\n"; } if (pragma != null) { resultado += "[+] Pragma : " + pragma + "\n"; } if (cache_control != null) { resultado += "[+] Cache control : " + cache_control + "\n"; } if (date != null) { resultado += "[+] Date : " + date + "\n"; } if (vary != null) { resultado += "[+] Vary : " + vary + "\n"; } if (content_type != null) { resultado += "[+] Content-Type : " + content_type + "\n"; } if (accept_ranges != null) { resultado += "[+] Accept Ranges : " + accept_ranges + "\n"; } // } return resultado; } try { nave2.setRequestProperty("User-Agent", "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0"); response = nave2.getResponseCode(); response = 404; } return response; } if (array.indexOf(item) != array.lastIndexOf(item)) { array.remove(array.lastIndexOf(item)); } } return array; } for (int i = 0; i < array.size(); i++) { Pattern regex1 = null; Matcher regex2 = null; regex1 = Pattern.compile("(.*?)=(.*?)"); regex2 = regex1.matcher(code); if (regex2.find()) { array2.add(regex2.group(1) + "="); } } return array2; } Pattern regex1 = null; Matcher regex2 = null; regex1 = Pattern.compile(deaca + "(.*?)" + hastaaca); regex2 = regex1.matcher(code); if (regex2.find()) { resultado = regex2.group(1); } return resultado; } // Credits : Based on http://stackoverflow.com/questions/921262/how-to-download-and-save-a-file-from-internet-using-java // Thanks to Brian Risk try { ReadableByteChannel down1 = Channels.newChannel(download_page.openStream()); down1.close(); down2.close(); return true; return false; } } return url.substring(url.lastIndexOf('/') + 1); } try { if (opcion == "protocol") { resultado = url.getProtocol(); } else if (opcion == "authority") { resultado = url.getAuthority(); } else if (opcion == "host") { resultado = url.getHost(); } else if (opcion == "port") { } else if (opcion == "path") { resultado = url.getPath(); } else if (opcion == "query") { resultado = url.getQuery(); } else if (opcion == "filename") { resultado = url.getFile(); } else if (opcion == "ref") { resultado = url.getRef(); } else { resultado = "Error"; } // } return resultado; } // Credits : Based on http://www.avajava.com/tutorials/lessons/how-do-i-generate-an-md5-digest-for-a-string.html try { generate.update(text.getBytes()); byte[] result = generate.digest(); for (byte line : result) { } // } return string_now.toString(); } //Credits : Based on http://stackoverflow.com/questions/304268/getting-a-files-md5-checksum-in-java // Thanks to try { byte[] bytes_now = new byte[1024]; int now_now = 0; while ((now_now = file_now.read(bytes_now)) != -1) { convert.update(bytes_now, 0, now_now); }; byte[] converting = convert.digest(); for (int i = 0; i < converting.length; i++) { } resultado = result.toString(); // } return resultado; } try { resultado = getting_ip.getHostAddress(); // } return resultado; } } // The End ?
Ejemplos de uso :
Código
package dhtools; import java.util.ArrayList; import java.util.Collections; public class Main { DH_Tools tools = new DH_Tools(); //String codigo = tools.toma("http://localhost/"); //String codigo = tools.tomar("http://localhost/login.php", "usuario=test&password=dsdsads&control=Login"); //tools.savefile("c:/xampp/texto.txt","texto"); //String codigo = tools.read_file("c:/xampp/texto.txt"); //String codigo = tools.console("ver"); //String codigo = tools.httpfinger("http://www.petardas.com"); /* ArrayList array = new ArrayList(); Collections.addAll(array, "http://localhost/sql.php?id=dsaadsds", "b", "http://localhost/sql.php?id=dsaadsds", "c"); ArrayList array2 = tools.repes(tools.cortar(array)); for (int i = 0; i < array2.size(); i++) { System.out.println(array2.get(i)); } */ //System.out.println(tools.regex("1sadasdsa2","1","2")); //System.out.println(tools.response_code("http://www.petardas.com/")); /* File savefile = new File("c:/xampp/*****.avi"); if(tools.download("http://localhost/test.avi",savefile)) { System.out.println("yeah"); } */ //System.out.println(tools.extract_file_by_url("http://localhost/dsaads/dsadsads/index.php")); //System.out.println(tools.uri_split("http://localhost/index.php?id=dadsdsa","query")); //System.out.println(tools.md5_encode("123")); //System.out.println(tools.md5_file("c:\\xampp\\texto.txt")); //System.out.println(tools.get_ip("www.petardas.com")); } }
Eso seria todo.