fork(9) download
  1. import time
  2. from random import randint
  3.  
  4. class bcolors:
  5. HEADER = '\033[95m'
  6. OKBLUE = '\033[94m'
  7. OKGREEN = '\033[92m'
  8. WARNING = '\033[93m'
  9. FAIL = '\033[91m'
  10. ENDC = '\033[0m'
  11. BOLD = '\033[1m'
  12. UNDERLINE = '\033[4m'
  13.  
  14. # Therapist, Ollie_Parker, Boyfriend_Therapist
  15. passwords = ['Dylan_2791', '123456seven', 'No match found']
  16. keywords = ['Dylan; June 3rd, Stonehendge', '1984; 8D; Sa???', '2C;Yankees;Flipper']
  17. listcounts = [42808, 9875894, 9875894]
  18. possibilities = [8768028, 9875894, 9875894]
  19. prompt = bcolors.OKBLUE + 'root@elliot:' + bcolors.ENDC + ' '
  20. pos = randint(0,len(passwords)-1)
  21. start_time = time.time()
  22. print prompt + 'ping (222.12.154.102)'
  23. print prompt + 'ping (222.12.154.102) 56(84) bytes of data'
  24. print prompt + '64 bytes ev.e-bnk.org (222.12.154.102): icmp_req=1 ttl=11'
  25. time.sleep(1.25)
  26. print prompt + '1 packets transmitted, 1 received, 0% packet loss, time 0.'
  27. print prompt + 'elpscrk -list pswList.list-add ' + keywords[pos]
  28. print prompt + 'elpscrk -ip 222.12.154.102 -usr mich05654 -psw pswList.list'
  29. print prompt + 'List Count: '+str(listcounts[pos])+' Type: alphanum'
  30. for i in range(0, possibilities[pos], 13):
  31. print prompt + 'Scanning word ' + str(i) + ' of ' + str(possibilities[pos]) + '\r',
  32. print ' \r',
  33. print prompt + 'Scanning complete'
  34. print prompt + 'Time elapsed: ' + str(time.time() - start_time)
  35. print prompt + 'Password: ' + passwords[pos]/* package whatever; // don't place package name! */
  36.  
  37. import java.util.*;
  38. import java.lang.*;
  39. import java.io.*;
  40.  
  41. /* Name of the class has to be "Main" only if the class is public. */
  42. class Ideone
  43. {
  44. public static void main (String[] args) throws java.lang.Exception
  45. {
  46. // your code goes here
  47. }
  48. }
Runtime error #stdin #stdout #stderr 0.02s 44632KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "<builtin>/app_main.py", line 75, in run_toplevel
  File "prog.py", line 35
    print prompt + 'Password: ' + passwords[pos]/* package whatever; // don't place package name! */
                                                                           ^
SyntaxError: EOL while scanning string literal