flowchart TD
A([Start]) --> B{Create Payload}
B --> C[Embed Payload in HTTPS Request]
C --> D{Bypass Firewall?}
D -->|Yes| E[Send Request to Server]
D -->|No| F[Try Different Payload]
E --> G{Analyze Response Time}
G -->|Vulnerable| H[Identified Vulnerability]
G -->|Not Vulnerable| I[No Vulnerability]
F --> G
H --> J([End])
%% Styles for black-and-white theme
style A fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
style B fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
style C fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
style D fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
style E fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
style F fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
style G fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
style H fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
style I fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
style J fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000000
forked from SubashSK777/NewBorn
-
Notifications
You must be signed in to change notification settings - Fork 0
Veera-Dheera/NewBorn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 72.5%
- Java 27.5%