Showing posts with label howto. Show all posts
Showing posts with label howto. Show all posts

corn tortilla recipes

Corn Tortilla recipes that I would like to try on the home front.  We always seem to have these in the fridge, but I am not sure how or in what we eat them now.

https://www.tasteofhome.com/recipes/sausage-tortilla-breakfast-bake/

https://www.tasteofhome.com/recipes/fiesta-turkey-tortilla-soup/

https://www.tasteofhome.com/recipes/chicken-tortilla-bake/

https://www.tasteofhome.com/recipes/vegetarian-enchilada-bake/

https://www.tasteofhome.com/recipes/chicken-tostada-cups/


Splunk Notes

The bucket command will slice the Splunk timeline of events into discrete buckets of time determined by the user. The search syntax below will bucket a Splunk timeline into discrete five minute chunks, regardless of the length of the timeline:

bucket _time span=5min

The second method is provided by the Splunk search command "stats." The stats command does many things, but one of the things it does best is sorting data by other data. The following search syntax will show all DNS queries of every host in the Splunk timeline, regardless of the length of the timeline:
 

stats values(dns_query) by source_host

Windows Kernel Exploitation Tutorial

Part 8: Use After Free ≈ Packet Storm https://packetstormsecurity.com/files/147491/winpart8-uaf.pdf

How was flexispy hacked

https://dl.packetstormsecurity.net/papers/attack/flexispy-hacked.txt

 Update:
another DIY guide:
https://dl.packetstormsecurity.net/papers/attack/hackback-a-diy-guide.txt