Advertisement
c0d3dsk1lls

URL_Buttons __ codedskills.net

Jun 16th, 2022 (edited)
87
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 6.41 KB | None | 1 0
  1. from tkinter import *
  2. import webbrowser
  3. root = Tk()              
  4. root.title('C0d3D By: C0d3dSk1llS')
  5. root.configure(background='black')  
  6. #-----------------------------------------------------------                                
  7. def b_click(fg="red", bg="black"):
  8.     global f_num
  9. def openweb():
  10.     webbrowser.open(url, 1)
  11.     global f_num  
  12. def openweb_2():
  13.     webbrowser.open(url2, 2)
  14.     global f_num            
  15. def openweb_3():
  16.     webbrowser.open(url3, 3)
  17.     global f_num    
  18. def openweb_4():
  19.     webbrowser.open(url4, 4)
  20.     global f_num
  21. def openweb_5():
  22.     webbrowser.open(url5, 5)
  23.     global f_num
  24. def openweb_6():
  25.     webbrowser.open(url6, 6)
  26.     global f_num
  27. def openweb_7():
  28.     webbrowser.open(url7, 7)
  29.     global f_num    
  30. def openweb_8():
  31.     webbrowser.open(url8, 8)
  32.     global f_num    
  33. def openweb_9():
  34.     webbrowser.open(url9, 9)
  35.     global f_num    
  36. def openweb_10():
  37.     webbrowser.open(url10, 10)
  38.     global f_num    
  39. def openweb_11():
  40.     webbrowser.open(url11, 11)
  41.     global f_num    
  42. def openweb_12():
  43.     webbrowser.open(url12, 12)
  44.     global f_num    
  45. def openweb_13():
  46.     webbrowser.open(url13, 13)
  47.     global f_num    
  48. def openweb_14():
  49.     webbrowser.open(url14, 14)
  50.     global f_num    
  51. def openweb_15():
  52.     webbrowser.open(url15, 15)
  53.     global f_num    
  54. def openweb_16():
  55.     webbrowser.open(url16, 16)
  56.     global f_num    
  57. def openweb_17():
  58.     webbrowser.open(url17, 17)
  59.     global f_num    
  60. def openweb_18():
  61.     webbrowser.open(url18, 18)
  62.     global f_num    
  63. def openweb_19():
  64.     webbrowser.open(url19, 19)
  65.     global f_num    
  66. def openweb_20():
  67.     webbrowser.open(url20, 20)
  68.     global f_num    
  69. def openweb_21():
  70.     webbrowser.open(url21, 21)
  71.     global f_num          
  72. #--------------ASSIGN YOUR URL---------------#
  73. url = "https://codedskills.net"
  74. new = 1
  75. #------
  76. url2 = "http://google.com"
  77. new = 2
  78. #------
  79. url3 = "http://facebook.com"
  80. new = 3
  81. #------
  82. url4 = "https://www.reddit.com"
  83. new = 4
  84. #------
  85. url5 = "https://app.itpro.tv/dashboard"
  86. new = 5
  87. #------
  88. url6 = "https://www.youtube.com"
  89. new = 6
  90. #------
  91. url7 = "https://amazon.ca"
  92. new = 7
  93. #------
  94. url8 = "https://ebay.ca"
  95. new = 8
  96. #------
  97. url9 = "https://www.youtube.com/watch?v=0mAzlQwIPQI"
  98. new = 9
  99. #------
  100. url10 = "https://www.youtube.com/c/NetworkChuck"
  101. new = 10
  102. #------
  103. url11 = "https://www.youtube.com/c/HackerSploit"
  104. new = 11
  105. #------
  106. url12 = "https://www.youtube.com/c/Freecodecamp"
  107. new = 12
  108. #------
  109. url13 = "https://my.pennfoster.com/StudentLMSPFX"
  110. new = 13
  111. #------
  112. url14 = "https://mail.google.com"
  113. new = 14
  114. #------
  115. url15 = "https://www.exploit-db.com/google-hacking-database"
  116. new = 15
  117. #------
  118. url16 = "https://wpbbq.dev/index-of-hacking-courses"
  119. new = 16
  120. #------
  121. url17 = "https://gbhackers.com/latest-google-dorks-list/"
  122. new = 17
  123. #------
  124. url18 = "https://gist.github.com/rmusser01/68bf050d4d671431e4a1ba5c8d8d3ab3"
  125. new = 18
  126. #------
  127. url19 = "https://hackersploit.org/"
  128. new = 19
  129. #------
  130. url20 = "https://overthewire.org/wargames/bandit/bandit0.html"
  131. new = 20
  132. #------
  133. url21 = "https://securitytrails.com/blog/vulnerable-websites-for-penetration-testing"
  134. new = 21
  135. #------------------------------------------------------------------------------------------------------  
  136. frame = LabelFrame(root, text="Hacking Resources", fg='red', bg='black', padx=10, pady=10)
  137. frame.grid(padx=10, pady=10)
  138. b = Button(frame, text="C0d3DSK1llS", padx=39, pady=16, fg='red', bg='black', command=openweb)
  139. c = Button(frame, text="Google", padx=55, pady=16, fg='red', bg='black', command=openweb_2)
  140. d = Button(frame, text="Facebook", padx=48, pady=16, fg='red', bg='black', command=openweb_3)
  141. e = Button(frame, text="Reddit", padx=57, pady=16, fg='red', bg='black', command=openweb_4)
  142. f = Button(frame, text="IT-Pro-TV", padx=49, pady=16, fg='red', bg='black', command=openweb_5)
  143. g = Button(frame, text="YouTube", padx=50, pady=16, fg='red', bg='black', command=openweb_6)
  144. h = Button(frame, text="Amazon", padx=52, pady=16, fg='red', bg='black', command=openweb_7)
  145. i = Button(frame, text="Ebay", padx=54, pady=16, fg='red', bg='black', command=openweb_8)
  146. j = Button(frame, text="HackStep", padx=42, pady=16, fg='red', bg='black', command=openweb_9)
  147. k = Button(frame, text="Network Chuck", padx=25, pady=16, fg='red', bg='black', command=openweb_10)
  148. l = Button(frame, text="HackerSploit Youtube", padx=7, pady=16, fg='red', bg='black', command=openweb_11)
  149. m = Button(frame, text="FreeCodeCamp", padx=24, pady=16, fg='red', bg='black', command=openweb_12)
  150. n = Button(frame, text="School", padx=50, pady=16, fg='red', bg='black', command=openweb_13)
  151. o = Button(frame, text="Email", padx=52, pady=16, fg='red', bg='black', command=openweb_14)
  152. p = Button(frame, text="Google Exploit-DB", padx=20, pady=16, fg='red', bg='black', command=openweb_15)
  153. q = Button(frame, text="Hacking Courses", padx=24, pady=16, fg='red', bg='black', command=openweb_16)
  154. r = Button(frame, text="Dork List", padx=46, pady=16, fg='red', bg='black', command=openweb_17)
  155. s = Button(frame, text="Google Hacking", padx=27, pady=16, fg='red', bg='black', command=openweb_18)
  156. t = Button(frame, text="HackerSploit.org", padx=25, pady=16, fg='red', bg='black', command=openweb_19)
  157. u = Button(frame, text="Legal Hackable SSH", padx=16, pady=16, fg='red', bg='black', command=openweb_20)
  158. v = Button(frame, text="Vulnerable Websites", padx=14, pady=16, fg='red', bg='black', command=openweb_21)
  159. #---------------------------------------------------------------------------------------------------
  160. b.grid(row=0, column=0)
  161. c.grid(row=1, column=0)
  162. d.grid(row=2, column=0)
  163. e.grid(row=3, column=0)
  164. f.grid(row=4, column=0)
  165. g.grid(row=5, column=0)
  166. h.grid(row=6, column=0)
  167. #----------------------------
  168. i.grid(row=0, column=1)
  169. j.grid(row=1, column=1)
  170. k.grid(row=2, column=1)
  171. l.grid(row=3, column=1)
  172. m.grid(row=4, column=1)
  173. n.grid(row=5, column=1)
  174. o.grid(row=6, column=1)
  175. #----------------------------
  176. p.grid(row=0, column=2)
  177. q.grid(row=1, column=2)
  178. r.grid(row=2, column=2)
  179. s.grid(row=3, column=2)
  180. t.grid(row=4, column=2)
  181. u.grid(row=5, column=2)
  182. v.grid(row=6, column=2)
  183. #                               |
  184. #-----CODED BY JB-C0D3DSK1llS---|
  185. #--------END---++               |
  186. #                               |
  187. #==============================================================================================END---+|
  188. #------------------++
  189. root.mainloop() #  ++
  190. #------------------++
  191.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement