4 episodes

Podcast by Arnaud ASSAD

GoFr Arnaud ASSAD

    • Technology

Podcast by Arnaud ASSAD

    GoFr - Episode 10

    GoFr - Episode 10

    Le podcast où on parle du langage Go.
    Dans cet épisode F. MARAND répond à vos questions.
    Si vous voulez posez d'autres questions à F. MARAND :
    https://osinet.fr/go/errata/

    Retrouvez nous sur:
    twitter.com/GofrP
    gophers.slack.com (#gofr)

    • 59 min
    GoFr - Episode 09

    GoFr - Episode 09

    Un épisode ou on parle Botnet et Sécurité informatique en Go.

    Vos retours/commentaires sont *vraiment* appréciés :
    Email : gofr(arobase)assad.fr
    Twitter : twitter.com/GofrP
    Facebook: www.facebook.com/GoFr-883192005210759

    ## Botnets en Go
    * [Sliver](https://github.com/BishopFox/sliver)
    * [Merlin](https://github.com/Ne0nd0g/merlin)
    * [GoBot2](https://github.com/SaturnsVoid/GoBot2/)
    * [Gobotnet](https://github.com/andrewaeva/gobotnet)
    * [threeaccents/botnet](https://github.com/threeaccents/botnet)
    * [Cryptonite](https://github.com/TuxMeaLux/Cryptonite) qui est plus une backdoor qu'un botnet
    * [Black Witch botnet](https://github.com/andrewostroumov/black-witch-botnet)

    ## Outils de sécurité en Golang

    * [Metasploit like in Golang](https://github.com/porthunter/gosploit)
    * [Metasploit module in Golang](https://github.com/rapid7/metasploit-framework/wiki/Writing-External-GoLang-Modules)
    * [Arcanus - un générateur/gestionnaire de payload pour le penetration testing ](https://github.com/EgeBalci/ARCANUS)
    * [Veil - générateur de payload pour metasploit payloads qui contourne les protections anti-virus standards ](https://github.com/Veil-Framework/Veil)
    * [Hercules - générateur de payload pour metasploit payloads qui contourne les protections anti-virus](https://github.com/EgeBalci/HERCULES)
    * [Hershell - un TCP reverse shell simple](https://github.com/lesnuages/hershell/)
    * [Gorsh - un reverse shell](https://github.com/audibleblink/gorsh)
    * [Paragon - Une plateforme d'engagement pour les red teams](https://github.com/KCarretto/paragon)
    * [GoPhish](https://github.com/gophish/gophish)


    ## Ressources sur les Bonet Golang

    * [Zebrocy (1)](https://unit42.paloaltonetworks.com/sofacy-creates-new-go-variant-of-zebrocy-tool/)
    * [Zebrocy (2)](https://securelist.com/zebrocys-multilanguage-malware-salad/90680/)
    * [Gobrut (3)](https://securityaffairs.co/wordpress/81796/malware/golang-botnet-gobrut.html)
    * [Gobrut (4)](https://blog.alertlogic.com/gobrut-botnet-elf-variant-and-new-c2-discovered/)
    * [Gobrut (5)](https://yoroi.company/research/new-gobrut-version-in-the-wild/)
    * [Emptiness(6)](https://blog.netlab.360.com/emptiness-a-new-evolving-botnet/)
    * [Golang (7)](https://www.f5.com/labs/articles/threat-intelligence/new-golang-malware-is-spreading-via-multiple-exploits-to-mine-mo)
    * [FritzFrog (8)](https://www.guardicore.com/2020/08/fritzfrog-p2p-botnet-infects-ssh-servers/)
    * [Etude sur les malware Golang](https://unit42.paloaltonetworks.com/the-gopher-in-the-room-analysis-of-golang-malware-in-the-wild/)

    • 17 min
    GoFr - Episode 08

    GoFr - Episode 08

    Un épisode avec un nouveau format plus court.

    Vos retours/commentaires sont *vraiment* appréciés :
    Email : gofr(arobase)assad.fr
    Twitter : twitter.com/GofrP
    Facebook: www.facebook.com/GoFr-883192005210759

    # Liens
    * [Gorse](https://gorse.io/)
    * [Onnx](https://onnx.ai/)
    * [Nouvelles version d'Hugo](https://gohugo.io/news/0.62.0-relnotes/)
    * [VictoriaMetrics](https://victoriametrics.com/)
    * [Listmonk](https://github.com/knadh/listmonk)
    * [Muon](https://github.com/ImVexed/muon)
    * [lf](https://mrsunshyne.gitlab.io/blog/lf)
    * [Artisan développeur de Benoit gantaume] (https://artisandeveloppeur.fr/podcast/)

    • 14 min
    GoFr - Episode 07

    GoFr - Episode 07

    On parle du framework Buffalo, de la vie de contributeur OpenSource, de la GopherCon Eu de nos coups de coeur et de l'actualité avec Stanislas Michalak et Sébastien Friess.

    Vos retours/commentaires sont *vraiment* appréciés :
    Email : gofr(arobase)assad.fr
    Twitter : twitter.com/GofrP
    Facebook: www.facebook.com/GoFr-883192005210759

    Si vous aimez ce Podcast faites le savoir en likant/retwittant les twit/posts sur cet épisode.

    # Liens
    * Le framework Buffalo
    (https://gobuffalo.io/fr)
    * Le framework Revel
    (https://revel.github.io/)
    * La GopherCon Eu en Espagne
    (https://www.gophercon.es/)
    * How I write HTTP services after 7 years de Mat Ryer
    (https://medium.com/statuscode/how-i-write-go-http-services-after-seven-years-37c208122831)
    * Object calisthenics in golang
    (https://dev.to/eminetto/object-calisthenics-in-golang-1h75)
    * Defer Panic and Recover in Go
    (https://medium.com/rungo/defer-panic-and-recover-in-go-689dfa7f8802)
    * Demoservice
    (https://github.com/wolfgangB33r/demoservice)
    * Associations with Pop : 1 to 1 de Stanislas Michalak
    (https://blog.gobuffalo.io/associations-with-pop-1-to-1-592f02e2bdd8
    * Associations with Pop : 1 to n de Stanislas Michalak
    (https://blog.gobuffalo.io/associations-with-pop-1-to-n-2fb3e1c3833f)
    * How go Defer statement works de Vincent Blanchon
    (https://medium.com/@blanchon.vincent/go-how-does-defer-statement-work-1a9492689b6e)
    * Improve the Usage of Your Goroutines with GODEBUG de Vincent Blanchon
    (https://medium.com/@blanchon.vincent/go-improve-the-usage-of-your-goroutines-with-godebug-4d1f33970c33)
    * How does the goroutine stack size evolve de Vincent Blanchon
    (https://medium.com/@blanchon.vincent/go-how-does-the-goroutine-stack-size-evolve-447fc02085e5)
    # Evènements
    * Le prochain Meetup Golang Paris (Graphql)
    (https://www.meetup.com/fr-FR/Golang-Paris/events/262446320/)

    # Remerciement
    * Stanislas Michalak (@Stanislas_M)

    • 51 min

Top Podcasts In Technology

Lex Fridman Podcast
Lex Fridman
All-In with Chamath, Jason, Sacks & Friedberg
All-In Podcast, LLC
Acquired
Ben Gilbert and David Rosenthal
The Neuron: AI Explained
The Neuron
BG2Pod with Brad Gerstner and Bill Gurley
BG2Pod
TED Radio Hour
NPR