-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edited Header text and re-worded Added yet another warning above flood box to use a VPN, a Proxy or the ToR Browser Replaced circled text areas with custom widgets Created custom designs for new widgets Telegram and OSINT
- Loading branch information
Showing
5 changed files
with
148 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<html><head> | ||
<meta charset="utf-8"> | ||
<title>OSINT</title> | ||
<style type="text/css"> | ||
body { | ||
background-image: url(https://i.imgur.com/P1EKhcp.png); | ||
background-repeat: no-repeat; | ||
margin-left: 0px; | ||
margin-top: 0px; | ||
margin-right: 0px; | ||
margin-bottom: 0px; | ||
} | ||
body,td,th { | ||
color: #FFF; | ||
font-family: Bahnschrift; | ||
font-style: normal; | ||
font-weight: 100; | ||
} | ||
</style> | ||
<style type="text/css"> | ||
.App__app-infinity-root_oWTYjHpu[data-v-30750c37]{width:100vw;height:100vh;position:fixed;z-index:9999999999;background:rgba(0,0,0,0.151);top:0px;left:0px;overflow:hidden;display:flex;align-items:center;justify-content:center}.App__app-infinity-root_oWTYjHpu *[data-v-30750c37]{all:initial;line-height:normal;font-family:'Didact Gothic'}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq[data-v-30750c37]{width:580px;height:380px;display:flex;position:relative;flex-direction:column;align-items:flex-start;background-size:cover;padding-top:60px;padding-left:40px;transition:0.2s ease;transform:scale(0.8);opacity:0;box-sizing:border-box;overflow:hidden}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__bg_26IhAl-s[data-v-30750c37]{position:absolute;top:-178px;right:-229px;background-size:contain;background-repeat:no-repeat;width:680px;height:680px;z-index:-1}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__title_3PUPKFHQ[data-v-30750c37]{margin-top:10px;font-size:30px;font-weight:600;color:white}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__subtitle_CrJbwup5[data-v-30750c37]{margin-top:10px;font-size:22px;color:white}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__list_2EZssklE[data-v-30750c37]{display:flex;flex-direction:column;margin-top:20px;margin-left:4px}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__list_2EZssklE .App__item_3p4UGIAt[data-v-30750c37]{display:flex;align-items:center;margin:6px 0;font-size:18px;color:white}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__list_2EZssklE .App__item_3p4UGIAt img[data-v-30750c37]{margin-right:10px;margin-bottom:-3px;width:14px;height:auto}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__rate-btn_1bvgWF3U[data-v-30750c37]{all:initial;margin-top:25px;font-size:14px;color:white;width:120px;display:flex;align-items:center;justify-content:center;background:#ff9f4a;border-radius:70px;padding:12px 20px;margin-left:15px;box-sizing:border-box;font-family:'Didact Gothic';cursor:pointer} | ||
a:link { | ||
color: #FFFF66; | ||
} | ||
a:visited { | ||
color: #FFFF66; | ||
} | ||
a:hover { | ||
color: #FFCC66; | ||
} | ||
a:active { | ||
color: #FFFF66; | ||
} | ||
</style> | ||
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--> | ||
<script>var __adobewebfontsappname__="dreamweaver"</script> | ||
<script src="http://use.edgefonts.net/lato:n1:default;pt-mono:n4:default;varela:n4:default;ubuntu:n3:default.js" type="text/javascript"></script> | ||
|
||
</head> | ||
|
||
<body style="margin-top: 12px;margin-left: 16px;margin-bottom: 2px;margin-right: 2px;font-style: normal;font-weight: 300;font-family: Bahnschrift;"> | ||
<table width="373" border="0"> | ||
<tbody> | ||
<tr> | ||
<td width="365"><h2 dir="auto" style=" | ||
margin-bottom: 0px; | ||
">OSINT Tools</h2> | ||
<ol dir="auto" style=" | ||
margin-top: 0px; | ||
padding-left: 28px; | ||
"> | ||
<li>OWASP AMASS - <a href="https://github.com/OWASP/Amass">https://github.com/OWASP/Amass</a></li> | ||
<li>ReconFTW - <a href="https://github.com/six2dez/reconftw">https://github.com/six2dez/reconftw</a></li> | ||
<li>TheHarvester - <a href="https://github.com/laramies/theHarvester">https://github.com/laramies/theHarvester</a></li> | ||
<li>Many other tools<br> | ||
- <a href="https://github.com/cipher387/osint_stuff_tool_collection">OSINT Tools Collection</a></li> | ||
</ol></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<br> | ||
<!----></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.