GET ALL KALI TOOLS ON TERMUX #fastTips
1) apt update
2) apt install git
3) git clone https://github.com/rajkumardusad/onex.git
4) chmod +x onex/install
5) sh onex/install if not work than use ./onex/install
6) COMMANDS :
onex install [tool_name] install any tool.
onex -i [tool_name] install any tool.
onex search [tool_name] search any tool.
onex -s [tool_name] search any tool.
onex list list all tools.
onex list -a list all tools.
onex -l list all tools.
onex -l -a list all tools.
onex help get help.
onex -h get help.
1) apt update
2) apt install git
3) git clone https://github.com/rajkumardusad/onex.git
4) chmod +x onex/install
5) sh onex/install if not work than use ./onex/install
6) COMMANDS :
onex install [tool_name] install any tool.
onex -i [tool_name] install any tool.
onex search [tool_name] search any tool.
onex -s [tool_name] search any tool.
onex list list all tools.
onex list -a list all tools.
onex -l list all tools.
onex -l -a list all tools.
onex help get help.
onex -h get help.
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Which shortener url pay highest $ ?
1) Shorte.ST stats :
No. of Registered users: 1,017,836
Total URLs shortened: 1,758,071,729
Total URLs clicked: 6,679,203
Highest CPM: $14.04 for US traffic
βͺοΈwww.Shorte.ST
2) Adf.LY stats:
No. of Registered users: 5,373,907
Total URLs clicked: 1,413,375 daily clicks
Highest CPM: $22.18 for unique visits from the US
Worldwide CPM: $0.25 β $2.00
βͺοΈ www.Adf.LY
3) Ouo.IO stats:
No. of Registered users: 1,080,000+
Total URLs shortened: 275,000,000+
Total URLs clicked: 1,200,000+ clicks per day
Highest CPM: $5 for AUS traffic
Worldwide CPM: $1.5
βͺοΈwww.Ouo.IO
4) ShrinkMe.IO stats:
No. of Registered users: 9,161
Total URLs shortened: 93,110
Total URLs clicked: 1,740,721
Highest CPM: $22 for Greenland traffic
Worldwide CPM: $3.50
βͺοΈwww.ShrinkMe.IO
THIEIR IS MANY MORE BUT THOSE ONLY STATS IN 2019-2020
E N J O Y β€οΈππ»
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Which shortener url pay highest $ ?
1) Shorte.ST stats :
No. of Registered users: 1,017,836
Total URLs shortened: 1,758,071,729
Total URLs clicked: 6,679,203
Highest CPM: $14.04 for US traffic
βͺοΈwww.Shorte.ST
2) Adf.LY stats:
No. of Registered users: 5,373,907
Total URLs clicked: 1,413,375 daily clicks
Highest CPM: $22.18 for unique visits from the US
Worldwide CPM: $0.25 β $2.00
βͺοΈ www.Adf.LY
3) Ouo.IO stats:
No. of Registered users: 1,080,000+
Total URLs shortened: 275,000,000+
Total URLs clicked: 1,200,000+ clicks per day
Highest CPM: $5 for AUS traffic
Worldwide CPM: $1.5
βͺοΈwww.Ouo.IO
4) ShrinkMe.IO stats:
No. of Registered users: 9,161
Total URLs shortened: 93,110
Total URLs clicked: 1,740,721
Highest CPM: $22 for Greenland traffic
Worldwide CPM: $3.50
βͺοΈwww.ShrinkMe.IO
THIEIR IS MANY MORE BUT THOSE ONLY STATS IN 2019-2020
E N J O Y β€οΈππ»
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from Backup Legal Mega
π¦Updated Beyond Beginner GameMaker Studio 2 - Creating A Full Tower Defense Game From Scratch for beginer & experts
βtop ratingβ
β5.8 GBβ
https://www.skillshare.com/classes/Beyond-Beginner-GameMaker-Studio-2-Creating-A-Full-Tower-Defense-Game-From-Scratch/3495473
https://mega.nz/folder/LwsliQJQ#L4kJ4fWP-Yt7764-75HO4g
βtop ratingβ
β5.8 GBβ
https://www.skillshare.com/classes/Beyond-Beginner-GameMaker-Studio-2-Creating-A-Full-Tower-Defense-Game-From-Scratch/3495473
https://mega.nz/folder/LwsliQJQ#L4kJ4fWP-Yt7764-75HO4g
mega.nz
5.8 GB folder on MEGA
115 files
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦ANOTHER BITCOIN HACKING
-Bruteforce wallet
The purpose of this program is to try to find the password of an
encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file (i.e. wallet.dat).
It can be used in two ways:
βtry all the possible passwords given a charset
βtry all the passwords in a file
There is a command line option to specify the number of threads to use.
Sending a USR1 signal to a running bruteforce-wallet process makes it print progress and continue
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
1οΈβ£apt install libdb-dev libssl-dev -y
2οΈβ£git clone https://github.com/glv2/bruteforce-wallet.git
3οΈβ£./autogen.sh
4οΈβ£Then, build the program with the commands:
./configure
make
5οΈβ£make install
6οΈβ£EXAMPLES :
1) Try to find the password of an encrypted wallet file using 4 threads, trying only passwords with 5 characters:
bruteforce-wallet -t 4 -l 5 -m 5 wallet.dat
2) Try to find the password of an encrypted wallet file using 8 threads, trying only passwords with 5 to 10 characters beginning with "W4l" and ending with "z":
bruteforce-wallet -t 8 -l 5 -m 10 -b "W4l" -e "z" wallet.dat
3) Try to find the password of an encrypted wallet file using 8 threads, trying only passwords with 10 characters using the character set "P8Ε":
bruteforce-wallet -t 8 -l 10 -m 10 -s "Pζ 8Ε" wallet.dat
4) Try to find the password of an encrypted wallet file using 6 threads, trying the passwords contained in a dictionary file:
bruteforce-wallet -t 6 -f dictionary.txt wallet.dat
5) Print progress info:
pkill -USR1 -f bruteforce-wallet
6) Print progress info every 30 seconds:
bruteforce-wallet -t 6 -f dictionary.txt -v 30 wallet.dat
7) Save/restore state between sessions:
bruteforce-wallet -t 6 -f dictionary.txt -w state.txt wallet.dat
> (Let the program run for a few minutes and stop it)
bruteforce-wallet -t 6 -w state.txt wallet.dat
π¦Tested by undercode on :
> parrot
> ubuntu
> kali
ENJOYβ€οΈππ»
β Topic git
@UndercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦ANOTHER BITCOIN HACKING
-Bruteforce wallet
The purpose of this program is to try to find the password of an
encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file (i.e. wallet.dat).
It can be used in two ways:
βtry all the possible passwords given a charset
βtry all the passwords in a file
There is a command line option to specify the number of threads to use.
Sending a USR1 signal to a running bruteforce-wallet process makes it print progress and continue
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
1οΈβ£apt install libdb-dev libssl-dev -y
2οΈβ£git clone https://github.com/glv2/bruteforce-wallet.git
3οΈβ£./autogen.sh
4οΈβ£Then, build the program with the commands:
./configure
make
5οΈβ£make install
6οΈβ£EXAMPLES :
1) Try to find the password of an encrypted wallet file using 4 threads, trying only passwords with 5 characters:
bruteforce-wallet -t 4 -l 5 -m 5 wallet.dat
2) Try to find the password of an encrypted wallet file using 8 threads, trying only passwords with 5 to 10 characters beginning with "W4l" and ending with "z":
bruteforce-wallet -t 8 -l 5 -m 10 -b "W4l" -e "z" wallet.dat
3) Try to find the password of an encrypted wallet file using 8 threads, trying only passwords with 10 characters using the character set "P8Ε":
bruteforce-wallet -t 8 -l 10 -m 10 -s "Pζ 8Ε" wallet.dat
4) Try to find the password of an encrypted wallet file using 6 threads, trying the passwords contained in a dictionary file:
bruteforce-wallet -t 6 -f dictionary.txt wallet.dat
5) Print progress info:
pkill -USR1 -f bruteforce-wallet
6) Print progress info every 30 seconds:
bruteforce-wallet -t 6 -f dictionary.txt -v 30 wallet.dat
7) Save/restore state between sessions:
bruteforce-wallet -t 6 -f dictionary.txt -w state.txt wallet.dat
> (Let the program run for a few minutes and stop it)
bruteforce-wallet -t 6 -w state.txt wallet.dat
π¦Tested by undercode on :
> parrot
> ubuntu
> kali
ENJOYβ€οΈππ»
β Topic git
@UndercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β
GitHub
GitHub - glv2/bruteforce-wallet: Try to find the password of an encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file.
Try to find the password of an encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file. - glv2/bruteforce-wallet