Skip to content

Commit

Permalink
Update hackers.py
Browse files Browse the repository at this point in the history
Signed-off-by: ibrahim ali <[email protected]>
  • Loading branch information
abrahim7112 authored Aug 30, 2023
1 parent 6477adc commit 7a5e224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hackers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,8 @@ def cve_2022_42475():
b6_button = Button(F2, text ="cve-2022-42475",command = cve_2022_42475, fg ="#ccc4c4",width=16, bd=7, font="arial 15 bold", relief=GROOVE, bg="#404040").place(relx = 0.98, rely = 0.79,anchor = NE)

def CVE_2023_28771_poc():
from CVE_2023_poc import CVE_2023_28771_poc

from CVE_2023_poc.CVE_2023_28771_poc import exploitprint
return exploitprint()
b2_button = Button(F2, text ="CVE-2023-28771",command = CVE_2023_28771_poc, fg ="#ccc4c4",width=16, bd=7, font="arial 15 bold", relief=GROOVE, bg="#404040").place(relx = 0.98, rely = 0.87,anchor = NE)


Expand Down

0 comments on commit 7a5e224

Please sign in to comment.