- https://cybrary.it/
- https://n0where.net/
- https://www.offensive-security.com/metasploit-unleashed
- http://resources.infosecinstitute.com/
- http://www.windowsecurity.com/articles-tutorials/
- https://www.sans.org/reading-room/
- https://www.corelan.be/index.php/articles/
- http://opensecuritytraining.info/Training.html
- https://www.blackhat.com/html/archives.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############## SPOTIFY - ADS - BEGIN | |
127.0.0.1 media-match.com | |
127.0.0.1 adclick.g.doublecklick.net | |
127.0.0.1 www.googleadservices.com | |
127.0.0.1 pagead2.googlesyndication.com | |
127.0.0.1 googleads.g.doubleclick.net | |
127.0.0.1 pubads.g.doubleclick.net | |
127.0.0.1 securepubads.g.doubleclick.net | |
127.0.0.1 www.omaze.com | |
127.0.0.1 omaze.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package example | |
import ( | |
"fmt" | |
"math/rand" | |
"net/http" | |
"google.golang.org/appengine" | |
"google.golang.org/appengine/file" | |
"google.golang.org/appengine/log" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Install Gstreamer 1.0 on the NVIDIA Jetson TK1 | |
apt-get install gstreamer1.0-tools gstreamer1.0-alsa \ | |
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ | |
gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-libav -y |