This file contains 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
Bu bilgiler 500 milyon+ kişinin kullandığı uygulamadan alınan spam listesidir. | |
İsim: Su Arıtma Dolandırıcı | |
Telefon: +9021294515** | |
Spam Sayısı: 1935 | |
İsim: Internet Dolandırıcısı Amq | |
Telefon: +908*048412** | |
Spam Sayısı: 1423 | |
İsim: Internet Dolandırıcısı | |
Telefon: +*08504841*** |
This file contains 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
// Define Header | |
typedef struct { | |
uint magicnumber; | |
uint filesize; | |
} HEADER; | |
// Define the string format | |
typedef struct { | |
ushort sfSize; | |
if (sfSize > 0) |
This file contains 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
var NFS = Module.findBaseAddress("Game.dll"); | |
var Speed = ptr(NFS).add(0x0005060); | |
Interceptor.attach(Speed, { | |
onLeave:function (retval) { | |
console.log("Speed",retval); | |
} |
This file contains 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
Test Breakpoint | |
bpx MessageBoxW | |
'use strict'; | |
var msgbox=Module.getExportByName('user32.dll','MessageBoxW'); | |
Interceptor.attach(msgbox , { |
This file contains 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
var score1=[]; | |
findInMemory(600,score1); | |
//score1 | |
var score2=[]; | |
findInMemory(900,score2); | |
//score2 | |
var score1=["0x","0x"]; |
This file contains 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
import json | |
from dateutil.parser import parse | |
import tweepy | |
consumer_key = '' | |
consumer_secret = '' | |
access_key = '' | |
access_secret = '' | |
auth = tweepy.OAuthHandler(consumer_key, consumer_secret) |
This file contains 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
from java.awt import Font | |
from javax.swing import JScrollPane, JTextPane | |
from javax.swing.text import SimpleAttributeSet | |
from burp import IBurpExtender, IExtensionStateListener, IHttpListener, ITab | |
import base64 | |
import traceback | |
This file contains 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
Orjinal:pip Typo: ipp | |
Orjinal:rsa Typo: sra | |
Orjinal:rsa Typo: ras | |
Orjinal:pip Typo: ppi | |
Orjinal:psutil Typo: sputil | |
Orjinal:py Typo: yp | |
Orjinal:pytz Typo: pyzt | |
Orjinal:pandas Typo: padnas | |
Orjinal:tqdm Typo: tdqm | |
Orjinal:yarl Typo: yalr |
This file contains 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/bash | |
# Reference: | |
# https://github.com/golang/go/blob/master/src/go/build/syslist.go | |
os_archs=( | |
aix/ppc64 | |
darwin/386 | |
darwin/amd64 | |
dragonfly/amd64 | |
freebsd/386 |
This file contains 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
{ "type":"data","name":"data", "models":[ "/trace", "application"]}, | |
{ "type":"data","name":"data", "models":[ "/info", "application"]}, | |
{ "type":"data","name":"data", "models":[ "/metrics", "application"]}, | |
{ "type":"data","name":"data", "models":[ "/mappings", "application"]}, | |
{ "type":"data","name":"data", "models":[ "/monitor", "application"]}, | |
{ "type":"data","name":"data", "models":[ "/heapdump", "application/octet-stream"]}, | |
{ "type":"data","name":"data", "models":[ "/dump", "application"]}, | |
{ "type":"data","name":"data", "models":[ "/health", "application"]}, | |
{ "type":"data","name":"data", "models":[ "/loggers", "application"]}, | |
{ "type":"data","name":"data", "models":[ "/auditevents", "application"]}, |
NewerOlder