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 Nov 21, 2022
1 parent d3dabcf commit ffc56d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backup/script.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="cookieConsentContainer" id="cookieConsentContainer" style="opacity: 1; display: block;"><div class="cookieTitle"><a style="text-align: left;">Cookies.</div><div class="cookieDesc"><div class="a"><p style="text-align: left;">By using this website, you automatically accept that we use cookies. <a href="/privacy#cookies" style="font-size: 13px;" target="_blank" rel="noopener noreferrer">Why?</a></p></div></div><div class="cookieButton"><a onclick="purecookieDismiss();">Understood</a></div></div>
<div id="script" class="a lrpad"> <div id="intro">
<h1> The Script Community </h1>
<img src="/media/images/script.png" width="17.5%" class="script"> <br>
<img src="/media/images/script.png" width="17.5%" class="script" alt="script icon"> <br>
<br>
<div class="dropdown">
<button class="dropbtn">Navigation</button>
Expand Down Expand Up @@ -257,13 +257,13 @@ <h4 id="img-1">HTML Images</h4>
</div></div></div>
</div> <hr> <div id="osint">
<h2> OSINT </h2>
<a href="https://osint.org/" target="_blank" rel="noreferrer noopener" class="btn btn-info">Learn More</a>
<a href="https://osint.org/" target="_blank" rel="noreferrer noopener" class="btn btn-info">Osint.org</a>
<p> Section by Nasus </p>
<p> Open source intelligence (OSINT) is the practice of collecting information from published or otherwise publicly available sources. This can be used to learn more about your targets </p>
<a href="http://www.tineye.com/">Reverse Image Lookup</a> <a href="https://www.macvendorlookup.com/">Mac Address Lookup</a> <a href="http://exif-viewer.com/">EXIF Data</a> <a href="https://haveibeenpwned.com/">Database Lookup</a> <a href="https://whatismyipaddress.com/ip-lookup">IP Lookup</a> <a href="https://archive.org/index.php">Archive.org</a>
</div> <hr> <div id="dos">
<h2> Denial of Service </h2>
<a href="https://hackcontrol.org/blog/ddos-attacks/" target="_blank" rel="noreferrer noopener" class="btn btn-info">Learn More</a>
<a href="https://hackcontrol.org/blog/ddos-attacks/" target="_blank" rel="noreferrer noopener" class="btn btn-info">Hackcontrol.org</a>
<a href="/backup/ehs#dos" target="_blank" rel="noreferrer noopener" class="btn btn-info">EHS's DOS Section</a>
<h3> Disclaimer </h3>
<p> This is not <a href="/backup/ehs#ddos"><b>D</b>DoS</a>. You have to distribute this code amongst a botnet for it to actually do damage. It only works against websites. </p>
Expand Down Expand Up @@ -351,7 +351,7 @@ <h2 class="accordion-header" id="headingThree">
</div>
</div> <hr> <div id="phishing">
<h2> Phishing </h2>
<a href="https://www.i-techsupport.com/everything-you-need-to-know-about-phishing-attacks/" target="_blank" rel="noreferrer noopener" class="btn btn-info">Learn More</a>
<a href="https://www.i-techsupport.com/everything-you-need-to-know-about-phishing-attacks/" target="_blank" rel="noreferrer noopener" class="btn btn-info">Techsupport.com</a>
<a href="https://en.wikipedia.org/wiki/Phishing" target="_blank" rel="noreferrer noopener" class="btn btn-info">Source</a>
<p> Phishing is a type of social engineering where an attacker sends a fraudulent (e.g., spoofed, fake, or otherwise deceptive) message designed to trick a human victim into revealing sensitive information to the attacker or to deploy malicious software on the victim's infrastructure like ransomware. Phishing attacks have become increasingly sophisticated and often transparently mirror the site being targeted.
<br> As of 2020, phishing is by far the most common attack performed by cybercriminals </p>
Expand Down Expand Up @@ -384,7 +384,7 @@ <h4> Voice Phishing </h4> <p>Attackers will dial a large quantity of telephone n
</p>
<br> <div id="basics">
<h3> Basics of Google Dorking </h3>
<a href="https://www.exploit-db.com/google-hacking-database" target="_blank" rel="noreferrer noopener" class="btn btn-info">Learn More</a>
<a href="https://www.exploit-db.com/google-hacking-database" target="_blank" rel="noreferrer noopener" class="btn btn-info">Exploit-DB.com</a>
<p> <code>"search string"</code> - web pages that contain the exact same string
<br><br><code>string | string</code> - between queries will return results for each string
<br><br><code>site: wikipedia.org</code> - search for certain words on a website
Expand All @@ -401,7 +401,7 @@ <h3> Basics of Google Dorking </h3>
<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>
<a href="https://www.wireshark.org/" target="_blank" rel="noreferrer noopener" class="btn btn-info">Learn More</a>
<a href="https://www.wireshark.org/" target="_blank" rel="noreferrer noopener" class="btn btn-info">Wireshark.org</a>
<p> Section by Nasus </p>
<p> <a href="https://www.wireshark.org/#download">Wireshark</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.
The most recommended brand is Alfa for WiFi Adapters. <br> <br> </p><h4> Tools </h4> <p>Alla Network AWUS036NH &amp; Alla Network 1000 mW AWUS036H.</p><br><p> <a href="https://www.youtube.com/watch?v=zOYohNOnWp4">Tutorial</a> </p>
Expand Down

0 comments on commit ffc56d8

Please sign in to comment.