Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yak6/ngl.link-spam

ngl.link spammer
https://github.com/yak6/ngl.link-spam

cpp json ngl ngl-link ngl-spammer

Last synced: 4 days ago
JSON representation

ngl.link spammer

Awesome Lists containing this project

README

        

# About
This tool allows you to spam on **[ngl.link](https://ngl.link/)** service. It's very fast and effective due to the use of multithreading.

Idk if it works on Windows.

## Installation
Clone repository

```bash
git clone https://github.com/yak6/ngl.link-spam
```
After cloning, cd into it's directory and install it using:

```bash
sudo make install
```
This will compile the program and add it to the /usr/local/bin path.

Check if it's working properly:
```bash
ngl --help
```

## Arguments

**--help** - Shows help message

**--create** - Create a sample .json config file.

**--load ** - Run using config file

**--ask ** - Ask user a single question

**--fuck ** - Send 50 messages really fast!

## Running using config
***You can create config.json by running `--create` argument***

### Sample config:
```json
{
"method": "thread",
"question": ["hey!", "what's up!"],
"target": ["target1", "target2"],
"times": 50,
"useragents": "useragents.txt"
}
```
### Getting useragents file
(it's also stored in config/ directory in the repo)
```bash
curl https://raw.githubusercontent.com/yak6/ngl-spam/refs/heads/main/config/useragents.txt > useragents.txt
```
### Explanation of options

**method** - *thread (fastest), normal (it's just normal).*

**question** - *array of questions, you can specify multiple or one, but it must be in an array.*

**target** - *array of targets, multiple or one, must be in the array.*

**times** - *how many messages should be sent per user.*

**useragents** - *path to user agents file.*
# Screenshots
drawing

![obraz](https://github.com/user-attachments/assets/9d72a5e8-d671-48b3-9bb2-519c3bee42b4)

#### Created with [nlohmann's json](https://github.com/nlohmann/json), [curl](https://github.com/curl/curl)