Advertisement
jsumell

Brute-Forcer -output source generator for the own class

Feb 8th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.20 KB | None | 0 0
  1. import java.util.*;
  2. public class InnerForloopsDownbyText {
  3.  
  4.     private static StringBuffer sb = new StringBuffer("");
  5.     private static String allTheStrings ="qwertyuiopåasdfghjklzxcvbnm";
  6.    
  7.     //Method for the Print down to the outpust tream the given Inner For-loops.
  8.     public static String mjono(int amount) {
  9.        
  10.         while (amount>=0)
  11.         {
  12.             if (amount-1 >=0) {
  13.                
  14.            
  15.             sb.append("\t" +"for (int y=0;x<"+amount +";allTheStrings.charAt[amount-1]"
  16.                     +");");
  17.             }
  18.         amount--;
  19.    
  20.         }
  21.        
  22.        
  23.         return sb.toString();
  24.     }
  25.  
  26.     //The main method to run the current Method
  27.  
  28.     public static void main (String[] args) {
  29.         /*At the Next method you give the parameter whatever willing to
  30.          * bruteforce for you are supposed to have  password length,
  31.          * and Code will be created in Java for to bruteforce inner for-classes!
  32.          *
  33.          * 8 (Default)*
  34.          *
  35.          * WARNING: You have to use right parameter names for the right results for the output."*
  36.          * WARNING B: Your woman -(e. instead for a perhaps?)
  37.          * relationships on your life will leave you for the life if you
  38.          * Brute-Force them for they past life... to heck their background by email action"; */
  39.        
  40.         System.out.println ("" +mjono(8));
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement