All Projects → Cvar1984 → LiteOTP

Cvar1984 / LiteOTP

Licence: MIT License
Multi OTP Spam Amp/Paralell threads

Programming Languages

PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to LiteOTP

sqlscan
Quick SQL Scanner, Dorker, Webshell injector PHP
Stars: ✭ 140 (+180%)
Mutual labels:  penetration-testing, geektool, pentest, pentest-tool
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (+848%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Justtryharder
JustTryHarder, a cheat sheet which will aid you through the PWK course & the OSCP Exam. (Inspired by PayloadAllTheThings)
Stars: ✭ 450 (+800%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Pwncat
pwncat - netcat on steroids with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable with Python (PSE)
Stars: ✭ 904 (+1708%)
Mutual labels:  penetration-testing, pentest, pentest-tool
YAPS
Yet Another PHP Shell - The most complete PHP reverse shell
Stars: ✭ 35 (-30%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Kaboom
A tool to automate penetration tests
Stars: ✭ 322 (+544%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Habu
Hacking Toolkit
Stars: ✭ 635 (+1170%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Subscraper
Subdomain enumeration through various techniques
Stars: ✭ 265 (+430%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Trigmap
A wrapper for Nmap to quickly run network scans
Stars: ✭ 132 (+164%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Docker Security Images
🔐 Docker Container for Penetration Testing & Security
Stars: ✭ 172 (+244%)
Mutual labels:  penetration-testing, pentest, pentest-tool
brutal-sms
Spam sms sampe nangis, 100% unlimited
Stars: ✭ 47 (-6%)
Mutual labels:  spam, spammer, spamsms
Thc Hydra
hydra
Stars: ✭ 5,645 (+11190%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (+160%)
Mutual labels:  penetration-testing, pentest, pentest-tool
PyParser-CVE
Multi source CVE/exploit parser.
Stars: ✭ 25 (-50%)
Mutual labels:  penetration-testing, pentest, pentest-tool
MailRipV3
SMTP and IMAP checker / cracker for mailpass combolists with a user-friendly GUI, automated inbox test and many more features.
Stars: ✭ 28 (-44%)
Mutual labels:  penetration-testing, pentest, pentest-tool
RPCScan
Tool to communicate with RPC services and check misconfigurations on NFS shares
Stars: ✭ 53 (+6%)
Mutual labels:  pentest, pentest-tool
goLazagne
Go library for credentials recovery
Stars: ✭ 177 (+254%)
Mutual labels:  penetration-testing, pentest-tool
vk-spammer
Спаммер сообщений для вк
Stars: ✭ 47 (-6%)
Mutual labels:  spam, spammer
1earn
ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup
Stars: ✭ 3,715 (+7330%)
Mutual labels:  pentest, pentest-tool
PXXTF
Framework For Exploring kernel vulnerabilities, network vulnerabilities ✨
Stars: ✭ 23 (-54%)
Mutual labels:  penetration-testing, pentest

LiteOTP

LiteOTP is a Simpe OTP API Client,

  • Simple to use
  • Multi providers
  • Asyncronous
  • Reusable
  • Colorfull

Installation

requires php7 to run.

Install the dependencies and software.

$ pkg install php -y
$ php -a
php > copy('https://raw.githubusercontent.com/Cvar1984/LiteOTP/master/build/lite', 'lite');
php > chmod(0755, 'lite');
php > rename('lite', $_SERVER['PREFIX'] . '/bin/lite');
php > exit;
$ lite +628xxxxx
$ lite ./test_list.txt

Exaxmple class usage

<?php
// test.php
require __DIR__ . '/vendor/autoload.php';
use Cvar1984\LiteOtp\Otp;

try {
    $numberPhone='+628xxxxxxxx';
    Otp::tokopedia($numberPhone, true); // verbose
    Otp::jdid($numberPhone);
    Otp::phd($numberPhone);
} catch(Exception $e) {
    echo $e->xdebug_message;
}

Todo

  • Add more API
  • Support international phone number

License

Copyright (C) Cvar1984, 2019

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].