Computer NetworksNETWORKS

How to get iP Addresses off Omegle and trace their location!

Hey everybody today I’m going to be showing you all how to get iP Addresses off Omegle.com then trace their location. Please drop a like and subscribe thank you.

Omegle – Omegle.com

IP Tracer: https://whatismyipaddress.com/ip-lookup

Code for the console: 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 *