Giter Site home page Giter Site logo

appsecezine's Introduction

AppSec Ezine

Raising awareness towards the prevention of security risks is challenging. Most people are unaware of or just don’t have access to the right information. Keeping up the pace in the tech world is a golden rule. If you are not ready to deal with security issues, you are heading in the wrong direction.

The AppSec Ezine was born out of the need to curate contents concerning information security that otherwise one may find scattered across the web. Each edition covers a wide range of topics. The AppSec Ezine is focussed on providing information about problems you should be aware of (old or new issues) and giving you an overview of the latest hot topics - curiosities that get you through your daily work or ignite your passion on the topic.

There are no prerequisites to reading the AppSec Ezine. It is for wannabes, n00bs, l33ts or gurus. No matter if you are the very best of your field or just someone interested in security, you will still find something new and cool to learn.

The Ezine is divided into four sections:

  • "Must See - Something that is really worth your time!"
    The latest write-up of a bounty given by a major site, some dumb bug that was reported and still was rewarded, the latest trend in the infosec world or just something cool/useful to know.
  • "Hack - Some Kung Fu Techniques."
    Sharing is caring. Being ready to use the best tool for the job is a must. This section provides ways to make your life easier. Even if you don't totally understand the big picture, your starting point will never be null.
  • "Security - All about security issues/problems."
    Under the umbrella security, this section covers forensics, malware analysis, advanced exploitation techniques, more bug bounties, vulnerabilities research, some nice OS features that can be "misused”, cool techniques, and so on and so forth.
  • "Fun - Do you have spare time?"
    Open these links if you want to check some cool stuff, get your hands dirty on something witty, try new tech or just to have a nice time trying something out of the box. Remember that it may not always be related to security.

This project started inside a company and was used to spread infosec culture around. If you have a security program running, mailing list or any group that think this will be welcome, feel free to use and redistribute. It will be released every week usually on a Friday morning via Twitter.

RSS/Atom:

A RSS/Atom feed is automatically published at latest.rss and latest.atom. This can be used in your favourite RSS reader, or as a Slack feed bot (do note that the Atom feed seem to work better with Slack than the RSS feed).

License:

This project is under Creative Commons Attribution NonCommercial ShareAlike (CC-NC-SA).

CC-NC-SA

appsecezine's People

Contributors

crsantos avatar mozfreddyb avatar simps0n-bf avatar simpsonpt avatar subodh-bf-ham avatar xl-sec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

appsecezine's Issues

Webhook for the repository

Please create a webhook for the repository.
I would like to create an n8n workflow to handle the ezines commits

Markdown or HTML

Great stuff!
Would you mind converting the files to Markdown or HTML in order to have all URLs linkified?
Markdown is the preferred solution of course!

(code to) rename files for chronological sorting

this works on ubuntu 22.04

remove the "-n" switch in rename to actually do the renaming

side effects: clobbers any files named: 1, 2, or 3

for n in $(seq 1 3); do echo $(ls -1 | grep -P "^[0-9]{$n} " | xargs -I'{}' echo \'{}\' ) > $n; done

for n in $(seq 1 3); do echo $n; ncomp=$((4 - ${n})); eval "rename -n -v 's/^([0-9]{$n}.*)/$(print "${(pl:$ncomp::0:)}")\$1/' $(cat $n)"; done

rm 1 2 3 

I seem to recall rename being easier than this, but I got caught up :)

RSS Feed: Each news is separated instead of having a news by new edition of ezine

Hi and thanks a lot for your work,

This is an incredible source of informations. Just a little thing that would be nice is to have the RSS feed to publish the markdown directly for an entire Enzine instead of each line.

Example of RSS output:
image

Or maybe through a different RSS feed for the entire enzine.

Thanks a lot and if I can contribute to this in any way I would be happy to have more informations on how to do it.

Sincerely,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.