adhokshaj

Conduit SecureIt (conduitsecurit.codeplex.com)

May 14th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. by Adhokshaj Mishra
  2.  
  3. conduitsecurit.codeplex.com
  4.  
  5. "Beware Hackers!"
  6. lawl! Let me show you the truth about your security app (Conduit SecureIT v2).
  7.  
  8. You have hosted your project on Open Source Hosting (CodePlex), and did not release source code.....
  9. You violated the rules and regulations...:P
  10.  
  11. Well, unavailability of source code can't stop me!!
  12.  
  13. You have not given default passwords......well, here are they:
  14.  
  15. Password1: Net@net%5
  16. Password2: net2net55
  17.  
  18. You challenge hackers, and store passwords in plain text........lawl!
  19.  
  20. You want to make your process "unkillabale".....right? And here is your algorithm:
  21.  
  22. Process[] array = Process.GetProcessesByName("taskmgr");
  23. for (int i = 0; i < array.Length; i++)
  24. {
  25. Process process = array[i];
  26. process.Kill();
  27. }
  28.  
  29. Great logic!! I can write my own process viewer and shut the fuck up!!
  30. moar lawl
  31.  
  32. What did you say? Not everybody is going to write process viewer......well....install some other process viewer (there are many!)
  33.  
  34. Even moar lawl!
  35.  
  36. You application tracks mouse movements? You rely upon MouseMove event......and that too for security.....seriously?? Lawl Again
  37.  
  38. My son, you even don't know how to write a program!! Need proofs? Well......here are they
  39.  
  40. private void Timer4_Tick(object sender, EventArgs e)
  41. {
  42. this.TopMost = true;
  43. this.TopMost = true;
  44. this.WindowState = FormWindowState.Maximized;
  45. this.TopMost = true;
  46. this.TopMost = true;
  47. }
  48.  
  49. What do you want to perform in given block of code? And what is the logic behind following lines:
  50.  
  51. this.TopMost = true;
  52. this.TopMost = true;
  53.  
  54. Just wanna make sure that your form is top most?? Lawl!! Go and play with sand my child!
  55.  
  56. Here goes one more snippet
  57.  
  58. private void Timer1_Tick(object sender, EventArgs e)
  59. {
  60. MyProject.Forms.Form6.NumericUpDown1.Value = decimal.Zero;
  61. MyProject.Forms.Form6.NumericUpDown2.Value = decimal.Zero;
  62. this.Enabled = true;
  63. }
  64.  
  65. Errr.......you even don't know how to render some control read only!!
  66.  
  67. Go and learn how to use MS Word, and keep your mouth shut.....you idiot
Advertisement
Add Comment
Please, Sign In to add comment