-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
199 lines (181 loc) · 11 KB
/
Copy pathindex.html
File metadata and controls
199 lines (181 loc) · 11 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-adsense-account" content="ca-pub-3471062269380494">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../assets/css/page.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Favicon -->
<link id='favicon' rel="shortcut icon" href="../../assets/images/favicon.ico" type="image/x-png">
<title>Recon | ScriptJacker | Reconnaissance</title>
</head>
<body oncontextmenu="return false">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3471062269380494"
crossorigin="anonymous"></script>
<!-- navbar starts -->
<header>
<a href="../../" class="logo">ScriptJacker</a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a class="active" href="../../">Home</a></li>
<li><a href="../../about">About</a></li>
<li><a href="../../blogs">Blogs</a></li>
<li class="dropdown" id="researchDropdown">
<a href="#" class="dropdown-button">Research</a>
<ul class="dropdown-content">
<li><a href="../owasp">Owasp</a></li>
<li><a href="">Recon</a></li>
<li><a href="../bash">Bash</a></li>
</ul>
</li>
<li><a href="../../contact">Contact</a></li>
<li><a href="../../projects">Projects</a></li>
</ul>
</nav>
</header>
<!-- navbar ends -->
<!-- section start -->
<section class="page_404" id="about">
<div class="container">
<div class="msg">
<h3 class="heading" ><i class="fas fa-search"></i> Research On <span>Recon</span></h3>
<br>
<div class="recon-image">
<a href="https://drive.google.com/file/d/1GX4PfdK9z8ydqMWePu1COgR1b3_BJxqj/view?usp=drivesdk" target="_blank">
<img src="../../assets/images/recon.png" alt="Recon Methodology"></a>
</div>
<br>
<p>Hello guys welcome to recon page, Here we will provide you a very deep <span class="colorb">recon methodology</span>
that will surely help you in increasing you attack surface. You can cick on image and download it from
the drive link.
</p>
<br>
<br>
<h3 class="header"> Steps For <span>Recon</span></h3>
<br>
<ol class="list">
<li><span class="colora">Host Discovery</span> <i class="fas fa-arrow-right"></i> You must check weather the host is up or down before starting recon. Simple utility
for that is ping.
</li>
<br>
<li><span class="colora">Firewall Check</span> <i class="fas fa-arrow-right"></i> You must check firewall like cloudflare, cloudfront to later on try for bypasses related to it. Most popular tool
for that is wafw00f.
</li>
<br>
<li><span class="colora">CMS Detection</span> <i class="fas fa-arrow-right"></i> You must check the which CMS (Content Management System) like WordPress, Joomla, etc to
do possible attacks/scans related to it.
</li>
<br>
<li><span class="colora">DNS Recon</span> <i class="fas fa-arrow-right"></i> You should perform DNS Enum/Recon to gather its information, It may discover something. Tools
that often help are Dnsrecon, Dnsenum, etc.
</li>
<br>
<li><span class="colora">Basic Info</span> <i class="fas fa-arrow-right"></i> You must gather other basic info like its past screenshot from web.archive.org, its seeds, whois
dnsdumpster.com, whatweb, theharvester, maltego, spiderfoot, etc.
</li>
<br>
<li><span class="colora">Google Dorking</span> <i class="fas fa-arrow-right"></i> You have to perform google dorking from both manual and automation. Tools that can help
are FGDS, Pagodo, GHDB, etc.
</li>
<br>
<li><span class="colora">Github Dorking</span> <i class="fas fa-arrow-right"></i> You should perform github recon from both automation and manual
approach so you can get some leaked information. Tools that can be used are gitdorker, gitgrabber, etc.</li>
<br>
<li><span class="colora">JS Discovery</span> <i class="fas fa-arrow-right"></i> You must check the JS files it can leak some sensitive URL or
credentials. Tools are subJS, getJS, Linkfinder, etc.</li>
<br>
<li><span class="colora">Shodan Dorking</span> <i class="fas fa-arrow-right"></i> You must check the IP and Domain on shodan it can give us
some hidden IP's or secret info related to target and you should try manual approach for this. Tools for helping you shodan-eye, shodan-recon, etc.</li>
<br>
<li><span class="colora">Subdomain Enum</span> <i class="fas fa-arrow-right"></i> You must grab all the subdomains to increase your attack surface
area and your scope, you may find hidden subdomain. Tools like sublist3r, subfinder, assetfinder, amass, etc.</li>
<br>
<li><span class="colora">Network Scanning</span> <i class="fas fa-arrow-right"></i> You can then perform network scanning on those subdomains or on
particular domai to see services running, open ports, etc info. Nmap and masscan are useful tool.</li>
<br>
<li><span class="colora">Sub Takeover</span> <i class="fas fa-arrow-right"></i> You can then try to takeover 404 subdomain with a CNAME record and if you
dir so boom it's a vulnerability. Tools that may help are sybzy, can-i-takeover-xyz, nuclei, etc.</li>
<br>
<li><span class="colora">Active Subdomains</span> <i class="fas fa-arrow-right"></i> You have to filter active and working subdomains to do your
futher attacks. Can use httpx or httprobe tool.</li>
<br>
<li><span class="colora">Sub Sub Enum</span> <i class="fas fa-arrow-right"></i> You should check for sub sub domain to increase the attack surface and
find unknown domains. Useful tool is altdns.</li>
<br>
<li><span class="colora">Dir Busting</span> <i class="fas fa-arrow-right"></i> You must check for hidden directories, files and pages to get sensitive info.
Popular tools are ffuf, gobuster, dirbuster, dirb, etc.</li>
<br>
<li><span class="colora">Grabing Params</span> <i class="fas fa-arrow-right"></i> You have to grab the paramaters and endpoints to check for injections
and other vulnerabilities. Tools like gau, waybackurls, katana, etc.</li>
<br>
<li><span class="colora">Vulnerable Params</span> <i class="fas fa-arrow-right"></i> You should grep parameters that may vulnerable to specific vulnerability
and put them in one file. gf tool will help.</li>
<br>
<li><span class="colora">Open Buckets</span> <i class="fas fa-arrow-right"></i> You can try to find open buckets sometimes its publically
available. </li>
<br>
<li><span class="colora">403 Bypass</span> <i class="fas fa-arrow-right"></i> You must try to bypass 403 (forebidden) pages with several techniques
and methods. </li>
<br>
<li><span class="colora">Vulnerability Scan</span> <i class="fas fa-arrow-right"></i> You can perform vulnerability scanning in background with
the help of nuclei, nikto, rapidscan, etc.</li>
<br>
<li><span class="colora">Particular Vul Scan</span> <i class="fas fa-arrow-right"></i> You have to run tools for particular vulnerability like
sqlmap for sqli, xsser for xss, tqlmap for ssti, etc. </li>
<br>
</ol>
<br>
<div class="backbtn">
<a href="../../" class="btn">
<i class="fas fa-arrow-left"></i>
<span>Back to Home</span>
</a>
</div>
</div>
</div>
</section>
<!-- section end -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>ScriptJacker</h3>
<p>Thank you for visiting our website. <br/> Keep growing and stay connected!</p>
</div>
<div class="box">
<h3>quick links</h3>
<a href="../../"><i class="fas fa-chevron-circle-right"></i> home</a>
<a href="../../about"><i class="fas fa-chevron-circle-right"></i> about</a>
<a href="../../blogs"><i class="fas fa-chevron-circle-right"></i> blogs</a>
<a href="../../contact"><i class="fas fa-chevron-circle-right"></i> contact</a>
<a href="../../projects"><i class="fas fa-chevron-circle-right"></i> Projects</a>
</div>
<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-phone"></i>+91 7497054662</p>
<p> <i class="fas fa-envelope"></i>scriptjacker@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Haryana, India-125001</p>
<div class="share">
<a href="https://www.linkedin.com/company/scriptjacker" class="fab fa-linkedin" aria-label="LinkedIn" target="_blank"></a>
<a href="https://github.com/scriptjacker" class="fab fa-github" aria-label="GitHub" target="_blank"></a>
<a href="mailto:scriptjacker@gmail.com" class="fas fa-envelope" aria-label="Mail" target="_blank"></a>
<a href="https://twitter.com/scriptjacker" class="fab fa-twitter" aria-label="Twitter" target="_blank"></a>
<a href="https://youtube.com/@Scriptjacker" class="fab fa-youtube" aria-label="Youtube" target="_blank"></a>
</div>
</div>
</div>
<h1 class="credit">© 2024 ScriptJacker. All rights reserved.</h1>
</section>
<!-- footer section ends -->
<!-- ==== ALL MAJOR JAVASCRIPT CDNS STARTS ==== -->
<!-- jquery cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- ==== ALL MAJOR JAVASCRIPT CDNS ENDS ==== -->
<script src="../../assets/js/page.js"></script>
<a href="#about" aria-label="ScrollTop" class="fas fa-angle-up" id="scroll-top"></a>
</body>
</html>