Skip to content

Commit

Permalink
Removing the tk domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mukarramkhalid authored Aug 27, 2021
1 parent 2da3bc4 commit 097d4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vBulletin-5.0.x-PreAuth-RCE.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Tested on : Windows 8.1 / Ubuntu 14.04
# CVE : CVE-2015-7808
# Blog Post : http://mukarramkhalid.com/exploit-vbulletin-5-1-x-preauth-remote-code-execution/
# Url list : http://makman.tk/vb/urls.txt
# Url list : https://mukarramkhalid.com/assets/files/exploit-vbulletin-5-1-x-preauth-remote-code-execution/urls.txt

import requests, re, sys
import colorama
Expand Down Expand Up @@ -66,7 +66,7 @@ def main():
with open( 'urls.txt' ) as f:
search_result = f.read().splitlines()
except:
print( 'urls.txt not found in the current directory. Create your own or download from here. http://makman.tk/vb/urls.txt\n' )
print( 'urls.txt not found in the current directory. Create your own or download from here. https://mukarramkhalid.com/assets/files/exploit-vbulletin-5-1-x-preauth-remote-code-execution/urls.txt\n' )
sys.exit(0)
search_result = list( set( search_result ) )
print (' [+] Executing Exploit for ' + Fore.RED + str( len( search_result ) ) + Fore.WHITE + ' Urls.\n')
Expand Down

0 comments on commit 097d4c2

Please sign in to comment.