ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content

 
0xWarning's Photo
0xWarning Veteran
44
Reputation
387

Likes

Information

Username Changes:
Joined: 18-01-19
Date of Birth: Age Unknown - Birthday Unknown
Last Visit: Apr 22 2024 09:04 PM
Profile Views: 8,796

Statistics

Posts: 658
Leecher Value: 585
Likes:
387
Reputation: 44
Warning level: Low
Threads: 111
Credits: 0
Vouches: 0
Trust Scan: Info
Reported posts: 31
Shouts
Loading...

Groups

Aqua

Signature

?url=https%3A%2F%2Fi.imgur.com%2FKjHxebD

 

?url=https%3A%2F%2Fi.giphy.com%2Fmedia%2

Last visitors


Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.

 
Check out the steam profile ban checker here

[WOOP] https://www.nulled.t...eamidvanityurl/

 

Enjoy 


[Python] py-SteamBanInfo | Steam Ban Checker [STEAMID/VANITYURL]

30 July 2023 - 01:32 AM

 py-SteamBanInfo | Steam Ban Checker

 


Using Python and SteamAPI

 

 

Current Features

 

Check Bans From SteamID,

Check Bans From VanityURL,

Output SIMPLE/RAW/PRETTY

 

 

READ THIS !

 

There will be more steam api and more python content coming soon

 

IMAGE SHOWCASE

 

 

Spoiler

 

 

 

 

 

 

DOWNLOAD

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.

 
 

Check out the steam profile info grabber here

 

[NEW] https://www.nulled.t...eamidvanityurl/

 

Enjoy 


[C#] 0xRAC | File Dropper & CMD Command Runner Example

18 July 2023 - 12:03 AM

 0xRAC | Simple File Dropper & CMD Command Runner

 


Using C# and web requests,

This project could be used to drop files and run commands on client that open the tool :ph34r: .

 

Current Features

 

Run Commands From URL Or Textbox,

Download And Run File,

 

 

READ THIS !

 

There will be more threads like this that will expand on fun stuff

 

IMAGE SHOWCASE

 

 

Spoiler

 

 

 

 

 

DOWNLOAD

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.

 
 

Enjoy 


[C#] basicAuth | C# Client - Node.js Server [FREE][SIMPLE][SOURCE]

04 June 2023 - 12:21 AM

 basicAuth| Very Basic AUTH/ADMIN PANEL With Node Backend

 


Using C# and web requests and a basic node backend,

This is a fully working example i have whipped up based of one of my previous threads

 

Simply expand on this and encrypt your program and have a free auth just update the security a bit before you make whatever project fully public

 

Current Features

 

Login - Email + Pass,

Login (License Only),

Register - Username + Email + Pass + License Key,

Remove User By Email,

Generate License's With Custom Prefix, Rank and Expiry.

(Just make a function to detect when its expired and detect what each rank should do)

 

 

You guys are smart enough figure it out :)

 

 

READ THIS !

 

This Auth Panel will be updated with better code practices and a few more features (HWID, LASTLOG, REGISTERED IP etc..)

 

IMAGE SHOWCASE

 

 

Spoiler

 

 

 

 

 

DOWNLOAD

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.

 
 

Enjoy 


[NODE.JS] Node Auth/API Backend [Source] | Very Simple

02 June 2023 - 02:25 AM

:ph34r: Node-API-Backend

 

Using Express, Mongoose, Bcrypt, and Node.js,

I'm currently working on a backend for an authentication system that features hashed passwords, JWT and numerous checks.

 

This is still a project is not yet FULLY complete

 

Current JWT Protected Endpoints (requires a login to get a token)

 

ADMIN

FILES

SECRET

 

:monkaeyes: Configuration

PORT = 1337
VERSION = 1.3.3.7
TOKEN_SECRET = SALTYTOKENS
CUSTOM_HEADER = PURE_SALT
CUSTOM_HEADER_VALUE = SALTYVALUE
DB_CON_STRING = MONGO-DB-CON-LINK-HERE

 
 

:monkaeyes: Getting Started

 

Install Node.js

Follow these instructions in a terminal environment.

# Goto Dir
$ cd Node-API-Backend

# Install packages
$ npm i

# Boot it up (Will be changed to 'npm start')
$ node app.js

:monkaeyes: API End Points

 

Note: Simply create a json body request for posts using the same values as the GET requests.

Most endpoints may require the auth-token header to be set which you get after you login

 

API

 

  Register

http://SERVER:1337/api/user/register (POST)

http://SERVER:1337/a...edwip/:referral (GET)

 

  Login

http://SERVER:1337/api/user/login (POST)

http://SERVER:1337/a...email/:password (GET)

 

  Upload

http://SERVER:1337/api/files/upload (POST)

Note: Check the response

http://SERVER:1337/api/files/upload_db (POST) Uploads to mongo db

Note: Check the response

 

  Upload List

http://SERVER:1337/api/files/list (GET)

Note: Returns json array list

 

ADMIN API

 

  Remove User

http://SERVER:1337/a...min/remove_user (POST)

Note: Making a post request with the query {email: "[email protected]"} will delete the associated account.

Make sure to include your CUSTOM_HEADER and CUSTOM_HEADER_VALUE in the header of the request

 

 Remove File

http://SERVER:1337/a...min/remove_file (POST)

Note: Making a post request with the query {name: "test.txt"} will delete the associated file.

Make sure to include your CUSTOM_HEADER and CUSTOM_HEADER_VALUE in the header of the request

 

SECRET API

 

  Get Download

http://SERVER:1337/a...ret/getDownload (GET)

 

  Dev Notes

http://SERVER:1337/a...ecret/dev_notes (GET)

http://SERVER:1337/a...submit_dev_note (POST)

 

:pedobear: SOURCE DOWNLOAD

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.


-->