Skip to content

Instantly share code, notes, and snippets.

View michalisk13's full-sized avatar
🎯
Focusing

Micha michalisk13

🎯
Focusing
View GitHub Profile
@ericsg1999
ericsg1999 / mimd.md
Last active September 19, 2024 16:11
miMD

GSoC 22 - Implementation of anti-spoofing techniques in Borre’s software

Introduction

Nowadays is substantial the growth of the applications whose services rely on Global Positioning Systems (GPS). Moreover, most of these applications involve safety features requiring high integrity and availability. Few examples are civil/military positioning and navigation, personnel tracking, emergency rescue, atmospheric analysis, mining and exploration, power grids, etc.

This capability of being used in a vast variety of applications has led to a definition of a system free from authentication and the publication of the signal structure (data structure, modulation schemes, PRN spreading codes, etc.). However, this implementation presents a significant drawback as this transparency and accessibility leave the receivers exposed to spoofing attacks. Moreover, this vulnerability is aggravated by the low power that the legitimate GPS signals reach the receivers, facilitating the attackers to eclipse or even jam these legi

@fadhilsaheer
fadhilsaheer / hack_android.md
Last active December 28, 2022 09:46
Hack android devices using METASPLOIT πŸ‘¨β€πŸ’»

HACK ANDROID πŸ“±

H4ck Android using METASPLOIT πŸ±β€πŸ’»

HACK THE WORLD 🌎 LEGALLY OF COURSE πŸ‘©β€βš–οΈ


I assume you have a decent linux distro for hacking >

STEPS :

Start apache2

~ # apache2ctl start

. Set payload and create custom windows executable. Command:

@AmirHossein
AmirHossein / coordinatestoname.js
Last active December 25, 2023 11:15
Get City and Country name by coordinates via Google Maps api
// Demo: http://jsfiddle.net/xuyp8qb5/
// Note: You need Google Map API Key to run demo; bit.ly/2pBgToW
var latlng;
latlng = new google.maps.LatLng(40.730885, -73.997383); // New York, US
//latlng = new google.maps.LatLng(37.990849233935194, 23.738339349999933); // Athens, GR
//latlng = new google.maps.LatLng(48.8567, 2.3508); // Paris, FR
//latlng = new google.maps.LatLng(47.98247572667902, -102.49018710000001); // New Town, US
//latlng = new google.maps.LatLng(35.44448406385493, 50.99001635390618); // Parand, Tehran, IR
//latlng = new google.maps.LatLng(34.66431108560504, 50.89113940078118); // Saveh, Markazi, IR