|
6 | 6 | <description>Recent content on programmerraja blog</description> |
7 | 7 | <generator>Hugo -- gohugo.io</generator> |
8 | 8 | <language>en-us</language> |
9 | | - <lastBuildDate>Sat, 04 May 2024 19:51:57 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" /> |
| 9 | + <lastBuildDate>Thu, 09 May 2024 12:16:34 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" /> |
| 10 | + <item> |
| 11 | + <title>Python</title> |
| 12 | + <link>https://programmerraja.github.io/blog/notes/2024/python/</link> |
| 13 | + <pubDate>Thu, 09 May 2024 12:16:34 +0530</pubDate> |
| 14 | + |
| 15 | + <guid>https://programmerraja.github.io/blog/notes/2024/python/</guid> |
| 16 | + |
| 17 | + <description>Data types - Numeric Types - int - float - complex - Sequence Types - str #&#34;&#34; - list #[] - tuple #() - Mapping Type - dict #{} - Set Types - set #{} - frozenset - Boolean Type - bool #True/False - Binary Types - bytes #[] - bytearray - memoryview Mutable and Imutable Mutable data types are those whose contents can be changed after creation, while immutable data types cannot be changed once they are created.</description> |
| 18 | + |
| 19 | + </item> |
| 20 | + |
10 | 21 | <item> |
11 | 22 | <title>A Journey into Unseen Threats on our VM</title> |
12 | 23 | <link>https://programmerraja.github.io/blog/post/2024/a-journey-into-unseen-threats-on-our-vm/</link> |
@@ -45,19 +56,6 @@ https://blog.stackademic.com/architecture-of-cassandra-6d9d248a7463 FoundationDB |
45 | 56 |
|
46 | 57 | </item> |
47 | 58 |
|
48 | | - <item> |
49 | | - <title>How to wireshark the mongodb</title> |
50 | | - <link>https://programmerraja.github.io/blog/post/2024/how-to-wireshark-the-mongodb/</link> |
51 | | - <pubDate>Mon, 12 Feb 2024 08:28:27 +0530</pubDate> |
52 | | - |
53 | | - <guid>https://programmerraja.github.io/blog/post/2024/how-to-wireshark-the-mongodb/</guid> |
54 | | - |
55 | | - <description>export SSLKEYLOGFILE=/tmp/tlskey.log Run a nodejs program as node --tls-keylog=/tmp/tlskey index.js where the tls key will be stored on that path and add this tlskey path to wire shark to decrypt the msg by doing following |
56 | | -Go to Preferences-&gt;Protocols-&gt;TLS and edit the path as shown in the screenshot below. ![[Pasted image 20240212083026.png]] |
57 | | -Mongodb uses Mongodb wire protocol at application level to know more check here</description> |
58 | | - |
59 | | - </item> |
60 | | - |
61 | 59 | <item> |
62 | 60 | <title>Design pattern</title> |
63 | 61 | <link>https://programmerraja.github.io/blog/notes/2024/design-pattern/</link> |
@@ -314,6 +312,19 @@ Drawing { &#34;type&#34;: &#34;excalidraw&#34;, &#34;version |
314 | 312 |
|
315 | 313 | </item> |
316 | 314 |
|
| 315 | + <item> |
| 316 | + <title></title> |
| 317 | + <link>https://programmerraja.github.io/blog/post/2024/how-to-capture-mongodb-protocol-in--wireshark/</link> |
| 318 | + <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> |
| 319 | + |
| 320 | + <guid>https://programmerraja.github.io/blog/post/2024/how-to-capture-mongodb-protocol-in--wireshark/</guid> |
| 321 | + |
| 322 | + <description>o+++ title = &lsquo;How to capture mongodb protocol in wireshark&rsquo; date = 2024-02-12T08:28:27.2727+05:30 draft = false tags =[] +++ |
| 323 | +export SSLKEYLOGFILE=/tmp/tlskey.log Run a nodejs program as node --tls-keylog=/tmp/tlskey index.js where the tls key will be stored on that path and add this tlskey path to wire shark to decrypt the msg by doing following |
| 324 | +Go to Preferences-&gt;Protocols-&gt;TLS and edit the path as shown in the screenshot below. ![[Pasted image 20240212083026.png]]</description> |
| 325 | + |
| 326 | + </item> |
| 327 | + |
317 | 328 | <item> |
318 | 329 | <title>Search</title> |
319 | 330 | <link>https://programmerraja.github.io/blog/search/</link> |
|
0 commit comments