コード例 #1
0
 def __init__(self, agent, proxy, redirect, url):
     self.url = url
     self.req = wphttp.wphttp(agent=agent,
                              proxy=proxy,
                              redirect=redirect,
                              url=url)
     self.wpch = wpchangelog.wpchangelog(agent=agent,
                                         proxy=proxy,
                                         redirect=redirect,
                                         url=url)
     self.wpfpd = wpfpd.wpfpd(agent=agent,
                              proxy=proxy,
                              redirect=redirect,
                              url=url)
     self.wpli = wplicense.wplicense(agent=agent,
                                     proxy=proxy,
                                     redirect=redirect,
                                     url=url)
     self.wplis = wplisting.wplisting(agent=agent,
                                      proxy=proxy,
                                      redirect=redirect,
                                      url=url)
     self.wprea = wpreadme.wpreadme(agent=agent,
                                    proxy=proxy,
                                    redirect=redirect,
                                    url=url)
     self.wpst = wpstyle.wpstyle(agent=agent,
                                 proxy=proxy,
                                 redirect=redirect,
                                 url=url)
コード例 #2
0
ファイル: fingerprint.py プロジェクト: Kass6360/darksploit
 def __init__(self, agent, proxy, redir, time, url, cookie):
     self.url = url
     self.cookie = cookie
     self.req = wphttp.wphttp(agent=agent,
                              proxy=proxy,
                              redir=redir,
                              time=time)
コード例 #3
0
ファイル: wpxmlrpc.py プロジェクト: Kass6360/darksploit
 def __init__(self, agent, proxy, redir, time, url, cookie, wlist, user):
     self.url = url
     self.cookie = cookie
     self.wlist = wlist
     self.user = user
     self.req = wphttp.wphttp(agent=agent,
                              proxy=proxy,
                              redir=redir,
                              time=time)
コード例 #4
0
 def __init__(self, agent, proxy, redirect, url):
     self.url = url
     self.req = wphttp.wphttp(agent=agent,
                              proxy=proxy,
                              redirect=redirect,
                              url=url)
     self.wpchangelog = wpchangelog.wpchangelog(agent=agent,
                                                proxy=proxy,
                                                redirect=redirect,
                                                url=url)
     self.wplicense = wplicense.wplicense(agent=agent,
                                          proxy=proxy,
                                          redirect=redirect,
                                          url=url)
     self.wplisting = wplisting.wplisting(agent=agent,
                                          proxy=proxy,
                                          redirect=redirect,
                                          url=url)
     self.wpreadme = wpreadme.wpreadme(agent=agent,
                                       proxy=proxy,
                                       redirect=redirect,
                                       url=url)
コード例 #5
0
ファイル: wpconfig.py プロジェクト: hazmad/WPSeku
	def __init__(self,agent,proxy,redirect,url):
		self.url = url
		self.req = wphttp.wphttp(agent=agent,proxy=proxy,redirect=redirect)
コード例 #6
0
ファイル: wpxss.py プロジェクト: hacker4help/The-Auto-Pentest
 def __init__(self, agent, proxy, redirect, url, method, payload):
     self.url = url
     self.method = method
     self.payload = payload
     self.req = wphttp.wphttp(agent=agent, proxy=proxy, redirect=redirect)
コード例 #7
0
 def __init__(self, agent, proxy, redirect, url, cookie, wordlist, user):
     self.url = url
     self.cookie = cookie
     self.wordlist = wordlist
     self.user = user
     self.req = wphttp.wphttp(agent=agent, proxy=proxy, redirect=redirect)
コード例 #8
0
 def __init__(self, agent, proxy, redirect, url):
     self.url = url
     self.req = wphttp.wphttp(agent=agent, proxy=proxy, redirect=redirect)
     self.usersFeed = []
     self.usersJson = []
     self.usersAuthor = []