mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-19 07:00:25 -04:00
👩😎 Clean up Readme
This commit is contained in:
parent
e368061296
commit
6bd8247401
3 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# Pen-Testing
|
||||
# Pen-Testing Scripts
|
||||
|
||||
|
||||
## Auditing Code
|
||||
|
||||
* Initial value assigments (failure to asign initial values can lead to vulnerabilities).
|
||||
* Initial value assignments (failure to assign initial values can lead to vulnerabilities).
|
||||
|
||||
* Memory corruption (see Memory_Exploits folder).
|
||||
|
||||
|
@ -50,6 +51,4 @@
|
|||
* Binary only (live analysis and reverse engineering)
|
||||
* Both source and binary access
|
||||
* Checked build: an binary with no source code but with debugging information.
|
||||
* Source black box: black box and fuzz testing (example: web applications). Example: auditing a web server with entry point at TCP port 80, you use a HTTP protocol fuzzer.
|
||||
|
||||
----
|
||||
* Source black box: black box and fuzz testing (example: web applications). Example: auditing a web server with entry point at TCP port 80, you use a HTTP protocol fuzzer.
|
Before Width: | Height: | Size: 902 KiB After Width: | Height: | Size: 902 KiB |
Loading…
Add table
Add a link
Reference in a new issue