Telegram RegisterThe public register of Telegram

Channel

๐˜ฝ๐™‡๐˜ผ๐˜พ๐™†๐™ƒ๐˜ผ๐™ ๐™ƒ๐˜ผ๐˜พ๐™†๐™€๐™'$ใ€๐Ÿ‡ฎ๐Ÿ‡ณใ€‘

@black_hat_stuff1

On this record: Growth ยท Engagement ยท Reactions ยท Posts ยท Polls ยท Citations ยท Handles named that no longer answer ยท Cite this entry

154subscribers

+0 since we began measuring on 9 August 2026

Risers and fallers across the register ยท movement among entries of Under 1,000.

Register entry

Telegram ID-1002612077027
TypeChannel
Username@black_hat_stuff1
CreatedBetween 1 March 2025 and 18 May 2025โ€” estimated from Telegramโ€™s id allocation, not measured. How this range is calculated.
First recorded9 August 2026
Last confirmed live9 August 2026
Measurements held2
Confirmed unchanged1 time, most recently 9 August 2026
On Telegramt.me/black_hat_stuff1

Growth

1549 Aug 2026, 03:32 โ€” 154 subscribers9 Aug 2026, 21:31 โ€” 154 subscribers9 Aug 2026, 03:329 Aug 2026, 21:31
2 measurements taken within a single day. Dots are measurements; the straight line between them is drawn to join them, not to claim we know the path taken in between โ€” snapshots are recorded only when a count changes, so gaps mean โ€œno change observedโ€, never โ€œinterpolatedโ€. The vertical axis spans 153โ€“155 and does not start at zero.
Measurement log โ€” every subscribers count we have recorded
Measured (UTC)SubscribersChange
9 Aug 2026, 21:31154no change
9 Aug 2026, 03:32154first reading

Engagement

15 posts held, back to 18 May 2025 โ€” the reader has not yet reached the start of this channelโ€™s public history, so older posts may sit further back, unread. Read across 1 pageof Telegramโ€™s post history, 20 posts per page.

Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute โ€” we hold 15 posts for this entry, the most recent from 8 March 2026. An engagement rate over an empty window would be a number about nothing.

Reaction mix

31 reactions across 13 posts, in 4 distinct kinds. The most used accounts for 67.7% of them.

Every reaction kind recorded on the sample, most used first
ReactionCountShareShare, drawn
โค2167.7%
๐Ÿ”ฅ516.1%
๐Ÿ‘412.9%
โšก13.23%

No sentiment is inferred, and none should be read in. This table is ordered by count and by nothing else. Emoji do not carry stable meaning across languages or communities โ€” ๐Ÿ™ is thanks in one channel and mourning in another โ€” so we publish which ones were pressed and how often, and pass no judgement on what an audience meant by them.

Precision. Telegram publishes reaction counts per emoji and short-forms each one โ€” 4.34K, 1.2M โ€” so any single kind at or above 1,000 reaches us at three significant figures, and only counts below 1,000 are exact. The shares above are ratios of those figures and carry the same error. This is also why the total here can differ slightly from a reaction total printed elsewhere on the page: both are sums of the same rounded parts, taken over samples with different edges.

Coverage. Reactions were read on 13 of the 15 sampled posts in this sample. Summed by Telegramโ€™s own count on each post โ€” not by adding up the per-emoji breakdown above โ€” those same posts carry 31reactions in total: the kind of figure the paragraph above means by โ€œa reaction total printed elsewhere on the pageโ€.

Measured over the 15 most recent posts we hold, published 18 May 2025 to 8 March 2026, using the newest reading held for each. Telegram Stars are excluded: they are a payment, not a reaction, and they have their own section.

Recent posts

8 Mar 2026, 04:38 UTC265 views3 reactionsread 9 August 2026

๐Ÿ“ŒFor more parts, complete 175 subs and Drop maximum reaction ๐Ÿ‘๐Ÿ’›

๐Ÿ‘2โšก1

27 Feb 2026, 17:41 UTC249 views1 reactionsread 9 August 2026

๐Ÿ“ŒIMPORTANT Our channel is now public, and you can share the link to help us add new members. I hope you all will support us in building this new community. Thank you for your support! We will start posting content very soon. Be patient Channel link - https://t.me/black_hat_stuff1 JOIN NOW

โค1

12 Feb 2026, 11:17 UTC295 views6 reactionsread 9 August 2026
Photo

Web Security & Bug Bounty: Learn Penetration Testing Soon Coming..! Drop some reaction ๐Ÿ‘๐Ÿ’›

โค2๐Ÿ‘2๐Ÿ”ฅ2

Signed ๐˜ผ๐™จ๐™๐™ช__๐™€๐™ฃ๐™ค๐™ช๐™œ๐™โ„ข [ ฯƒฦ’ฦ’โ„“ฮนฮทั” ั‚ฮนโ„“โ„“ ะผฮฑัยขะฝ :/ ]

17 Oct 2025, 07:02 UTC528 views2 reactionsread 9 August 2026

Hello โ€” can someone please confirm whether the channel @SoftwareHackerkalilinux has been suspended? This is my second-largest channel thatโ€™s been removed without explanation (my other channel @black_hat_stuff was previously suspended). I havenโ€™t received any reason or warning and would appreciate help understanding why this happened and how to appeal. Iโ€™m really exhausted by these repeated takedowns.

โค2

Signed ๐˜ผ๐™จ๐™๐™ช__๐™€๐™ฃ๐™ค๐™ช๐™œ๐™โ„ข [ ฯƒฦ’ฦ’โ„“ฮนฮทั” ั‚ฮนโ„“โ„“ ะผฮฑัยขะฝ :/ ]

6 Oct 2025, 09:38 UTC412 viewsread 9 August 2026

โœ… Python Basics: Part-4 Functions in Python ๐Ÿงฉโš™๏ธ ๐ŸŽฏ What is a Function? A function is a reusable block of code that performs a specific task. ๐Ÿ”น 1. Defining a Function Use the def keyword: def greet(name): print(f"Hello, {name}!") ๐Ÿ”น 2. Calling a Function greet("Alice") ๐Ÿ”น 3. Return Statement Functions can return a value using return: def add(a, b): return a + b result = add(3, 5) print(result) # Output: 8 ๐Ÿ”น โ€ฆ

Signed ๐˜ผ๐™จ๐™๐™ช__๐™€๐™ฃ๐™ค๐™ช๐™œ๐™โ„ข [ ฯƒฦ’ฦ’โ„“ฮนฮทั” ั‚ฮนโ„“โ„“ ะผฮฑัยขะฝ :/ ]

5 Oct 2025, 03:41 UTC390 views2 reactionsread 9 August 2026

โœ… Python Basics: Part-3 Control Flow in Python ๐Ÿ”๐Ÿง  ๐ŸŽฏ What is Control Flow? Control flow allows your code to make decisions and repeat actions using conditions and loops. ๐Ÿ”น 1. Conditional Statements (if, elif, else) Used to execute code based on conditions: age = 18 if age >= 18: print("You are an adult") elif age > 13: print("You are a teenager") else: print("You are a child") ๐Ÿ”น 2. Loops โ— For Loop โ€“ Uโ€ฆ

โค1๐Ÿ”ฅ1

Signed ๐˜ผ๐™จ๐™๐™ช__๐™€๐™ฃ๐™ค๐™ช๐™œ๐™โ„ข [ ฯƒฦ’ฦ’โ„“ฮนฮทั” ั‚ฮนโ„“โ„“ ะผฮฑัยขะฝ :/ ]

4 Oct 2025, 05:10 UTC279 views1 reactionsread 9 August 2026

โœ… Python Basics: Part-2 Operators in Python โš™๏ธ๐Ÿ ๐ŸŽฏ What are Operators? Operators are symbols used to perform operations on variables and values. ๐Ÿ”น 1. Arithmetic Operators Used for basic mathematical operations: a = 10 b = 3 print(a + b) # Addition โ†’ 13 print(a - b) # Subtraction โ†’ 7 print(a * b) # Multiplication โ†’ 30 print(a / b) # Division โ†’ 3.33 print(a % b) # Modulus โ†’ 1 print(a ** b) # Exponent โ†’ 1000 prinโ€ฆ

โค1

Signed ๐˜ผ๐™จ๐™๐™ช__๐™€๐™ฃ๐™ค๐™ช๐™œ๐™โ„ข [ ฯƒฦ’ฦ’โ„“ฮนฮทั” ั‚ฮนโ„“โ„“ ะผฮฑัยขะฝ :/ ]

2 Oct 2025, 10:58 UTC260 views2 reactionsread 9 August 2026

โœ… Python Basics: Part-1 Data Types & Variables ๐Ÿ๐Ÿ“š ๐ŸŽฏ What is a Variable? A variable stores data in memory to be used and modified later. Example: name = "Alice" age = 25 ๐Ÿ”น Common Python Data Types: โ— String (str) โ€“ Text data message = "Hello, World" โ— Integer (int) โ€“ Whole numbers count = 42 โ— Float (float) โ€“ Decimal numbers price = 19.99 โ— Boolean (bool) โ€“ True or False is_valid = True โ— List (list) โ€“ Ordered, mutโ€ฆ

โค1๐Ÿ”ฅ1

Signed ๐˜ผ๐™จ๐™๐™ช__๐™€๐™ฃ๐™ค๐™ช๐™œ๐™โ„ข [ ฯƒฦ’ฦ’โ„“ฮนฮทั” ั‚ฮนโ„“โ„“ ะผฮฑัยขะฝ :/ ]

1 Oct 2025, 15:13 UTC284 views3 reactionsread 9 August 2026

โœ… Step-by-Step Python Roadmap for Beginners ๐Ÿ—บ๐Ÿ‘จโ€๐Ÿ’ป ๐Ÿ“‚ Basics 1๏ธโƒฃ Data Types & Variables Understand integers, floats, strings, booleans, lists, tuples, sets, dictionaries Learn how to assign and manipulate variables 2๏ธโƒฃ Operators & Expressions Arithmetic, logical, comparison, assignment, bitwise operators Use them inside expressions and conditions ๐Ÿ“‚ Control Flow (if, loops) Master if, elif, else statements Learn loopโ€ฆ

โค2๐Ÿ”ฅ1

Signed ๐˜ผ๐™จ๐™๐™ช__๐™€๐™ฃ๐™ค๐™ช๐™œ๐™โ„ข [ ฯƒฦ’ฦ’โ„“ฮนฮทั” ั‚ฮนโ„“โ„“ ะผฮฑัยขะฝ :/ ]

29 Sept 2025, 02:14 UTC277 views2 reactionsread 9 August 2026

โœ… Essential Python Operators You Should Know ๐Ÿโš™๏ธ ๐Ÿ”น Arithmetic Operators โ€ข + : Addition โ€ข - : Subtraction โ€ข * : Multiplication โ€ข / : Division โ€ข // : Floor Division โ€ข % : Modulus (Remainder) โ€ข ** : Exponentiation result = 5 ** 2 # 25 ๐Ÿ”น Comparison Operators โ€ข == : Equal to โ€ข != : Not equal โ€ข > / < : Greater / Less than โ€ข >= / <= : Greater/Less than or equal if age >= 18: print("Adult") ๐Ÿ”น Logical Operators โ€ข and : โ€ฆ

โค2

Signed ๐˜ผ๐™จ๐™๐™ช__๐™€๐™ฃ๐™ค๐™ช๐™œ๐™โ„ข [ ฯƒฦ’ฦ’โ„“ฮนฮทั” ั‚ฮนโ„“โ„“ ะผฮฑัยขะฝ :/ ]

28 Sept 2025, 06:02 UTC261 views1 reactionsread 9 August 2026
Poll

Soon, I'm going to start uploading this course. Do you guys need it for

  1. Free83%
  2. Paid17%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

โค1

Signed ๐˜ผ๐™จ๐™๐™ช__๐™€๐™ฃ๐™ค๐™ช๐™œ๐™โ„ข [ ฯƒฦ’ฦ’โ„“ฮนฮทั” ั‚ฮนโ„“โ„“ ะผฮฑัยขะฝ :/ ]

Showing the 12 most recent of 15 posts we hold for @black_hat_stuff1. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked โ‰ˆ was rounded by Telegram before we ever saw it โ€” t.me prints views in full below 1,000 and to three significant figures above, so โ‰ˆ1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.

Polls

The poll we hold for this entry, as Telegram rendered it when we read the post. A pollโ€™s figures keep moving after that, so each one is dated.

28 Sept 2025, 06:02 UTCAnonymous Poll29 voters

Soon, I'm going to start uploading this course. Do you guys need it for

  1. Free83%
  2. Paid17%

Shares as published. No per-option vote count is published by Telegram, so none is shown.

Percentages only โ€” there are no per-option vote counts here, because Telegram publishes none.The public post preview gives each optionโ€™s share and a single voter total, and nothing else. Multiplying one by the other would produce a per-option tally that looks measured and is not: the shares are rounded to whole numbers before we ever see them. We print what was published and leave the column that does not exist empty.

The shares need not add up to 100.Rounding alone puts many polls at 99 or 101. A poll that allows more than one answer per voter runs well past 100 by design, and several here do. The bars are drawn against a fixed 100% track at each optionโ€™s own percentage rather than normalised to the total, so a poll that exceeds it shows that it does instead of being quietly rescaled.

Read from the 15 most recent posts we hold, published 18 May 2025 to 8 March 2026. Telegram labels each poll by kind โ€” an anonymous poll, a quiz, a closed set of final results โ€” and that label is reproduced rather than paraphrased.

Citation-graph rank

Citation-graph rank โ€” 310,885 of 1,340,412entries in the measured graph. A weighted position computed from the forward and mention edges below โ€” republished posts weigh more than named mentions โ€” and recomputed periodically, over the whole graph. Published only as this ordinal position, never as a score: a position is a fact, and a score printed beside one channelโ€™s name would read as a verdict this register does not make. The two counts beneath stay separate for the same reason mentions are never summed with forwards anywhere else on this page โ€” a named-by count costs nothing to manufacture. The top 100 by this measure, or how it is computed.

Mentions

Named by 2 registered channels โ€” every channel on the register whose own posts have named this one, by its current username or any other username it currently holds, merged from two separately captured readings of the same fact so a namer caught by only one of them is not missed and a namer both caught is not counted twice. A username this channel has since dropped is not matched โ€” that handle may belong to someone else now, and crediting todayโ€™s namer to yesterdayโ€™s owner would misattribute it.

Names

Channels on the register whose handles appear in this channel's posts.

A mention is a weaker signal than a forward and is counted separately for that reason โ€” naming a channel is not republishing it, and a handle in a post body is easy to place deliberately. The post counts beside each row below are distinct posts in which the handle appeared, from posts we have read on both sides โ€” the โ€œNamed by N registered channelsโ€ figure above is a different count, of distinct NAMING CHANNELS rather than posts, and is not the sum of the rows under it.

Cite this entry

A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 9 August 2026 โ€” this entry's latest reading, not the date you are reading this.

โ€œ๐˜ฝ๐™‡๐˜ผ๐˜พ๐™†๐™ƒ๐˜ผ๐™ ๐™ƒ๐˜ผ๐˜พ๐™†๐™€๐™'$ใ€๐Ÿ‡ฎ๐Ÿ‡ณใ€‘โ€ (@black_hat_stuff1), 154 subscribers as measured 9 August 2026. Telegram Register, tgregister.com/channel/black_hat_stuff1.

Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV ยท JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.