88 Commits

Author SHA1 Message Date
Luke Anderson
68f8d60da5
Fix Fuzzing Types (Fixes #339) 2019-10-05 00:35:43 +09:30
g0tmi1k
327cc859ee Quick rename 2019-08-13 12:50:53 +01:00
g0tmi1k
5bbc1e6fe3 Close #329 - Bo0oM's fuzz.txt
Source: https://github.com/Bo0oM/fuzz.txt
2019-08-13 12:50:20 +01:00
g0tmi1k
3fc464d156 Add XSS without parentheses and semi-colons
Source: https://portswigger.net/blog/xss-without-parentheses-and-semi-colons
2019-05-22 12:15:42 +01:00
g0tmi1k
9239f0a284 find . -name '*_*' -exec rename 's/_/-/g' "{}" \; 2019-05-08 11:54:39 +01:00
g0tmi1k
a65f6bd665 Close #291 - Fix encoding issues
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
2019-05-08 11:04:00 +01:00
g0tmi1k
7b1f14989c Quick move about 2019-04-12 13:52:47 +01:00
g0tmi1k
3f2c0d33d2 Quick clean up of locations 2019-04-10 13:22:39 +01:00
g0tmi1k
12751dbbf0 Fix #288 - Add graphql
Source: https://graphql.org/learn/serving-over-http/
2019-04-10 13:18:25 +01:00
g0tmi1k
b9483d00b7 Sort out a few more filenmae issues 2019-04-10 11:32:07 +01:00
g0tmi1k
437478ce7b Fix #284 #285 - useragents-ie.txt 2019-04-10 10:19:12 +01:00
Alexandre ZANNI
cfe4b16023
Update LFI-JHADDIX.txt
fix typo + add 1 entry
2019-03-10 17:11:22 +01:00
Infected Drake
0400e0bbc1
A wrong payload corrected
The payload on line 18 contains a misspelled event handler `OnpOinTeReENer`. Corrected it properly.
2019-02-09 12:13:28 +05:30
g0tmi1k
7ed3f897df
Merge pull request #237 from s0md3v/patch-1
+5 payloads, some enhancements
2019-01-08 18:11:33 +00:00
Prinzhorn
1eae4d51f0 Strip HTML from LFI-LFISuite-pathtotest-huge.txt 2018-12-18 10:13:49 +01:00
g0tmi1k
47b1829910
Merge pull request #241 from g0tmi1k/ua
Added various User Agent strings
2018-11-26 10:09:44 +00:00
g0tmi1k
b99b0ed28f Added various User Agent strings
Source: https://developers.whatismybrowser.com/useragents/explore/
2018-11-26 09:56:22 +00:00
Somdev Sangwan
bb180d4e27
changed %3B to %26 (I'm sleep deprived sorry) 2018-11-21 14:53:27 +05:30
Somdev Sangwan
31167686f0
+5 payloads, some enhancements 2018-11-21 14:45:08 +05:30
Michael Henriksen
2dab37db43 Add best performing payloads from the XSS Polyglot Challenge 2018-11-01 07:37:16 +01:00
g0tmi1k
d68ba5f9ed Rename "_" -> "-" & found a few new homes 2018-10-15 13:08:10 +01:00
Somdev Sangwan
cebebee4b5
Create XSS-Somdev.txt 2018-10-15 02:13:17 +05:30
g0tmi1k
9f73b7e81a Add LFISuite
Source: https://github.com/D35m0nd142/LFISuite
2018-07-25 13:51:06 +01:00
Karan Saini
3911f92c82
Added numeric combinations
Text files of numeric combinations (with leading zeros) for use during enumeration
2018-04-08 00:54:51 +05:30
Daniel Miessler
25323690ce
Merge pull request #185 from ryan-wendel/master
Update XSS-JHADDIX.txt
2018-03-23 12:05:55 -07:00
Ryan Wendel
619f3afb71
Update XSS-JHADDIX.txt
Removed offensive term from wordlist.
2018-03-23 10:01:05 -06:00
g0tmi1k
3f79d071ce Quick move about 2018-03-21 17:47:29 +00:00
g0tmi1k
5278477235 Close #106 - XXE-Fuzzing / Grep PHP Auditing 2018-03-21 17:19:17 +00:00
g0tmi1k
401af588f6 Close #88 - Fuzzing List Integer fields
Source: https://github.com/arvinddoraiswamy/mywebappscripts/blob/master/FuzzLists/numeric_fields_only.txt
2018-03-21 16:30:38 +00:00
g0tmi1k
7b6b792312 Close #69 - Fix SQLi Polyglot
Source: https://labs.detectify.com/2013/05/29/the-ultimate-sql-injection-payload/

Source: https://twitter.com/SymbianSyMoh/status/707685783801454594
2018-03-21 16:29:03 +00:00
g0tmi1k
9ae73c2ceb Add "Big List of Naughty Strings"
Source: https://github.com/minimaxir/big-list-of-naughty-strings
2018-03-21 16:20:10 +00:00
g0tmi1k
26cf832f9d Close ##152 - PHP base64 filter file read (XXE_Fuzzing) 2018-03-21 16:13:09 +00:00
g0tmi1k
d2282eee97 Added ] in (Fix #131) 2018-03-07 11:46:03 +00:00
g0tmi1k
7611257a60 Quick rename of files 2018-03-05 11:03:11 +00:00
g0tmi1k
7a55e1871c Remove pointless files. 2018-03-05 09:52:00 +00:00
Daniel Miessler
49a6d721ff
Merge pull request #128 from g0tmi1k/structure
Structure Clean Up
2018-03-04 12:23:06 -08:00
Daniel Miessler
7cf6e78ff5 Addded Darkweb 10,100,1K,10K to Passwords. 2018-01-02 21:46:14 -08:00
g0tmi1k
25d4ac447e rename 's/_/-/g' 2017-08-23 14:55:06 +01:00
g0tmi1k
a97be9373e Started sorting "Miscellaneous/" & "Fuzzing/" 2017-07-11 13:53:16 +01:00
g0tmi1k
6f69a35b5e Started clean up on "Discovery/Web_Content" 2017-07-11 13:36:01 +01:00
Jason Haddix
02b09becc3 Rename NoSQL to NoSQL.txt 2017-06-28 11:25:52 -07:00
Jason Haddix
46de2f6727 Create NoSQL 2017-06-28 11:25:16 -07:00
Daniel Miessler
ffce0051e4 Merge pull request #113 from ilyaglow/fix/bitquark-subdomains-location
Move bitquark subdomains list to Discovery
2017-05-11 21:51:25 -04:00
Daniel Miessler
7b131262e6 Merge pull request #110 from sneakerhax/add-useragents-ie
Add useragents-ie
2017-05-11 21:51:00 -04:00
Daniel Miessler
9aab1014e9 Merge pull request #92 from alexlauerman/master
Improved test cases
2017-05-11 21:47:55 -04:00
Ilya Glotov
2f921032f0
Move bitquark subdomains list to Discovery 2017-04-07 16:15:55 +03:00
Sneakerhax
d1b104a46f Add useragents-ie 2017-03-06 15:04:31 -08:00
Alex Lauerman
382c44dd97 Improved test cases
Includes parameter entities and OOB test case.
2016-10-29 20:11:36 -05:00
Daniel Miessler
b012b32ee4 Added 0xsobky's Ultimate XSS Polyglot. 2016-07-20 10:54:35 -07:00
Daniel Miessler
4cd6f77ac1 Added Bitquark's Top 100K Subdomains. 2016-07-20 10:50:27 -07:00