12%
05.02.2019
then select the Mutillidae IP address from the left sidebar under the Sites pane in ZAP (Figure 12). Now that you've filled up ZAP with some SQLi pages and highlighted http://172.17.0.2
in ZAP's Sites pane
12%
07.10.2014
is a string like "1, 10, 12, 15, 2, 21, 3, …" and not the ascending order of the values. Exporting the data into another program and anchoring the desired sorting directly in the query by adjusting
12%
09.04.2019
12 protocol: HTTPS
13 tls:
14 mode: SIMPLE
15 serverCertificate: /etc/istio/ingressgateway-certs/tls.crt
16 privateKey: /etc/istio/ingressgateway-certs/tls.key
17 hosts
12%
11.02.2016
/hashicorp/otto/examples/mongodb"
06 }
07 }
08
09 project {
10 name = "my-project"
11 infrastructure = "my-infrastructure"
12 }
13
14 infrastructure "my-infrastructure" {
15 type = "aws"
16
12%
28.07.2025
/documentation/dui0491/i/Compiler-specific-Features/-pragma-unroll---n--
Compiler Explorer: https://godbolt.org
Future Crew. Second Reality
. YouTube video, 1993: https://www.youtube.com/watch?v=iw17c70uJes&pp=0gc
12%
25.03.2020
pods in the development
namespace occupying a maximum of 1GB of RAM, a request for a container of 2GB would pass the first two checks but fail the access control test.
Namespaces
The basic Kubernetes
12%
14.03.2013
Schneier's blog entry: http://www.schneier.com/blog/archives/2012/09/sha-3_will_be_a.html
Talk at 25C3 about spoofed MD5 signatures: http://media.ccc.de/browse/congress/2008/25c3-3023-en
12%
30.01.2020
: (groupid=0, jobs=1): err= 0: pid=7055: Sat Oct 12 19:09:53 2019
write: IOPS=34.8k, BW=136MiB/s (143MB/s)(9.97GiB/75084msec); 0 zone resets
[ ... ]
Run status group 0 (all jobs):
WRITE: bw=136MiB/s (143MB
12%
18.02.2018
.env.GITHUB_API_TOKEN
06
07 var port = process.env.PORT || 5000
08
09 app.get('/', function (req, res) {
10 // Implement GitHub API call
11 })
12
13 app.listen(port, function () {
14 console.log('App listening on port
12%
03.04.2024
a prerequisite for the installation shown in Listing 1.
Listing 1
DefectDojo Installation
01 git clone https://github.com/DefectDojo/django-DefectDojo
02 cd django-DefectDojo
03 # building
04 ./dc