GoFr

GoFr

Podcast by Arnaud ASSAD

Podcast by Arnaud ASSAD

Aloita 7 vrk maksuton tilaus

Kokeilun jälkeen 7,99 € / kuukausi.Peru milloin tahansa.

Aloita maksutta

Kaikki jaksot

10 jaksot
episode GoFr - Episode 10 artwork
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)

30. tammik. 2021 - 59 min
episode GoFr - Episode 09 artwork
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/)

25. elok. 2020 - 17 min
episode GoFr - Episode 08 artwork
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/)

22. helmik. 2020 - 14 min
episode GoFr - Episode 07 artwork
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)

21. kesäk. 2019 - 51 min
episode GoFr - Episode 06 artwork
GoFr - Episode 06

On parle de la dotGo Paris, de nos coups de coeur et de l'actualité avec Thomas Perez 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 * Les vidéos de la dotGo 2019 (https://www.dotconferences.com/conference/dotgo-2019) * Exemple de "clean architecture" en Go (https://github.com/bxcodec/go-clean-arch) * Autre exemple de "clean architecture" en Go (https://medium.com/@hatajoe/clean-architecture-in-go-4030f11ec1b1) * Retour de Sébastien Friess sur la dotGo (https://www.linkedin.com/pulse/dotgo-2019-s%C3%A9bastien-friess/) * Agricool (https://agricool.co) * Workshop de Dave Cheney dot go (https://dave.cheney.net/high-performance-go-workshop/dotgo-paris.html) * Survey Go 2018 (https://blog.golang.org/survey2018-results) * Godoc.org importers & graph parameters (https://godoc.org/github.com/gorilla/mux?importers&hide=1) * Goweight (https://github.com/jondot/goweight) # Evènements * Gophercon Tenerife (https://www.gophercon.es) # Remerciement * Patricia Moncorgé des Editions D-Booker (https://www.d-booker.fr/) * Stanislas Michalak (@Stanislas_M) qui nous parlera bientôt de Buffalo

07. toukok. 2019 - 1 h 5 min
Loistava design ja vihdoin on helppo löytää podcasteja, joista oikeasti tykkää
Kiva sovellus podcastien kuunteluun, ja sisältö on monipuolista ja kiinnostavaa
Todella kiva äppi, helppo käyttää ja paljon podcasteja, joita en tiennyt ennestään.

Aloita 7 vrk maksuton tilaus

Kokeilun jälkeen 7,99 € / kuukausi.Peru milloin tahansa.

Podimon podcastit

Mainoksista vapaa

Maksuttomat podcastit

Aloita maksutta

Vain Podimossa

Suosittuja äänikirjoja