mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04:00
Moar structure.
This commit is contained in:
parent
103a049afe
commit
232ce766d9
42 changed files with 140 additions and 0 deletions
1
.gitignore
vendored
Executable file
1
.gitignore
vendored
Executable file
|
@ -0,0 +1 @@
|
||||||
|
.DS_Store
|
1
Discovery/Web_Content/WebServices/README
Executable file
1
Discovery/Web_Content/WebServices/README
Executable file
|
@ -0,0 +1 @@
|
||||||
|
This directory will contain list information that will be helpful in attacking both SOAP and REST-based web services.
|
3
Discovery/Web_Content/WebServices/SOAP_functions.txt
Executable file
3
Discovery/Web_Content/WebServices/SOAP_functions.txt
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
GetAccount
|
||||||
|
GetUser
|
||||||
|
GetCCN
|
1
Pattern_Matching/README
Executable file
1
Pattern_Matching/README
Executable file
|
@ -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
Pattern_Matching/basic_grepstrings.txt
Executable file
14
Pattern_Matching/basic_grepstrings.txt
Executable file
|
@ -0,0 +1,14 @@
|
||||||
|
password
|
||||||
|
user
|
||||||
|
username
|
||||||
|
select
|
||||||
|
update
|
||||||
|
delete
|
||||||
|
ssn
|
||||||
|
dob
|
||||||
|
ccn
|
||||||
|
passwd
|
||||||
|
pass
|
||||||
|
administrator
|
||||||
|
secret
|
||||||
|
key
|
94
Pattern_Matching/malicious.txt
Normal file
94
Pattern_Matching/malicious.txt
Normal file
|
@ -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
Pattern_Matching/pcap_strings.txt
Normal file
13
Pattern_Matching/pcap_strings.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
username
|
||||||
|
SSN
|
||||||
|
DOB
|
||||||
|
password
|
||||||
|
uname
|
||||||
|
encryption-key
|
||||||
|
encryptionkey
|
||||||
|
secretkey
|
||||||
|
secret_key
|
||||||
|
secret-key
|
||||||
|
aeskey
|
||||||
|
passphrase
|
||||||
|
wombat
|
13
Pattern_Matching/thickclient_basic_.txt
Executable file
13
Pattern_Matching/thickclient_basic_.txt
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
password
|
||||||
|
select
|
||||||
|
username
|
||||||
|
social
|
||||||
|
ssn
|
||||||
|
dob
|
||||||
|
DOB
|
||||||
|
Password
|
||||||
|
security
|
||||||
|
protected
|
||||||
|
SSN
|
||||||
|
update
|
||||||
|
delete
|
Loading…
Add table
Reference in a new issue