https://github.com/gavazquez/nlinetester
Scripts for testing if a Nline works or not. Currently in C# and Python
https://github.com/gavazquez/nlinetester
cardsharing csharp newcamd nline protocol python tester testing
Last synced: 2 months ago
JSON representation
Scripts for testing if a Nline works or not. Currently in C# and Python
- Host: GitHub
- URL: https://github.com/gavazquez/nlinetester
- Owner: gavazquez
- License: gpl-3.0
- Created: 2016-03-11T16:49:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T09:47:49.000Z (almost 6 years ago)
- Last Synced: 2023-10-20T00:28:12.625Z (over 1 year ago)
- Topics: cardsharing, csharp, newcamd, nline, protocol, python, tester, testing
- Language: C#
- Homepage:
- Size: 66.4 KB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
---
# NLine tester scripts
*Also called Nline, Ncamd, Newcamd and NewCam*Scripts for testing that a NLine works or not. Currently in C# and Python.
I made them as some people host line-testing websites and reject to share their source code.
With those scripts you can program your own testing website/software and be sure that **nobody steals your lines** :)#### Check this repository for a Cline (CCcam) tester: https://github.com/gavazquez/CLineTester
Please, share your code!!!!
---
Links that helped me to do it:
1- NFProxy v0.1.2: http://ftabeta.com/showthread.php?t=48943&p=278919&viewfull=1#post278919
The code of this program is obfuscated but with de4dot you can see what's going on inside ;)2- Oscam: https://github.com/gfto/oscam/blob/master/module-newcamd.c
3- NewBox: https://github.com/javilonas/NewBox/blob/master/cli-newcamd.c
4- Code in Java of CSP: https://code.google.com/archive/p/3color/source/default/source
and http://www.infosat.org/forum/viewtopic.php?id=135- This documentation (although is outdated): https://3color.googlecode.com/svn/trunk/cardservproxy/etc/protocol.txt
---