BUGFIX - Thank you plugin now displayed last
parent
ce6b395733
commit
ea8a6bffbe
|
@ -8,7 +8,6 @@ import urllib
|
|||
|
||||
from core import *
|
||||
from wordpress import *
|
||||
from lxml import etree
|
||||
from multiprocessing import Process, Pool
|
||||
|
||||
class Brute_Engine:
|
||||
|
|
|
@ -13,7 +13,6 @@ class Load_Plugins:
|
|||
|
||||
def __init__(self, wordpress):
|
||||
available_plugins = os.listdir(self.plugin_folder)
|
||||
|
||||
for plugins in available_plugins:
|
||||
if not ".pyc" in plugins and not "__init__" in plugins:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
12345678
|
||||
1234
|
||||
pussy
|
||||
password
|
||||
12345
|
||||
root
|
||||
toor
|
||||
|
@ -13,6 +14,7 @@ letmein
|
|||
admin
|
||||
passw0rd
|
||||
baseball
|
||||
demo
|
||||
letmein!
|
||||
master
|
||||
michael
|
||||
|
@ -502,4 +504,3 @@ phantom
|
|||
billy
|
||||
6666
|
||||
albert
|
||||
password
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
import requests
|
||||
|
||||
name = "Example-Plugin"
|
||||
name = "Thank You"
|
||||
|
||||
def __init__(wordpress):
|
||||
# INSERT CODE HERE!
|
Loading…
Reference in New Issue