Skip to content

Commit

Permalink
Update script.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Toucan authored Aug 26, 2022
1 parent d3da367 commit 36cd425
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions script.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,12 @@ <h3> Basics of Google Dorking </h3>
<br><br><code>intitle:"index of" inurl:ftp</code> - find exposed FTP servers
<br><br><code>filetype:txt inurl:"email.txt"</code> - email lists (Government emails can be found)
<br><br><code>allintext:username filetype:log</code> - find usernames and password logfiles
<br><br><code>intitle:"Index of..etc" passwd</code> - Linux machines with directory exposed <br> <br> index of any-show-name - Find shows and movies for free <br> <br> ethical hacking site:drive.google.com - Find free courses <br> <br> index of software-name - Find free software <br> <br>
ext:log “Software: Microsoft Internet Information Services *.*” -
Microsoft ISS server logs (online activity)
<br><br><code>intitle:"Index of..etc" passwd</code> - Linux machines with directory exposed
<br><br><code>index of any-show-name</code> - Find shows and movies for free
<br><br><code>ethical hacking site:drive.google.com</code> - Find free courses
<br><br><code>index of software-name</code> - Find free software <br> <br>
<code>ext:log “Software: Microsoft Internet Information Services *.*”</code> - Microsoft ISS server logs (online activity)
</p>
</div> </div> <hr> <div id="wifi"> <h2> Wi-Fi Hacking </h2>
<p> Section by Nasus </p>
<p> <a href="https://www.wireshark.org/#download">Wireshark (Learn More)</a> is a network protocol analyzer used to capture traffic. <br> <br>Putting your adapter in Monitor mode, or RFMON mode, allows a computer with a wireless network interface controller to monitor all traffic received on a wireless channel. Unlike promiscuous mode, which is also used for packet sniffing, monitor mode allows packets to be captured without having to associate with an access point<br> <br> Buy a WiFi Adapter that supports Monitor Mode.
Expand Down

0 comments on commit 36cd425

Please sign in to comment.