forked from hackvertor/hackvertor
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathBappDescription.html
105 lines (66 loc) · 4.5 KB
/
BappDescription.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<p>
Hackvertor is a powerful, versatile tool designed to supercharge your workflows by seamlessly converting, encoding, and transforming text or code. Whether you're a developer, hacker, or tech enthusiast, Hackvertor empowers you with advanced features like custom scripting, real-time preview, and an extensive library of transformations. It's your ultimate sidekick for tackling complex encoding challenges, optimizing processes, and unleashing creativity with precision and speed.
</p>
<h2>How to use</h2>
<ul>
<li>Navigate to the Hackvertor tab and enter some text in the input window</li>
<li>Make a selection of the text, and select one of the tags from the tag menu at the top</li>
<li>Click on of the tags to add it to the input</li>
<li>Hackvertor will convert the tags in the input and show the converted output</li>
</ul>
<h2>Hackvertor AI features</h2>
<h3>Use AI to generate code</h3>
<p>This feature allows a user to generate custom tags in JavaScript, Python, Groovy or Java without any coding knowledge.</p>
<h4>How to enable it</h4>
<p>Go to "Hackvertor settings" in the "Hackvertor" menu and check the following options: Hackvertor -> Settings -> AI -> Use AI to generate code</p>
<h4>How it works</h4>
<p>Go to the Hackvertor menu and create a custom tag (Hackvertor -> Create custom tag). Give it a tag name, such as "Reverse" and select your language. In this example, we will use "JavaScript".<br>
In the code box, type your prompt. For example, "Reverse this text".<br>
Then click the "Use AI to generate code" button. This will generate the JavaScript code for you, based on the given prompt.</p>
<h3>AI custom tags</h3>
<p>Hackvertor also allows you to generate custom tags from AI prompts directly.</p>
<h4>How to enable it</h4>
<p>Go to "Hackvertor settings" in the "Hackvertor" menu and check the following options:</p>
<ul>
<li>Hackvertor -> Settings -> AI -> Use AI to generate code</li>
</ul>
<h4>How it works</h4>
<p>Go to the Hackvertor menu and create a custom tag (Hackvertor -> Create custom tag). Give it a tag name, such as "Reverse" and select "AI" as the language.<br>
In the code box, type your prompt. For example, "Reverse this text".<br>
Then click "Create tag". You can now use this custom tag in the Hackvertor interface.</p>
<h3>Summarise custom tag code</h3>
<p>This will use AI to automatically create a text description of any custom tag. This works when you create or update a custom tag.</p>
<h4>How to enable it</h4>
<p>Go to "Hackvertor settings" in the "Hackvertor" menu and check the following options:</p>
<ul>
<li>Hackvertor -> Settings -> AI -> Use AI to generate code</li>
<li>Hackvertor -> Settings -> AI -> Use AI to summarise custom tag code</li>
</ul>
<h4>How it works</h4>
<p>Simply create a custom tag in a language, such as JavaScript, and Hackvertor will automatically give you a text description of what the code does.</p>
<p><strong>Note:</strong> This does not work when creating an AI custom tag, as the prompt itself provides a description.</p>
<h3>Learn from Repeater</h3>
<p>This feature analyzes Repeater requests with AI, and tries to automatically produce the relevant encoding and decoding custom tags.</p>
<h4>How to enable it</h4>
<p>Go to "Hackvertor settings" in the "Hackvertor" menu and check the following options:</p>
<ul>
<li>Hackvertor -> Settings -> AI -> Use AI to generate code</li>
<li>Hackvertor -> Settings -> AI -> Use AI to learn from Repeater</li>
</ul>
<h4>How it works</h4>
<p> In Repeater, you need a request with an unknown encoding. For example, "\x66\x6F\x6F\x62\x61\x72"</p>
<p>Place this value in a GET parameter. For example:</p>
<pre><code>
GET /?x=\x66\x6F\x6F\x62\x61\x72 HTTP/2<br>
Host: hackvertor.co.uk<br>
Accept-Encoding: gzip, deflate, br<br>
Accept: */*<br>
Accept-Language: en-US;q=0.9,en;q=0.8<br>
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.138 Safari/537.36<br>
Cache-Control: max-age=0<br>
<br>
</code></pre>
<p>Now send this request to Repeater around 5 times. After the 5th request Hackvertor should send the request to the AI for analysis. If successful, it should produce custom tags that encode or decode the encoding.</p>
<p>If you enable "Debug AI requests" in the Settings, you should see the conversation between Hackvertor and the AI.</p>
<p>When the tags have been created, they should be available in "Hackvertor -> List custom tags".</p>
<p>Copyright © 2015-2025 PortSwigger Ltd.</p>