Übungen

Payload

1
1'
1"
[1]
1`
1\
1/*'*/
1/*!1111'*/
1'||'asd'||'
1' or '1'='1
1 or 1=1
'or''='

TryHackMe

Boson CompTIA PenTest+ Labs

The CompTIA PenTest+ (PT0-001) is an intermediate-to-advanced level certification to provide you with the hands-on skills of penetration testing (ethical hacking). You will learn how to locate and exploit vulnerabilities in a network – including breaches of applications, protocols, Application Programming Interfaces (APIs), servers and firewalls. After successful completion, you will be able to plan and prepare for a penetration test engagement, perform social engineering and password attacks, analyze and report pentest results, and more. All tasks are designed to set you up for success in cybersecurity.

Practice Lab for CompTIA PenTest+ PT0-001

Serpico

Ruby
cd c:\Serpico   # enter
ruby serpico.rb
https :// 192 . 168 . 0 . 4 : 8443/
  User: administrator
  Pass: Passw0rd
  Consultant Company: PLABPentest
  Consultant Name: Jack Hack
  Email: jack@hack.com
  Phone: 555-1234
  Title: Mr

https://github.com/SerpicoProject/Serpico/wiki/Running-Serpico-From-Docker

Postman

Send unlimited API Requests from Your Browser.

Installation
Download *.zip von https://www.postman.com/downloads/
*.zip entpacken
in den Ordner wechseln und die App mit ./Postman starten.
Mit Postman arbeiten:

API Testing

API ist die Abkürzung für Application Programming Interface und beschreibt einen Satz klar definierter Anweisungen, die für die Kommunikation zweier Anwendungen erstellt wurden. Das gängige verwendete Protokoll ist HTML. HTTP-Ressourcen werden eindeutig durch URLs (Uniform Resource Locators) identifiziert, in Form von http- und https-URIs (Uniform Resource Identifiers).
URLs haben die folgende Syntax:

Protokoll://Hostname:Port/Pfad-und-Ressourcenname

HTTP Requests

HTTP-Anforderung und HTTP-Antwort – Nachrichten haben dieselbe Grundstruktur:

Die Anforderungszeile (Request line) gibt die HTTP-Methode, Ressource („/“) und die HTTP-Version an.
Übliche HTTP-methods sind:

Weitere Infos: https://wiki.selfhtml.org/wiki/HTTP/Anfragemethoden

HTTP Errors

HTTP response status codes are separated into five categories, where the first digit of the status code defines the class of the response: