Skip to content

Commit

Permalink
fieldset fix with css
Browse files Browse the repository at this point in the history
  • Loading branch information
connar committed Feb 19, 2025
1 parent 6ea1037 commit a167319
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/posts/pcraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ ShowToc = true
author = ["connar"]
+++

<style>
fieldset {
background: url('/img/test.gif') no-repeat center center;
background-size: cover;
border: 1px solid #ccc;
padding: 10px;
position: relative;
z-index: 2;
color: #dcdcdc;
font-weight: 500;
}
</style>

## What is the pCraft tool
pCraft is a tool used to generate pcaps based on a scenario written in an ami file. The generated pcap file can then be used for the testing of rules etc.

Expand Down
13 changes: 13 additions & 0 deletions content/posts/peb.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ ShowToc = true
author = ["connar","r4sti"]
+++

<style>
fieldset {
background: url('/img/test.gif') no-repeat center center;
background-size: cover;
border: 1px solid #ccc;
padding: 10px;
position: relative;
z-index: 2;
color: #dcdcdc;
font-weight: 500;
}
</style>

## Intro
This is the first post of the malware series that me and my friend @r4sti will be starting. We basically started learning malware concepts, dev and windows internals, and I will keep track of what we learn - like the rest of the things in this blog:)
<small><i>Special thanks to him cause he is basically teaching me 70% of this stuff lol.</i></small>
Expand Down

0 comments on commit a167319

Please sign in to comment.