by alexander white ©
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
#!/usr/bin/bash | |
a=`cat <<-EOF | |
https://github.com/averagesecurityguy/scripts.git | |
https://github.com/zackiles/Rspoof.git | |
https://github.com/sh1nu11bi/sshuttle.git | |
https://github.com/sh1nu11bi/evercookie.git | |
https://github.com/sh1nu11bi/cortana-scripts.git | |
https://github.com/sh1nu11bi/Generate-Macro.git | |
https://github.com/googleinurl/SCANNER-INURLBR.git | |
https://github.com/1N3/BruteX.git |
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
Seed of Random Algorithm | |
The most important security flaw is in creating random encryption key process. I used .Net’s Random Class to generate random strings. Random Class uses Environment.TickCount (gets the number of milliseconds elapsed since the system started) as seed. Which is reduces the surface of brute forcing and beyond that it’s easy to predict. | |
<snippet1> | |
Reuse of the IV | |
Algorithm uses the same IV for every file in encryption process. |
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 main | |
import ( | |
"database/sql" | |
"gopkg.in/gorp.v1" | |
"log" | |
"strconv" | |
"github.com/gin-gonic/gin" | |
_ "github.com/go-sql-driver/mysql" |
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
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 |
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
// ==UserScript== | |
// @name Rutracker.org Magnet URLs | |
// @namespace rutrackerorg-magnet-urls | |
// @description Transforms torrent hash into a magnet url | |
// @include https://rutracker.org/* | |
// @include https://rutracker.cr/* | |
// @include https://rutracker.net/* | |
// @include https://rutracker.nl/* | |
// @include http://rutrackerripnext.onion/* | |
// @version 9 |
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
https://www.virustotal.com/gui/file/7c4198e5ae3122cb25f046711b50625010ed57f4da39614dff10b4ce2f2eacf0/detection | |
https://www.virustotal.com/gui/file/8269699797939cc3e75e6015b3615e0e39d6b48779cffc1a860c5e7e9f5e7353/detection | |
https://www.virustotal.com/gui/url/35b6f90cf71abc5269dbe603cf0ed055e63b2ae406450d87f66f64bfdc334286/detection | |
https://www.virustotal.com/gui/url/9ecd7452143581aa06e65ce28d80181f5c09514283744a0fb84127d26341c75d/detection | |
https://www.virustotal.com/gui/file/3e17322bb893939060bfb84621fdd2bfaa275d1d4f89118b2e14bd7b58ac7c28/detection | |
https://www.virustotal.com/gui/file/2641c900c29070dd1566783751a2e9b49e688cebd269e8e7a5f867b305ef240b/detection | |
https://www.virustotal.com/gui/file/569cff2b9070d7e363b1517678ae86086fe3d300a508a3c0aac6c6db26e6676b/detection | |
https://www.virustotal.com/gui/url/7d85c0110a2ec11bce6306df598709f0982024190970c3241fe2fb5920b120e1/detection | |
https://www.virustotal.com/gui/url/6fede53e5525f42ba4e549a095661659926959316684106f15896280b9a0e64f/detection |