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