Skip to content

Commit

Permalink
Update Public/
Browse files Browse the repository at this point in the history
  • Loading branch information
aatharvauti committed Nov 19, 2023
1 parent 0f7fd2a commit 3c60e1a
Show file tree
Hide file tree
Showing 23 changed files with 608 additions and 244 deletions.
34 changes: 19 additions & 15 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,29 +228,33 @@
}

a {
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
}

a::before {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
}

a:hover {
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
}
a:hover::before {
width: 100%;
width: 100%;
}

.title:hover::before a {
width: 0%;
}

</style></head>
Expand Down
34 changes: 19 additions & 15 deletions public/blog/blue-teaming/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,29 +229,33 @@
}

a {
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
}

a::before {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
}

a:hover {
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
}
a:hover::before {
width: 100%;
width: 100%;
}

.title:hover::before a {
width: 0%;
}

</style></head>
Expand Down
34 changes: 19 additions & 15 deletions public/blog/cybersecurity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,29 +229,33 @@
}

a {
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
}

a::before {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
}

a:hover {
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
}
a:hover::before {
width: 100%;
width: 100%;
}

.title:hover::before a {
width: 0%;
}

</style></head>
Expand Down
4 changes: 2 additions & 2 deletions public/blog/cybersecurity/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ This talk is all about how one can leverage Cybersecurity and create awesome too
<pubDate>Sat, 19 Aug 2023 14:28:54 +0530</pubDate>

<guid>https://auti.dev/honeytrack/</guid>
<description>Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently.
HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&amp;rsquo;s database as well it backtracks the hacker when it intrudes the target network.</description>
<description>Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently.
HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&amp;rsquo;s database as well it backtracks the hacker when it intrudes the target network.</description>
</item>

</channel>
Expand Down
34 changes: 19 additions & 15 deletions public/blog/elasticsearch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,29 +229,33 @@
}

a {
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
}

a::before {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
}

a:hover {
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
}
a:hover::before {
width: 100%;
width: 100%;
}

.title:hover::before a {
width: 0%;
}

</style></head>
Expand Down
4 changes: 2 additions & 2 deletions public/blog/elasticsearch/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ This talk is all about how one can leverage Cybersecurity and create awesome too
<pubDate>Sat, 19 Aug 2023 14:28:54 +0530</pubDate>

<guid>https://auti.dev/honeytrack/</guid>
<description>Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently.
HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&amp;rsquo;s database as well it backtracks the hacker when it intrudes the target network.</description>
<description>Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently.
HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&amp;rsquo;s database as well it backtracks the hacker when it intrudes the target network.</description>
</item>

</channel>
Expand Down
34 changes: 19 additions & 15 deletions public/blog/honeypot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,29 +229,33 @@
}

a {
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
}

a::before {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
}

a:hover {
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
}
a:hover::before {
width: 100%;
width: 100%;
}

.title:hover::before a {
width: 0%;
}

</style></head>
Expand Down
4 changes: 2 additions & 2 deletions public/blog/honeypot/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<pubDate>Sat, 19 Aug 2023 14:28:54 +0530</pubDate>

<guid>https://auti.dev/honeytrack/</guid>
<description>Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently.
HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&amp;rsquo;s database as well it backtracks the hacker when it intrudes the target network.</description>
<description>Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently.
HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&amp;rsquo;s database as well it backtracks the hacker when it intrudes the target network.</description>
</item>

</channel>
Expand Down
34 changes: 19 additions & 15 deletions public/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,29 +229,33 @@
}

a {
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
}

a::before {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
}

a:hover {
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
}
a:hover::before {
width: 100%;
width: 100%;
}

.title:hover::before a {
width: 0%;
}

</style></head>
Expand Down
34 changes: 19 additions & 15 deletions public/blog/purple-teaming/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,29 +229,33 @@
}

a {
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
color: rgba(230, 52, 52, 0.75);
text-decoration: none;
position: relative;
transition: width 0.5s ease;
}

a::before {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: rgb(230, 52, 52);
transition: width 0.5s ease;
}

a:hover {
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
color: rgba(230, 52, 52, 1);
transition: width 0.5s ease;
}
a:hover::before {
width: 100%;
width: 100%;
}

.title:hover::before a {
width: 0%;
}

</style></head>
Expand Down
4 changes: 2 additions & 2 deletions public/blog/purple-teaming/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<pubDate>Sat, 19 Aug 2023 14:28:54 +0530</pubDate>

<guid>https://auti.dev/honeytrack/</guid>
<description>Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak ☠️. Honeypots are one of the most concerned topics in the field of cyber security currently.
HoneyTrack is a honeypot 🍯 cum SIEM tool 📊 that uses various technologies like Docker 🐋, Shell 🐚 Scripts, Python 🐍, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&amp;rsquo;s database as well it backtracks the hacker when it intrudes the target network.</description>
<description>Honeypot with a twist of Red Teaming With the tremendous growth of cyber-attacks, the loss of private or sensitive data has risen to a peak. Honeypots are one of the most concerned topics in the field of cyber security currently.
HoneyTrack is a honeypot cum SIEM tool that uses various technologies like Docker, Shell Scripts, Python, Elastic Search 🔍, Kibana 📈, and Filebeat 📂 which protect an organization&amp;rsquo;s database as well it backtracks the hacker when it intrudes the target network.</description>
</item>

</channel>
Expand Down
Loading

0 comments on commit 3c60e1a

Please sign in to comment.