Skip to content

Instantly share code, notes, and snippets.

View ManojKumarPatnaik's full-sized avatar
🎯
Focusing

Manoj kumar patnaik ManojKumarPatnaik

🎯
Focusing
View GitHub Profile
@ManojKumarPatnaik
ManojKumarPatnaik / xmpp-servers-tor-hidden-service.md
Created August 17, 2021 15:24 — forked from dllud/xmpp-servers-tor-onion-service.md
Public XMPP servers with Tor Hidden Service

Public XMPP servers with Tor Hidden Service

This is a tentative list of public XMPP (Jabber) servers that provide a Tor Hidden Service (.onion address) for connections from within Tor network. By public I mean, servers that are free for everyone to use and place no barriers on registration.

Clearnet domain Tor Hidden Service In-Band registration XEP compliance IM Observatory grade
5222.de jtovcabr2vhflcqg.onion disabled Excellent A
bommboo.de ujvdniabz53upqfx.onion disabled Excellent A
[ch
@ManojKumarPatnaik
ManojKumarPatnaik / python.md
Created July 2, 2021 13:55 — forked from nonohry/python.md
♣️♣️Python Video Courses Collection♣️♣️
@ManojKumarPatnaik
ManojKumarPatnaik / raree.md
Created July 2, 2021 13:54 — forked from nonohry/raree.md
Awesome Collection Of Rare Hacking E-Books And PDF || 2018 Latest
// XPath CheatSheet
// To test XPath in your Chrome Debugger: $x('/html/body')
// http://www.jittuu.com/2012/2/14/Testing-XPath-In-Chrome/
// 0. XPath Examples.
// More: http://xpath.alephzarro.com/content/cheatsheet.html
'//hr[@class="edge" and position()=1]' // every first hr of 'edge' class