Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRahad authored Apr 12, 2023
1 parent 55435fc commit 1078366
Showing 1 changed file with 62 additions and 13 deletions.
75 changes: 62 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</a>
</p>

<h3> Why You Need To Use Huntigo Tools </h3>
<h3> Features of this stealer </h3>


- Steal UserName
Expand All @@ -34,25 +34,74 @@
- Show City
- Steal MAC Address

<br>

### How To Install

<h2> How To Setup: </h2>
<br>

### Creating a Telegram bot:

1. Open the Telegram app or visit the Telegram website.
2. Search for the BotFather bot.
3. Start a chat with the BotFather and follow the instructions to create a new bot.
4. Once the bot is created, you will be provided with a token which is used to authenticate your bot.
5. Set up the bot's profile picture, name, and description as necessary.


<br>

### Collecting chat id:
<br>

1. Add the bot to the group chat where you want to collect chat id.
2. Send a message to the group chat.
3. Use the Telegram API to get the chat id of the group chat.
4. You can use a bot like https://t.me/cid_bot to get the chat id of any user or group chat.<br>Simply add the bot to the chat and send the command /start. The bot will reply with the chat id.

<br>

<h2> How to modify the C# project </h2>
<br>

1. Open the C# project in Visual Studio.

2. Go to the Program.cs file.

3. In that file, search for the variables or constants that store the Telegram bot token and chat ID.

4. Replace the existing Telegram bot token and chat ID with your own values.
<br>

```
sudo su
```
```
git clone https://github.com/rahad-infosec/Huntigo
```
```
cd Huntigo
```
```
chmod +x huntigo.sh
private static string _botToken = "Your Bot Token";
```

```
bash huntigo.sh
private static long _chatId = Your_Chat_ID;
```
<br>

5. Save the changes to the file.

6. Build the project to ensure that the changes are properly integrated.

7. Test the program to ensure that it works as intended, and that the Telegram bot can receive messages and perform the desired actions.

8. If the program works as expected, you can distribute it to your intended users.


<br>

```yaml

-Credit:
- Dev Name: Md Rahadul Islam
- Education: Class 10
- Group: Emperor Hacker's Community
- Facebook: https://facebook.com/rahad-infosec
- Thank you!

```


0 comments on commit 1078366

Please sign in to comment.