Skip to content

Commit

Permalink
Moar structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmiessler committed Aug 4, 2015
1 parent 103a049 commit 232ce76
Show file tree
Hide file tree
Showing 42 changed files with 140 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
1 change: 1 addition & 0 deletions Discovery/Web_Content/WebServices/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This directory will contain list information that will be helpful in attacking both SOAP and REST-based web services.
3 changes: 3 additions & 0 deletions Discovery/Web_Content/WebServices/SOAP_functions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
GetAccount
GetUser
GetCCN
1 change: 1 addition & 0 deletions Pattern_Matching/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The GrepStrings directory will hold various lists that can be passed to grep when looking for intersting content within filesystems or source code.
14 changes: 14 additions & 0 deletions Pattern_Matching/basic_grepstrings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
password
user
username
select
update
delete
ssn
dob
ccn
passwd
pass
administrator
secret
key
94 changes: 94 additions & 0 deletions Pattern_Matching/malicious.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
# strings for finding backdoor shells, rootkits, botnets, and exploitable functions
# grep -Rn "shell *(" /var/www

passthru
shell_exec
system
phpinfo
base64_decode
chmod
mkdir
fopen
fclose
readfile
php_uname
eval
edoced_46esab
popen
include
create_function
mysql_execute
php_uname
proc_open
pcntl_exec
``
include_once
require
require_once
posix_mkfifo
posix_getlogin
posix_ttyname
getenv
get_current_user
proc_get_status
get_cfg_var
disk_free_space
disk_total_space
diskfreespace
getcwd
getlastmo
getmygid
getmyinode
getmypid
getmyuid
assert
extract
parse_str
putenv
ini_set
pfsockopen
fsockopen
apache_child_terminate
posix_kill
posix_setpgid
posix_setsid
posix_setuid
tmpfile
bzopen
gzopen
chgrp
chown
copy
file_put_contents
lchgrp
lchown
link
mkdir
move_uploaded_file
symlink
tempnam
imagecreatefromgif
imagecreatefromjpeg
imagecreatefrompng
imagecreatefromwbmp
imagecreatefromxbm
imagecreatefromxpm
ftp_put
ftp_nb_put
exif_read_data
read_exif_data
exif_thumbnail
exif_imagetype
hash_file
hash_hmac_file
hash_update_file
md5_file
sha1_file
highlight_file
show_source
php_strip_whitespace
get_meta_tags
str_repeat
unserialize
register_tick_function
register_shutdown_function
13 changes: 13 additions & 0 deletions Pattern_Matching/pcap_strings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
username
SSN
DOB
password
uname
encryption-key
encryptionkey
secretkey
secret_key
secret-key
aeskey
passphrase
wombat
13 changes: 13 additions & 0 deletions Pattern_Matching/thickclient_basic_.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
password
select
username
social
ssn
dob
DOB
Password
security
protected
SSN
update
delete
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 232ce76

Please sign in to comment.