Adam Muntner
1e6472ea75
Merge pull request #154 from elnerd/patch-2
...
Create html_attributes.txt
2017-01-15 15:21:35 -05:00
Adam Muntner
7b3433f960
Merge pull request #147 from GuiOm/master
...
Add HTML event attributes
2017-01-15 15:21:19 -05:00
Adam Muntner
6e3e71822b
Delete command-execution-cheatsheat-unix.txt
2016-11-15 16:31:53 -05:00
Adam Muntner
71407d12e0
Create README.md
2016-10-17 09:06:26 -04:00
Adam Muntner
22fe7c4b1a
Delete README.rb
2016-10-17 08:54:04 -04:00
Adam Muntner
e3a9f305b7
Update README.rb
2016-10-17 08:52:48 -04:00
Adam Muntner
e5b926eadd
Update README.rb
2016-10-17 08:52:08 -04:00
Adam Muntner
db8c767952
Create README.rb
2016-10-17 08:51:50 -04:00
Adam Muntner
c4d8de6c78
Add PNG IDAT chunk webshell link & cleanup
2016-10-16 20:24:55 -04:00
Adam Muntner
89c59e7d74
Update arbitrary redirect docs
2016-10-12 03:44:16 -04:00
Adam Muntner
e951c9f277
doc page 1.0 for open redirect patterns
2016-10-12 03:22:12 -04:00
Adam Muntner
05c9d033fb
Arbitrary redirect injection template
2016-10-12 02:36:00 -04:00
Adam Muntner
a3768fd2a4
Open redirct injection tests
2016-10-12 02:12:47 -04:00
Adam Muntner
aaeaf2fbc4
Open redirect tests
2016-10-12 02:12:10 -04:00
Adam Muntner
55bb18a030
Open redirect url patterns
2016-10-12 02:08:10 -04:00
Adam Muntner
f38bb3e0df
Creating redirection template, more patterns otw
2016-10-12 01:42:23 -04:00
Adam Muntner
69210d06f2
added redirector
2016-10-11 01:47:17 -04:00
Adam Muntner
48c40d2e54
Create shell-operators.txt
2016-10-11 01:44:27 -04:00
Adam Muntner
93d85fb2f0
Added more OS commanding patterns
2016-10-11 01:30:00 -04:00
Adam Muntner
a9e417d045
command-injection-template.txt is nicer, use it
2016-10-11 01:21:37 -04:00
Adam Muntner
9e545e71b1
More patterns for separating shell commands
2016-10-06 10:27:50 -04:00
Adam Muntner
0bc1498c3d
Update patterns for separating shell commands
2016-10-06 10:20:43 -04:00
Adam Muntner
5dd4d67557
Template for generating OS Commanding tests
...
replace {cmd} with single value such as /usr/bin/id or a list of test values
2016-10-05 20:51:15 -04:00
Adam Muntner
984b37e742
Template for generating OS Commanding tests
...
Replacement string is {cmd}
2016-10-05 20:49:35 -04:00
Adam Muntner
ea7dd32b51
Patterns for separating shell commands
2016-10-05 20:34:28 -04:00
Adam Muntner
8bad923d65
reformat xterm examples
2016-10-04 09:13:29 -04:00
Adam Muntner
66f94cd903
update reverse shell one-liners & xterm examples
...
Thanks Bernardo Damele A. G http://bernardodamele.blogspot.com/2011/09/reverse-shells-one-liners.html
2016-10-04 09:11:57 -04:00
Adam Muntner
a9d9991944
os command execution cheatsheet cleanup
2016-10-04 08:38:44 -04:00
Adam Muntner
8645354266
os command execution cheatsheet cleanup
2016-10-04 08:37:43 -04:00
Adam Muntner
7e886d0d9d
shell commands without spaces, edits
2016-10-04 07:26:39 -04:00
Adam Muntner
b50de0d583
Add more remote cmd exec without spaces
2016-10-04 00:33:05 -04:00
Adam Muntner
8ed1ab4773
Add more remote cmd exec without spaces
...
technique from https://www.mailchannels.com/2009/07/amazing-new-exploit-for-linksys-routers-running-dd-wrt/ using $IFS
2016-10-04 00:32:00 -04:00
Adam Muntner
d1209f4b31
Update docs: remote command exec without spaces
2016-10-04 00:22:49 -04:00
Adam Muntner
1f4867321f
remove old header, replace with ""
2016-10-04 00:12:04 -04:00
Adam Muntner
a0b1672889
fixup
2016-10-04 00:05:28 -04:00
Adam Muntner
b41ed8173e
More command exec without spaces
...
Credits:
Joe Sylve
Daniel Frisch
2016-10-04 00:03:33 -04:00
Adam Muntner
0891bb84ec
Cmd injection without spaces
...
Thanks:
Andre Gironda
Ben Toews https://gist.github.com/btoews/3056269
Jon Oberheide https://jon.oberheide.org/blog/2008/09/04/bash-brace-expansion-cleverness/
2016-10-03 23:41:58 -04:00
Adam Muntner
d034e66d6c
Create Readme.md
2016-09-20 08:07:40 -04:00
Adam Muntner
e2062d0dbb
Original source: https://github.com/cr0hn/nosqlinjection_wordlists
2016-09-20 07:54:59 -04:00
cr0hn
0dfbeda6e7
added wordlist for no-sqli-injections for mongoDB
2016-09-20 12:37:07 +02:00
leikarne
09426f15e6
updated data-* attribute
...
data-* can be anything.
renamed it to data-userdefined-attribute, as it can be anything
2016-09-14 18:24:36 +02:00
leikarne
7c1d6972f5
Create html_attributes.txt
...
List of standard html attributes that are allowed inside html tags
2016-09-14 09:25:38 +02:00
Adam Muntner
104aac598d
change ordering
2016-09-14 00:50:45 -04:00
Adam Muntner
9825554871
Adding newer html5 tags that were missing
2016-09-13 18:26:43 -04:00
leikarne
cb7b69a789
Removed crocodiles
...
When fuzzing for allowed html tags, some libraries such as OWASP AntiSamy will require a matching closing tag.
Removing the crocodiles from the html tags, it allow you to do the following: <$POS$></$POS$>, and you can use this file to fuzz for valid html tags, and still provide valid html at the same time.
2016-09-13 23:52:20 +02:00
Adam Muntner
19071973bc
HTML entities, blank line, and a real null byte
2016-09-10 17:20:40 -04:00
Adam Muntner
13021c06a4
oops!
2016-09-10 17:19:28 -04:00
Adam Muntner
05d4b0ab25
Real null byte for fault injection into binaries + intentional blank line for ""
2016-09-10 17:01:31 -04:00
Adam Muntner
2d3ea1436e
replacing
2016-09-10 16:58:40 -04:00
Adam Muntner
0e5ab90100
Various representations of localhost
2016-09-04 02:43:29 -04:00