Coder Social home page Coder Social logo

tegal1337 / cilocks Goto Github PK

View Code? Open in Web Editor NEW
2.2K 76.0 393.0 8.26 MB

Crack Interface lockscreen, Metasploit and More Android/IOS Hacking

License: GNU General Public License v3.0

Shell 40.16% Java 3.65% PHP 3.16% HTML 53.04%
bypass bruteandroid lockscreen bypass-lockscreen android-hacking ios-hacking ip-logger geolocation webcam-capture

cilocks's Introduction

   _______ __               __
  / ____(_) /   ____  _____/ /_______
 / /   / / /   / __ \/ ___/ //_/ ___/
/ /___/ / /___/ /_/ / /__/ ,< (__  )
\____/_/_____/\____/\___/_/|_/____/v2.1

CiLocks | Android/IOS Hacking 📱

Crack Interface lockscreen, Metasploit and More Android/IOS Hacking

contributions welcome

Please Don't Use for illegal Activity

Update Available V2.1 🚀

  • Added New Tools
    • Root Android {Supersu} Not Support All OS Version
    • Jump To Adb Toolkit
      • Shell
      • ScreenShot
      • Copy All Camera Photo
      • Copy All WhatsApp Folder
      • Copy All Data Storage
      • Manual Copy {Costum}
      • Backup Data
      • Restore Data
      • Permissons Reset
      • Reboot
    • Remove Lockscreen {Root}
    • Jump To Metasploit
      • Install Application
      • Create Payload Backdoor {Msfvenom} Singed
      • Run Metasploit
      • Inject Payload In Original Application
    • Phone Info
    • Control Android {Scrcpy}
  • Brute Pin 4 Digit
  • Brute Pin 6 Digit
  • Brute LockScreen Using Wordlist
  • Bypass LockScreen {Antiguard} Not Support All OS Version
  • Reset Data
  • IP Logger (Track IP Location and Information)
  • SpyCam (Take webcam shots from target just sending a malicious link)
  • IOS Payload
  • FireStore Vulnerability

Screenshoot 📷

Screenshoot 01 Screenshoot 02 Screenshoot 03
Screenshoot 04 Screenshoot 05 Screenshoot 06

Requirements

sudo apt update -y

sudo apt install php nodejs npm adb scrcpy wget unzip apktool jq -y

And if needed

sudo apt install msfconsole -y 

Required

ADB {Android SDK}

USB Cable

Android Emulator {Nethunter/Termux} Root

Or Computer

Installation For Linux

git clone https://github.com/tegal1337/CiLocks

cd CiLocks

chmod +x cilocks

sudo bash cilocks 

or sudo ./cilocks

or download here

For Android Emulator

Install Termux/NetHunter

Install Busybox

Root Access

Otg Cable

If brute doesn't work then uncomment this code

# adb shell input keyevent 26

if 5x the wrong password will automatically delay 30 seconds

To use Spycam / Iplogger if the url does not appear

 Register on ngrok.com
 
 Write the command on the path /CiLocks
 # ./ngrok authtoken <TOKEN>

Article & Video

Thanks to original Author of the tools used in CiLocks

Contributors

contributions


Van Lyubov

Ali Akbar

Reference

https://stackoverflow.com/questions/29072501/how-to-unlock-android-phone-through-adb
http://www.hak5.org/episodes/hak5-1205
https://github.com/kosborn/p2p-adb
https://forum.xda-developers.com/t/universal-guide-root-any-android-device-manually.2684210/
https://stackoverflow.com/questions/14685721/how-can-i-do-factory-reset-using-adb-in-android
https://github.com/Screetsec/TheFatRat

Follow Us

Instagram: https://www.instagram.com/tegalsec/
Facebook: https://www.facebook.com/tegal1337/
Github : https://github.com/tegal1337/
Website : https://tegalsec.org/

Foo

Support our organization by giving donations

Bitcoin
31zr9sgjrz45WRMbjFAzdDMDZyw3a9tnU8
Dana/Ovo/Gopay
087730938323

Contact Email

cilocks's People

Contributors

dalpan avatar lolic0d3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cilocks's Issues

Steal File

To steal file, should we open the lock screen?

Cilock


/ () / ____ / /
/ / / / / / __ / / /// /
/ /
/ / /
/ // / // ,< ( )
_
///_/__//|/____/v2.1

bulshit

how it works? 4 digit pin, is trying every 30 second 5 try, but android is increasing time. after 20 times is 60 second delay, after about 250 try there was a 6 minutes delay, but in this app was still every 30 seconds 5 tries showing. and even with right number was continuing in trying.... :D either I have no idea how it works, or it is bulhit. let me know

Web get

when i try to get the link to get into the webCam .. it says "send this link to Target: " but there is NO link to send ... its just empty.

CiLocks , device not detected

Hello ,

I had an issue that the adb didn't recognize the device , for that i made the below change :

  1. vi /etc/udev/rules.d/51-android.rules

add the below line :

SUBSYSTEMS=="usb", ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="6860", MODE="0666", GROUP="kali"

  1. create the file ~/.android/adb_usb.ini and place on a single line , the prefix 0x followed by the vendor id:

vi adb_usb.ini

add the below line :

0x04e8

  1. run the below command :
  • adb kill-server
  • adb start-server
  • adb devices

with the above procedure still i cannot see the devices by running ### dba devices , also i cannot use cilocks , since the device was not detected , the only way to make this working is enable usb debugging on my phone as per the below procedure :

Pull down from top two times and click the tooth-wheel icon, or choose "Settings" from the app menu.
Settings -> About the phone -> click multiple times on build number
Settings -> Developer settings -> enable USB Debugging

The question is if i enable usb debugging on phone , it means i know the password , in that case what is the extra value of cilocks ??

Please correct me if i am wrong maybe i missed something

Thanks

error on installing in linux

i want to install cilocks in linux
i tryed commands for installation it basking git user and password
help me out
i want to install in my pc gnu 2018 kali linux

error: no devices/emulators found

Hello ,
I am trying to use ciLocks , unfortunately i am getting this error :

error: no devices/emulators found
Try => 0001
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
Try => 0002
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
Try => 0003
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
Try => 0004
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found
error: no devices/emulators found

output from sudo adb devices command

──(dimitri㉿kali)-[~/CiLocks]
└─$ sudo adb devices
List of devices attached

┌──(dimitri㉿kali)-[~/CiLocks]
└─$

Can you please help

Thanks

Userland run

Halo pengembang
Apakah ini bisa dijalankan di userland

AntiGuard - Incompatable

AntiGuard doesn't work with my Galaxy S7. (That I use to test on).

My terminal says:

Performing Streamed Install
Success
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=io.kos.antiguard/.unlock }

But when I turn on the phone, I am still prompted with the lock screen and to enter a pin.
It is a Verizon Locked Phone (Bought from verizon) so that may be why there are some issues. If you need more information about the phone, let me know!.

There are also other issues with this tool too but they don't exactly fit with this issue's topic.
Just ask and I can fill you in more.

bruteforce is too fast

its so fast it skips some numbers some time it goes '0030' instead of '0003' and instead of stoping at '0005' for the 30 second cooldown it stops at '0004'

Doesnt detect my phone

I try to find phone info, the phone is connected with a usb cable, usb debugging is on and installed adb but still doesnt detect

bruteforce words and syntax error

Hi there,
I am interested into trying this tool so here are the results of my reading of the documentation.

  1. I got several error: no devices/emulators found warnings but ciLocks continue running. It especially displayed when adb command are launched so I wonder if it really works.

  2. I tried it to find the password of an android phone I forgot. Reading the ciLocks binary, I understood I need to put the brute force words into a file, which I did.

  3. However, I got a syntax error and I wonder if line 185, if ! (( expr $i + 1 % 5 )); then should not be ${#i}? I am not sure of the goal of this line.
    Could some one give me some insights?

  4. Also, since I got a syntax error on line 180 because of \e[0;33m (k color defined on line 5), this concerns the following lines

for (( j=0; j<${#i}; j++ )); do
           adb shell input keyevent $((`echo ${i:$j:1}`+7))
done

A

Nice work!

Hello

...

[ 28%] Building C object Source/kwsys/CMakeFiles/cmsysTestSharedForward.dir/testSharedForward.c.o
[ 28%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/testEncode.c.o
[ 28%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/cmsysTestsC.c.o
[ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_acl.c.o
[ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_check_magic.c.o
In file included from /mnt/cmlfs/sources/pkgs/cmake-3.20.5/Utilities/cmlibarchive/libarchive/archive_acl.c:37:
/usr/include/wchar.h:600:9: error: unknown type name '__gnuc_va_list'
__gnuc_va_list __arg)
^
/usr/include/wchar.h:607:8: error: unknown type name '__gnuc_va_list'
__gnuc_va_list __arg)
^
/usr/include/wchar.h:613:9: error: unknown type name '__gnuc_va_list'
__gnuc_va_list __arg)
^
/usr/include/wchar.h:675:8: error: unknown type name '__gnuc_va_list'
__gnuc_va_list __arg)
^
/usr/include/wchar.h:682:7: error: unknown type name '__gnuc_va_list'
__gnuc_va_list __arg)
^
/usr/include/wchar.h:687:8: error: unknown type name '__gnuc_va_list'
__gnuc_va_list __arg)
^
/usr/include/wchar.h:698:7: error: unknown type name '__gnuc_va_list'
__gnuc_va_list __arg), __isoc99_vfwscanf)
^
/usr/include/wchar.h:701:6: error: unknown type name '__gnuc_va_list'
__gnuc_va_list __arg), __isoc99_vwscanf)
^
/usr/include/wchar.h:705:11: error: unknown type name '__gnuc_va_list'
__gnuc_va_list __arg), __isoc99_vswscanf)
^

... so many errors here ...
I don't know how to override headers PATH to /llvmtools/include, when I try to configure with CFLAGS="-I/llvmtools/include" CXXFLAGS="-I/llvmtools/include" ./bootstrap still fails to build.
t

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.