-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathManual.html
42 lines (35 loc) · 1.45 KB
/
Manual.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AdvSidlister - Subdomain Finder Tool</title>
</head>
<body>
<h1>AdvSidlister - Subdomain Finder Tool</h1>
<p>Welcome to AdvSidlister, a powerful subdomain finder tool. Follow the instructions below to use the tool:</p>
<h2>Step 1: Setup</h2>
<p>Before using AdvSidlister, make sure you have set up the tool by running the following commands:</p>
<pre>
<code>chmod +x AdvSidlister.py</code>
<code>./AdvSidlister.py</code>
</pre>
<h2>Step 2: Running the Tool</h2>
<p>To find subdomains for a domain, use the following command:</p>
<pre>
<code>./AdvSidlister.py</code>
</pre>
<p>Follow the on-screen prompts to enter the domain name and output file name.</p>
<h2>Step 3: Viewing Results</h2>
<p>After running the tool, you will have two output files:</p>
<ul>
<li>Your subdomain results in an HTML file (e.g., subdomain_results.html).</li>
<li>A backup of the results in a text file (backup_output.txt).</li>
</ul>
<h2>Step 4: Analyzing Results</h2>
<p>You can open the HTML file in a web browser to view the subdomain results in a table format.</p>
<h2>Step 5: Exiting the Tool</h2>
<p>To exit the tool, you can press Enter in the terminal.</p>
<p>Happy subdomain hunting with AdvSidlister!</p>
</body>
</html>