Blogger templates

Backstreet Boys - Show Me the Meaning.mp3
Found at bee mp3 search engine

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Monday, January 29, 2024

Linux Command Line Hackery Series - Part 3


Welcome back, hope you are enjoying this series, I don't know about you but I'm enjoying it a lot. This is part 3 of the series and in this article we're going to learn some new commands. Let's get started

Command: w
Syntax:      w
Function:   This simple function is used to see who is currently logged in and what they are doing, that is, their processes.

Command:  whoami
Syntax:       whoami
Function: This is another simple command which is used to print  the  user  name  associated  with the current effective user ID.

Try it and it will show up your user name.

If you want to know information about a particular user no matter whether it is you or someone else there is a command for doing that as well.

Command: finger
Syntax:      finger [option] [username]
Function:   finger is a user information lookup program. The [] around the arguments means that these arguments are optional this convention is used everywhere in this whole series.

In order to find information about your current user you can simply type:

finger username

Here username is your current username.
To find information about root you can type:

finger root

and it will display info about root user.

Command: uname
Syntax:      uname [options]
Function:   uname is used to display information about the system.

uname is mostly used with the flag -a, which means display all information like this:

uname -a

Command: df
Syntax:      df [option] [FILE ...] 
Function:   df is used to display the amount of space available.
If you type df in your terminal and then hit enter you'll see the used and available space of every drive currently mounted on the system. However the information is displayed in block-size, which is not so much human friendly. But don't worry we can have a human friendly output as well using df by typing:

df -h

the -h flag is used to display the used and available space in a more user friendly format.
We can also view the info of a single drive by specifying the drive name after df like this:

df -h /dev/sda2

That's it for now about df, let's move on.

Command:  free
Syntax:       free [options]
Function:    free is used to display the amount of free and used physical memory and swap memory in the system.
Again the displayed information is in block-size to get a more human readable format use the -h flag like this:

free -h

Command: cal
Syntax:      cal [options]
Function:    cal stands for calendar. It is used to display the calendar.

If you want to display current date on the calendar you can simply type:

cal

and wohooo! you get a nice looking calendar on screen with current date marked but what if you want to display calendar of a previous month well you can do that as well. Say you want to display calendar of Jan 2010, then you'll have to type:

cal -d 2010-01

Nice little handy tool, isn't it?

Command: file
Syntax:      file filename ...
Function:   file is an awesome tool, it's used to classify a file. It is used to determine the file type.

Let's demonstrate the usage of this command by solving a Noob's CTF challenge using file and base64 commands. We'll talk about base64 command in a bit. Go to InfoSecInstitute CTF Website. What you need to do here is to save the broken image file on your local computer in your home directory. After saving the file open your terminal (if it isn't already). Move to your home directory and then check what type of file it is using the file command:

cd
file image.jpg

Shocking output? The file command has identified the above file as an ASCII text file which means the above file is not an image file rather it is a text file now it's time to see it's contents so we'll type:

cat image.jpg

What is that? It's some kind of gibberish. Well it's base64 encoded text. We need to decode it. Let's learn how to do that.

Command: base64
Syntax:       base64 [option] FILE ...
Function:    base64 command is used to encode/decode data and then print it to stdout.

If we're to encode some text in base64 format we'd simply type base64 hit enter and then start typing the text in the terminal after you're done hit enter again and then press CTRL+D like this:

base64
some text here
<CTRL+D>
c29tZSB0ZXh0IGhlcmUK        # output - the encoded string

But in the above CTF we've got base64 encoded data we need to decode it, how are we going to do that? It's simple:

base64 -d image.jpg

There you go you've captured the flag.
The -d flag here specifies that we want to decode instead of encode and after it is the name of file we want to decode.

Voila!
So now you're officially a Hacker! Sorry no certificates available here :)

That's it for this article meet ya soon in the upcoming article.
Related links

  1. Hacker Tools For Ios
  2. How To Install Pentest Tools In Ubuntu
  3. Hacker Techniques Tools And Incident Handling
  4. Hacking App
  5. Pentest Tools List
  6. Hack Tools For Windows
  7. Top Pentest Tools
  8. Hacker Tools For Windows
  9. Hack Rom Tools
  10. Pentest Tools Linux
  11. Pentest Tools List
  12. Github Hacking Tools
  13. Game Hacking
  14. Best Hacking Tools 2019
  15. Pentest Tools Nmap
  16. Pentest Tools Kali Linux
  17. Pentest Tools For Android
  18. Hacking Tools For Kali Linux
  19. Pentest Tools List
  20. Hacker Security Tools
  21. Hack Rom Tools
  22. Hacking Tools Name
  23. Physical Pentest Tools
  24. Pentest Tools Website
  25. Hacking Tools For Kali Linux
  26. Hacking Tools Name
  27. Pentest Tools Bluekeep
  28. Pentest Tools Online
  29. Hacking Tools For Pc
  30. Hacking Tools Free Download
  31. Pentest Tools Bluekeep
  32. Hacking Tools For Games
  33. Hacker Tools For Ios
  34. Pentest Tools Find Subdomains
  35. New Hack Tools
  36. Hack Tools Github
  37. Pentest Tools Subdomain
  38. Pentest Tools Subdomain
  39. Hacking Tools Name
  40. What Is Hacking Tools
  41. Hacking Tools For Kali Linux
  42. What Are Hacking Tools
  43. Hacking Tools 2020
  44. Hacking Tools Online
  45. What Are Hacking Tools
  46. Pentest Tools Kali Linux
  47. Pentest Tools Website Vulnerability
  48. Hacker Search Tools
  49. Hacking Apps
  50. New Hack Tools
  51. Hack Tools
  52. Termux Hacking Tools 2019
  53. Hack Tools Pc
  54. Pentest Tools
  55. Hacking Tools For Windows 7
  56. Hack Tools Github
  57. Underground Hacker Sites
  58. Hack Tools
  59. Hacking Tools Windows 10
  60. Black Hat Hacker Tools
  61. Hack Tools Online
  62. Underground Hacker Sites
  63. Pentest Tools Linux
  64. Hack Tool Apk
  65. Pentest Tools
  66. Hack Tools 2019
  67. Hacker Tools
  68. Hacking Tools For Mac
  69. Hack Rom Tools
  70. Hack Tools Github
  71. Hacking Tools Github
  72. Tools Used For Hacking
  73. Hacking Tools Usb
  74. Hacking Tools Kit
  75. Pentest Tools Android
  76. Hacking Tools 2019
  77. Hacking Tools Hardware
  78. Pentest Tools Github
  79. Hackers Toolbox
  80. Hacker Tools Linux
  81. Hacker Tools For Mac
  82. Best Hacking Tools 2019
  83. Usb Pentest Tools
  84. Pentest Tools Tcp Port Scanner
  85. How To Hack
  86. Hacker Tools Free
  87. Kik Hack Tools
  88. Pentest Tools Apk
  89. Pentest Tools Apk
  90. Hacking Tools Software
  91. Pentest Tools For Android
  92. Hackrf Tools
  93. Pentest Tools Framework
  94. Pentest Tools Linux
  95. Tools For Hacker
  96. Pentest Tools Download
  97. Hacker Tools Linux
  98. World No 1 Hacker Software
  99. New Hacker Tools
  100. Tools 4 Hack
  101. Hacker Tools Apk
  102. Hacking Tools Windows
  103. Hack Website Online Tool
  104. Free Pentest Tools For Windows
  105. Hacking Tools Windows
  106. Hacking Tools For Windows
  107. Pentest Tools Linux
  108. Hacker Tools Hardware
  109. Pentest Tools Website Vulnerability
  110. Pentest Tools For Ubuntu
  111. Bluetooth Hacking Tools Kali
  112. Hacker Tools Apk Download
  113. Hacking Tools
  114. Pentest Tools Kali Linux
  115. Beginner Hacker Tools
  116. Pentest Reporting Tools
  117. Hacker Tool Kit
  118. Hack Tools For Windows
  119. New Hacker Tools
  120. Pentest Tools Framework
  121. Hacker Tools For Mac
  122. Hacking Tools For Windows Free Download
  123. Hacking Tools Name
  124. Hacking Tools 2019
  125. Pentest Tools Download
  126. Bluetooth Hacking Tools Kali
  127. Tools 4 Hack
  128. Hack Tool Apk
  129. Hacker Tools Mac
  130. Physical Pentest Tools
  131. Hacking Tools Software
  132. Hack Tools For Pc
  133. Hacking Tools Mac
  134. Hacking Tools 2019
  135. Hacking Tools Name
  136. Hacker Tools Free Download
  137. Pentest Tools Github
  138. Pentest Tools Framework
  139. Hacking Tools
  140. Hacking Tools Windows 10
  141. Bluetooth Hacking Tools Kali
  142. Hacker Security Tools
  143. Hacking Tools Pc
  144. Pentest Tools Kali Linux
  145. Nsa Hack Tools Download
  146. Hacker Tools For Ios
  147. Hacker Security Tools
  148. Hacking Tools Software
  149. Hacker Hardware Tools
  150. Hacker Tools Free
  151. Hacker Tools For Windows
  152. Hack Rom Tools
  153. New Hacker Tools
  154. How To Make Hacking Tools
  155. Termux Hacking Tools 2019
  156. Pentest Reporting Tools
  157. How To Make Hacking Tools
  158. Pentest Tools Android
  159. Hacking Tools Hardware
  160. Hacking App
  161. Hak5 Tools
  162. Nsa Hacker Tools
  163. What Is Hacking Tools
  164. Hacks And Tools
  165. Hacker Tool Kit
  166. Hack Tools Mac
  167. Pentest Box Tools Download
  168. Hackrf Tools
  169. Pentest Tools For Windows
  170. Hacker Tools List
  171. Hacking Apps
  172. Hacker Hardware Tools
  173. Hack Tools Mac

Sunday, January 28, 2024

Hackerhubb.blogspot.com

Hackerhubb.blogspot.com

Continue reading


Masad Clipper And Stealer - Windows Spyware Exfiltrating Data Via Telegram (Samples)



2019-09-25 Juniper. Masad Stealer: Exfiltrating using Telegram 

"Masad Clipper and Stealer" steals browser information, computer files,  and automatically replaces cryptocurrency wallets from the clipboard with its own.
It is written using Autoit scripts and then compiled into a Windows executable.
It uses Telegram to exfiltrate stolen information.


                             Malware Inventory (work in progress)

Links updated: Feb 12, 2023









Hashes

SHA256SHA1MD5
1acf5a461ee16336eb8bbf8d29982c7e26d5e11827c58ca01adac671a28b52ad6001b34c17c122d201613fffd846b056614b66dae03234c2259c474aeb69500423ddeed7
290a1b89517dec10bfd9938a0e86ae8c53b0c78ed7c60dc99e4f8e5837f4f24a32800c10588053813f55bf8c87771311c5f7f38e2df4c1cf093c8373a8f2f194e77b69a2
7937a1068f130a90b44781eea3351ba8a2776d0fede9699ba8b32f3198de045ba2a67b06344e4f1cf85086f6b584316ec53d5e548368f1c4d8f0d908f5f4ff671df5f1da
87e44bca3cc360c64cc7449ec1dc26b7d1708441d471bf3d36cd330db35762942fe5483e6b82220eeeef12e531eb3347fea16ac11082ce517dd23eee335bedfc6bcd8205
cf97d52551a96dacb089ac41463d21cab2b004ba8c38ffc6cb5fb0958ddd34db5b79a15cb61f5260f0b9d807faa160e6d49590e4b5fdf9653eb1ffbdae8cb4f1f2d71747
79aa23c5a25c7cdbaba9c6c655c918dac3d9823ac62ebed9d7d3e94e1eaafc074a279a6b82fe801d3c8be9d16df2ef5623b177040029ab0fd56cd7e493b46a331ef18bd3
03d703f6d341be258ac3d95961ff0a67d4bf792f9e896530e193b091dca29c2ea9740352af2c9cc926deba7dffc452f213f7f05fa462aac76def5b53351b3b1ddb41124c
a368b6755e62e5c0ff79ea1e3bd146ee8a349af309b4acf0558a9c667e78293ae16167ab646381c277c2ca84319ceb57bacb2c92c4cdc7665adb1cda5897d4df4a560f88
ba933cefbe9a8034f0ba34e7d18481a7db7451c8ef4b6172fb0cad6db0513a5100749407e97085af470c75ef004f2235d30af44fc26a3f2317507a09d91014469b045384
3ba3c528d11d1df62a969a282e9e54534fb3845962672ad6d8bbc29cb6d062f5b8100890c0f1894544b3f99168377ec46c38e9114a0607b4488cd539b8b0b443abd121e3
b763054180cd4e24c0a78b49055ad36dbc849f1a096cddf2db8cee0b9338c21d7bec99308ce4bf409417b642cd9432000a5c19d22dfb1d606e5539399aa1a536baafd2f8
d5ce4b04b7eec6530a4a9d40510177468fadc235253e5a74530a8c9d990f3c5027fc204ffa42262b7570b6fccb435d4d38a3610fc5d8b73da810646407c333fe52186281
965a5949d8f94e17ebcd4cb6d0a7c19f49facbfc1b1c74111e5ceb83550d6c8f7698584b2e7c62061447a6a2583ed6957180c205e7ebe4411664672359b393f530fc2fc1
44134b9d4b10d94f6381b446a1728b116d62e65c1a52db45235af12caf7e38c0fd114077927d501606575ba9ab38ecfb3407d432a4388980d7e3539d74a950dab23d00ac
848d76a227f4fe282b7ddfd82a6dfc4c25da2735a684462b42fe4e1c413d8e34135cee7610890497183eb6251efef307ea013fe17bb23077b4f80df48b91b425eda05828
5ca0a957fe6c253827f344da4ba8692d77a4e21a1df4251594be2d27d87dd8aed231874332ca462fb462e4f68450d2c2c22d4bcddda77b3f3f74a2bdffd167917686e139
016fa511f6546ed439d2606c6db8821685a99f5a14ef3f710668b58dc89c69265c83749c62ee0131710bf26931cb1e463a8fbda3b0c34df85677d8f752dc1e1a5eeba0c9
22be594fbfa878f631c0632f6c4d260b00918817ff66a1f9f15efe44c1a58460856d635fca52631305f1fefc58eafa74496524b660ebf41953d5c6e212fc306cdb0c6519
f3571ec66288405dab43332ca03812617f85fb08832fbbe1f1d89901fe034b8a819485e20d841195e2e8a7ae5b41ff709887bb216984d37863c08b9fdd969297d35d3538
04c949eca23103b1de05278b49f42c3ab6b06f4bf20aafa5f2faefaa84c16ecd0487db2df1802dd4ee4ae3b62b5f08937dd5c77c4366ee61cbd7e636aea8540836a60036
d6fc04acda8f33a6d35eb577c27754c2f2b4d6f4869576c7c4e11b2c5e9b017683ae89826114662dad8553d5eeed5217b57047f22bc964e294d7ab314c34e5934d91a5a9
18c0bd4dd98008383fc52045ad896449fa7f0037593bb730ed1ef88aa547006dbcaa05b60a9d625852ac4f2d0d805ab16498815535d9f08c39c4cf396427f3a345e5c09a
4c9d5469e9095813418260045c2b11e499e4eaa0ffb25293f90f580c464157df4c6aacc0b893ed366f9f307326e59efa61e5153450dddaf7e5bb24aabf66eecd0c8b79cf
0b5f1fbc05dc8baca492b748adeb01fb4904e02723b59211ecde222f7b12d91e87f898e0d41c0f2c22d4e9278a942326877fc368da780b72140535d4c2d391e76dc8181d
31ad5c4547ceae4d0550c8460524c16a6105afc056760e872c4966656256c9dc37f485d3fa8f6cf13061cb1ea38ae0d5d2edfd95134aefcf640c24a1ab5344a96150fb05
edb00a0e5ff70e899857549e3263c887a799416c8bbab43ab130ca1be9bbd78c42c30dc551a3cb3bc935c0eae79b79f17942e439c2722241f765d2ad4fb58edd76a4adea
96f852b81760a425befaa11ea37c0cdea2622630bf2a0c94bb95042211ab614d5d9782064bc38d40c88f32c0410479cbd61caa40f332cfcda8c0ef579ede59eff23caa1e
57fd171a5b1a88e9583b42439851a91a940eb31105ab29cb314846da2ed43b820bfec2059823b936d782bea7bc16abd9923dddb56fff82df7a565b4570d299486697310f
277018b2cc6226dca6c7678cac6718c8584f7231340ad8cd7c03477559fdf48b261f916ce97ffc6817a4772705df68e6ccca8181009dc7d8766a85d85bb6a26ee69b66fe
e968affb1fc7756deb0e29807a06681d09a0425990be76b31816795875469e3dcf78484a999183324da9affdf2aaeff508d1dc473e1b8f6313447b8a4b49671ddeb8a4ee
4b1ccf6b823ee82e400ba25b1f532cd369d7e536475a470e2011b77ffeaf7bb3bc988f7cd32d411f2a9888afc72c7a892e2a1def55128a3da6f70129acdbf9dbe955cfe7
fc84d6636a34ad1a11dbaa1daec179e426bdcd9887b3d26dc06b202417c08f951df31bec02e35c9a4656bb3a3bdf631bb37605a855d77ab16377a8a314982f723fcc6fae
9ca15f15fbae58cb97b0d48a0248461e78e34e6d530338e3e5b91f209a1662678505dfaad6d10b84c73544eb748d547cb5bad9bdebc12c530dab0a65c37ffd72612fa705
31f3a402c1662ed6adffbf2b1b65cf902d1df763698eb76d21e4e94b4c62971418c972722d984ff6da2bc26a0aca4c7f209cc39c05bbf6e72b5b24c0c81e0671bf17b1e7
8d9f124ddd69c257189f1e814bb9e3731c00926fc2371e6ebe2654f3950ca02e553cd98c83e945ee3013aa40897baec0305b34a2b4030025e039c54c2d3923057447494c
a0923d7645604faaa864a079adeb741a5d6e65507a2819b2fee4835d396077d9f8e6995e28c789d8b24e982ac53d5d6ba453de73b796f85c8a7de71407d6e3c4206edda3
a19b790ea12f785256510dde367d3313b5267536a58ca0c27dbdac7c693f57e1a92f7393daf7ead9a44b12e35f850705798fc879a6defec886d31f6375712466dd794a96
f030fb4e859ee6a97c50c973a73dced3640befe37f579cfd15367ce6a9bbede2ad3a1e779f02539ccd07bff735e0823add9730b2c259564a8fe72333604a5686e30f6242
f01db6d77ac21211992ceae4e66e1e03c1cb39d61e03645b9369f28252ca769314c6bf63ff4d32d8a0a42e81ea39304fb7ab13c880fe593ef5538fbf66b3b3e1cb7b9b8b
dfe3d0e95feaed685a784aed14d087b019ba2eb0274947a840d2bdbae4ae36742107d057478328df8f538102508de00b0c4b37c7b5a85a0e7a2c4197c3794c8bb2eb5763
bf6083040ca51e83415f27c9412d9e3d700bd0841493b207bc96abf944ab0ca709a695ce6c35c029dd7577e29f403d7144698b417a2edceb31a9c0d05e5f13c6caee0576
b154151dc8ace5c57f109e6bb211a019db20c4f0127c4d13c7703f730bf492768c0cda049c85493df4e97db3db4ddc94075ba62cb6a895ac5ba5b6472680d47410a238a5
6bf6b1bde63cee9b81902efd187fdd56ecee5853754ce0a19d5ab5c3b02429886e2d4f0bcc97ce130ae89647f648d3e96548a391a29f9d176b913e7f693355700aaadbb9
0dcf547bd8f4074af97416d8b84ea64b2f3319064aa4bce64ad0c2e2d3957175a996b925e9391a69140caf6e4adba928694ffe66dd575413a40839f2807593aa21c71152
6cff1249cc45b61ce8d28d87f8edc6616447e38168e610bed142f0b9c46ea6849baa823deb9075e8df77b891115c019244de09de488bb5c0739485721182c01a82b01d14
5b5ebe019806885bbaafe37bc10ca09549e41c240b793fd29a70690a5d80b4963d46711f9064b96ff2d0affdef1ecd82d120659db95e2d8a8509ac05f5445d18d32cc7cb
103d87098c9702cab7454b52869aeeb6a22919f29a7f19be7509255ce2d8c83ee29a163488438c9ea9014ddf1a9b2d382cc5d7e6baf2587fafaedbab4a78b9b7fd8b55f8
c73675005a09008bc91d6bc3b5ad59a630ab4670dca6ac0d926165a3ecfd8d92d8ea2280cd06a5cc32b7d668e2b4b2e68f3a7e2a98ecc6fbb2cb5649daf751fcbfb81bcb
ef623aadd50330342dc464a31b843b3d8b5767d62a62f5e515ac2b380b208fbe620ff5a7aaf7f3fcf4abc9365e0e77b3ec4b434db14535c5835c9dfb3cbbc7f6fef6034c

More info


  1. Pentest Reporting Tools
  2. Hacks And Tools
  3. Hack Tools Online
  4. Hacking Tools Github
  5. Hacking Tools Pc
  6. Hacking Tools Github
  7. Black Hat Hacker Tools
  8. Hacker Tools List
  9. Game Hacking
  10. Pentest Tools Download
  11. Termux Hacking Tools 2019
  12. Install Pentest Tools Ubuntu
  13. Hack Tools Mac
  14. Hack Tools Download
  15. World No 1 Hacker Software
  16. Pentest Tools Linux
  17. Hack And Tools
  18. Install Pentest Tools Ubuntu
  19. Hacking Tools For Windows 7
  20. Hacker Tools Linux
  21. Hacking App
  22. Pentest Tools Website Vulnerability
  23. Best Hacking Tools 2019
  24. Hacker Tools
  25. Hacker Tools For Windows
  26. Hacking Tools Hardware
  27. Pentest Tools Bluekeep
  28. Tools 4 Hack
  29. Pentest Tools For Windows
  30. Hack Apps
  31. Hacker Tools 2020
  32. Hack Rom Tools
  33. Hacker Hardware Tools
  34. Nsa Hack Tools
  35. Pentest Tools Port Scanner
  36. Termux Hacking Tools 2019
  37. Underground Hacker Sites
  38. Hacking Tools For Pc
  39. Hacker Tools 2020
  40. Pentest Tools For Mac
  41. Pentest Tools Linux
  42. Physical Pentest Tools
  43. Hacking Tools
  44. Tools For Hacker
  45. New Hacker Tools
  46. Hacking Tools Download
  47. Game Hacking
  48. Hacking Apps
  49. Hack Tools For Games
  50. Hacking Tools For Beginners
  51. Termux Hacking Tools 2019
  52. Hacker Security Tools
  53. Hack Tools
  54. Hacking Tools For Pc
  55. Tools 4 Hack
  56. Hacker Tools Apk Download
  57. New Hack Tools
  58. Pentest Tools Apk
  59. Hacker Tools Free
  60. Pentest Recon Tools
  61. Hacking Tools For Windows Free Download
  62. Hack Tools Download
  63. How To Hack
  64. Pentest Recon Tools
  65. Hacking Tools Free Download
  66. Hacking Tools Windows
  67. Computer Hacker
  68. Hack Tools
  69. Hacking Tools Github
  70. Hacking Tools 2019
  71. Hack Tools Online
  72. Hacking Tools For Windows 7
  73. Hacking Tools Online
  74. Hack And Tools
  75. Hacking Apps
  76. Hacking Tools Usb
  77. Pentest Tools Find Subdomains
  78. Pentest Tools Framework
  79. Hacker Security Tools
  80. Pentest Tools For Android
  81. Underground Hacker Sites
  82. Hacker Search Tools
  83. Hacking Tools Github
  84. Growth Hacker Tools
  85. Hacking Tools For Games
  86. Black Hat Hacker Tools
  87. Tools 4 Hack
  88. Pentest Tools Tcp Port Scanner