Computer NetworksNETWORKS

How to Find/Pull IP Addresses on Omegle | Find IP address of other person omegle in Tricks 2020

In today’s video, I will be teaching you guys how to grab anybody’s IP on Omegle. This video is made for educational purposes and is not meant to harm anyone. Make sure to use this information with caution. You don’t need to download any 3rd party software.

Steps:
Go to: https://www.omegle.com/
Press Control+Shift+I
Click on Console
Press Control+L or Just Click Clear Console
Paste 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
}

Press Enter
Clear Console Again

Nameazy provides useful digital tips and resources on software, apps and gadgets you can’t live without.

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 *