forked from wireghoul/dotdotpwn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
34 lines (22 loc) · 989 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--= TO DO =--
-------------------------------------
IPS/IDS Evasion
Implementation of obfuscation/evasion/encoding/double (en|de)coding techniques
before sending the fuzz patterns.
Proxy functionality
Implementation of proxy functionality in order to interact with 3rd-party
software such as TOR, socat, etc...
Idea By: Carlos A. Ayala Rocha
http://twitter.com/caar2000
-------------------------------------
Path obfuscation techniques
(e.g. /etc/./passwd or /etc/proc/../passwd instead of /etc/passwd)
Idea By: Christian Yerena
http://twitter.com/preth00nker
-------------------------------------
Save the results of the BisectionAlgorithm in the reports. It's a recursive
subroutine and I'm a newbie working with open file descriptors between
packages and recursive subroutines.
Idea By: Alejandro Hernandez (nitr0us)
http://twitter.com/nitr0usmx
-------------------------------------