Forwarded from Zwisky Technologiesโข ๐ฆ
Please open Telegram to view this post
VIEW IN TELEGRAM
Website ya kuangalia ligi kama UEFA, EUROPA, EPL, LALIGA, BUNDASLIGA
Tumia website hii
https://www.lkoora.live/p/today-matches.html?m=1
Kwa tsarina na maarifa ni @codegengtechnology pekee
Tumia website hii
https://www.lkoora.live/p/today-matches.html?m=1
Kwa tsarina na maarifa ni @codegengtechnology pekee
Check out my Linktree!
https://linktr.ee/code_geng_technology?utm_source=linktree_admin_share
https://linktr.ee/code_geng_technology?utm_source=linktree_admin_share
Watumiaji wa voda
Piga *149*27*04#
Ofa hio ya mb kila mtu na bahati yake mwingine mb 500 mwingine mia nk
Piga *149*27*04#
Ofa hio ya mb kila mtu na bahati yake mwingine mb 500 mwingine mia nk
๐1
#include <iostream>
using namespace std;
int main () {
cout << "Hello World";
return 0;
}
๐1
Tumia File Hii Ku Activate Windows 7 kwa Njia Rahisi na Salama bila ya Kupoteza Data zako.
โ ๏ธSTEPSโ ๏ธ
โฐ๐ฅFeAturEs๐ฅโฐ
โ W7 Home Basic
โ W7 Premium
โ W7 Professional
โ W7 Ultimate
โ W7 Enterprise
Share @codegengtechnology
โ ๏ธSTEPSโ ๏ธ
Copy File Hili kisha iweke kwenye Desktop (Home Screen) kwenye PC yako Au Computer yako Kisha Ifungue Kwa Kubonyeza x2 yaani Double Click kisha Utakubari Promt ya Kurun As Administrator baada ya Hapo Automatically itafunguka kwenye CMD na itaanza Kuactivate Window Yako...EASY ๐
โฐ๐ฅFeAturEs๐ฅโฐ
โ W7 Home Basic
โ W7 Premium
โ W7 Professional
โ W7 Ultimate
โ W7 Enterprise
Share @codegengtechnology
msiishie Kuibiwa Hela zenu kwa Kuuziwa Fake Aviator Apps Kama mnavyo amini..Go try Yourself kisha smile ๐
COMPANIES
โ SportyBet
โ 1Win Bet
โ BetWinner
โ 1xBet
โ BetKing
โ SuperBet
โ PremierBet
Password:
COMPANIES
โ SportyBet
โ 1Win Bet
โ BetWinner
โ 1xBet
โ BetKing
โ SuperBet
โ PremierBet
Password:
#331Cheat#๐ฐMEANING OF COMMAND USED IN TERMUX๐ฐ
โญ$
Used to know the current open track
โญ$
Used to ask Help that contains all the codes
โญ$
Show the files that exist in the tool or the main page this is like dir in CMD
โญ$
To navigate between files and access the tools
Example: cd file
After write ๐๐พ cd now write file name you want to open
โญ$
This command Used to go back
โญ$ cd + double click on the space bar
It will let you return to the homepage
โญ$
To exit the tools, pages, or the program
โญ$
This command used to delete files.
Example: rm -rf file
After writing๐๐พ rm -rf Now right the name of file you want to delete
โญ $
Used to move files. Example: mv file Wolf
The file called "Wolf" will be Moved to another location
โญ $
To copy files. Example: cp -r file Wolf
The file called "Wolf" will be copied
โญ$
To know the device's IP
โญ$
To know the connection details and the wireless devices
โญ$
Used to decompress filesExample: unzip file.zipThe file to be decompressed (file.zip)
โญ$
Used to create a file,Example: mkdir file.The file will be created (file)
โญ$
To clear the program's screen when it is full of codes
โญ
To execute two or more commands together with one click instead of executing the commands one by one,
Exmp:$ pkg install python && pkg install python 2
Now the python and python2 libraries will be downloaded together. You can write more than ten codes using the above method
โญ
This code is used for instant confirmation when installing the tools some time Termux tool will need and asks you to confirm by typing "y" or reject by typing "n".....typing y leads to instant confirmation, Example: $ pkg install python -y
โญ$
1- If the tool's name ends with .py, the tool needs python, python2, or python3 to run or to get installed,Example: $ python example.py.
If python does not work, try python2 and python3
โญ
In case this method does not work, you can use this code ๐๐พ ./
Example: $ ./example.sh
โญ$
3- If the tool's name ends with .aex, you will need the code .sh or ./ to run the tool or install it
Example: $ sh example.aex Or $ ./install.aex
โญ$
4- If the tool's name ends with .php, it means that the tool needs php library to run or to get installed
Example: $ php example.php
โญ
โโโโฌโฉโโกหโงโฌโงหโโโฉโฌโโ
โข๐๐ต๐ฎ๐ป๐ป๐ฒ๐น: ๐๐พ
https://t.me/WolfHacksTz
โข๐๐ฟ๐ผ๐๐ฝ: ๐๐พ
https://t.me/WolfHacksTz31
โโโโโฌโโกหโงโฌโงหโโโฌโโโโ
โญ$
pwdUsed to know the current open track
โญ$
helpUsed to ask Help that contains all the codes
โญ$
lsShow the files that exist in the tool or the main page this is like dir in CMD
โญ$
cdTo navigate between files and access the tools
Example: cd file
After write ๐๐พ cd now write file name you want to open
โญ$
cd ..This command Used to go back
โญ$ cd + double click on the space bar
It will let you return to the homepage
โญ$
exitTo exit the tools, pages, or the program
โญ$
rm -rfThis command used to delete files.
Example: rm -rf file
After writing๐๐พ rm -rf Now right the name of file you want to delete
โญ $
mvUsed to move files. Example: mv file Wolf
The file called "Wolf" will be Moved to another location
โญ $
cp -rTo copy files. Example: cp -r file Wolf
The file called "Wolf" will be copied
โญ$
ifconfigTo know the device's IP
โญ$
iwconfigTo know the connection details and the wireless devices
โญ$
unzipUsed to decompress filesExample: unzip file.zipThe file to be decompressed (file.zip)
โญ$
mkdirUsed to create a file,Example: mkdir file.The file will be created (file)
โญ$
clearTo clear the program's screen when it is full of codes
โญ
&&To execute two or more commands together with one click instead of executing the commands one by one,
Exmp:$ pkg install python && pkg install python 2
Now the python and python2 libraries will be downloaded together. You can write more than ten codes using the above method
โญ
-yThis code is used for instant confirmation when installing the tools some time Termux tool will need and asks you to confirm by typing "y" or reject by typing "n".....typing y leads to instant confirmation, Example: $ pkg install python -y
โญ$
.Py1- If the tool's name ends with .py, the tool needs python, python2, or python3 to run or to get installed,Example: $ python example.py.
If python does not work, try python2 and python3
โญ
.sh or ./
2- If the tool's name ends with .sh, it means that the tool needs the Bash language to run or to get installed,Example: $ bash example.shIn case this method does not work, you can use this code ๐๐พ ./
Example: $ ./example.sh
โญ$
.aex3- If the tool's name ends with .aex, you will need the code .sh or ./ to run the tool or install it
Example: $ sh example.aex Or $ ./install.aex
โญ$
.php4- If the tool's name ends with .php, it means that the tool needs php library to run or to get installed
Example: $ php example.php
โญ
$
5- The $ sign at the beginning of the line is not part of the command; it indicates that you are in a new line/row. Therefore, do not type it when you execute commandsโโโโฌโฉโโกหโงโฌโงหโโโฉโฌโโ
โข๐๐ต๐ฎ๐ป๐ป๐ฒ๐น: ๐๐พ
https://t.me/WolfHacksTz
โข๐๐ฟ๐ผ๐๐ฝ: ๐๐พ
https://t.me/WolfHacksTz31
โโโโโฌโโกหโงโฌโงหโโโฌโโโโ
๐ฐMEANING OF COMMAND USED IN TERMUX๐ฐ
โญ$
Used to know the current open track
โญ$
Used to ask Help that contains all the codes
โญ$
Show the files that exist in the tool or the main page this is like dir in CMD
โญ$
To navigate between files and access the tools
Example: cd file
After write ๐๐พ cd now write file name you want to open
โญ$
This command Used to go back
โญ$ cd + double click on the space bar
It will let you return to the homepage
โญ$
To exit the tools, pages, or the program
โญ$
This command used to delete files.
Example: rm -rf file
After writing๐๐พ rm -rf Now right the name of file you want to delete
โญ $
Used to move files. Example: mv file Wolf
The file called "Wolf" will be Moved to another location
โญ $
To copy files. Example: cp -r file Wolf
The file called "Wolf" will be copied
โญ$
To know the device's IP
โญ$
To know the connection details and the wireless devices
โญ$
Used to decompress filesExample: unzip file.zipThe file to be decompressed (file.zip)
โญ$
Used to create a file,Example: mkdir file.The file will be created (file)
โญ$
To clear the program's screen when it is full of codes
โญ
To execute two or more commands together with one click instead of executing the commands one by one,
Exmp:$ pkg install python && pkg install python 2
Now the python and python2 libraries will be downloaded together. You can write more than ten codes using the above method
โญ
This code is used for instant confirmation when installing the tools some time Termux tool will need and asks you to confirm by typing "y" or reject by typing "n".....typing y leads to instant confirmation, Example: $ pkg install python -y
โญ$
1- If the tool's name ends with .py, the tool needs python, python2, or python3 to run or to get installed,Example: $ python example.py.
If python does not work, try python2 and python3
โญ
In case this method does not work, you can use this code ๐๐พ ./
Example: $ ./example.sh
โญ$
3- If the tool's name ends with .aex, you will need the code .sh or ./ to run the tool or install it
Example: $ sh example.aex Or $ ./install.aex
โญ$
4- If the tool's name ends with .php, it means that the tool needs php library to run or to get installed
Example: $ php example.php
โญ
โโโโฌโฉโโกหโงโฌโงหโโโฉโฌโโ
โข๐๐ต๐ฎ๐ป๐ป๐ฒ๐น: ๐๐พ
https://t.me/WolfHacksTz
โข๐๐ฟ๐ผ๐๐ฝ: ๐๐พ
https://t.me/WolfHacksTz31
โโโโโฌโโกหโงโฌโงหโโโฌโโโโ
โญ$
pwdUsed to know the current open track
โญ$
helpUsed to ask Help that contains all the codes
โญ$
lsShow the files that exist in the tool or the main page this is like dir in CMD
โญ$
cdTo navigate between files and access the tools
Example: cd file
After write ๐๐พ cd now write file name you want to open
โญ$
cd ..This command Used to go back
โญ$ cd + double click on the space bar
It will let you return to the homepage
โญ$
exitTo exit the tools, pages, or the program
โญ$
rm -rfThis command used to delete files.
Example: rm -rf file
After writing๐๐พ rm -rf Now right the name of file you want to delete
โญ $
mvUsed to move files. Example: mv file Wolf
The file called "Wolf" will be Moved to another location
โญ $
cp -rTo copy files. Example: cp -r file Wolf
The file called "Wolf" will be copied
โญ$
ifconfigTo know the device's IP
โญ$
iwconfigTo know the connection details and the wireless devices
โญ$
unzipUsed to decompress filesExample: unzip file.zipThe file to be decompressed (file.zip)
โญ$
mkdirUsed to create a file,Example: mkdir file.The file will be created (file)
โญ$
clearTo clear the program's screen when it is full of codes
โญ
&&To execute two or more commands together with one click instead of executing the commands one by one,
Exmp:$ pkg install python && pkg install python 2
Now the python and python2 libraries will be downloaded together. You can write more than ten codes using the above method
โญ
-yThis code is used for instant confirmation when installing the tools some time Termux tool will need and asks you to confirm by typing "y" or reject by typing "n".....typing y leads to instant confirmation, Example: $ pkg install python -y
โญ$
.Py1- If the tool's name ends with .py, the tool needs python, python2, or python3 to run or to get installed,Example: $ python example.py.
If python does not work, try python2 and python3
โญ
.sh or ./
2- If the tool's name ends with .sh, it means that the tool needs the Bash language to run or to get installed,Example: $ bash example.shIn case this method does not work, you can use this code ๐๐พ ./
Example: $ ./example.sh
โญ$
.aex3- If the tool's name ends with .aex, you will need the code .sh or ./ to run the tool or install it
Example: $ sh example.aex Or $ ./install.aex
โญ$
.php4- If the tool's name ends with .php, it means that the tool needs php library to run or to get installed
Example: $ php example.php
โญ
$
5- The $ sign at the beginning of the line is not part of the command; it indicates that you are in a new line/row. Therefore, do not type it when you execute commandsโโโโฌโฉโโกหโงโฌโงหโโโฉโฌโโ
โข๐๐ต๐ฎ๐ป๐ป๐ฒ๐น: ๐๐พ
https://t.me/WolfHacksTz
โข๐๐ฟ๐ผ๐๐ฝ: ๐๐พ
https://t.me/WolfHacksTz31
โโโโโฌโโกหโงโฌโงหโโโฌโโโโ
Support kwa kubonyeza link na subcirbe kwenye chanelle yeti mpya nahitaji support yenu kila atakae subcirbe DM upate GB1 mitandao yote
๐2
GOOGLE DORKING NI NINI๐ค?
NI aina Ya hacking ambayo hautumii tool yoyote Katika Kufanya Hacking Bali unatumia Google ili kuweza Kufanya Hacking.
Hii ujuzi unatumia na hackers ili kuweza kutafuta taarifa muhimu kutoka katika website.mfano passwords,database file ,logs.
Google Inawezaje Kutoa Taarifa Kama Hizo๐ค?.
Webaite Hutumia Na Kampuni fulani pia Hutumia Kuhifadhi ya Taarifa Nyeti kama database Configuration ,namba za simu,email za wafanya kazi .Hivyo developer wa website anaweza anakosema kuweka Taarifa za siri kuwa Public kwa watu wote ila ukizitafuta kwa Kawaida Hitozipata Ndio Manaa Hutumia Google Dorking.
Mfano Wa Google Dorking :
NI aina Ya hacking ambayo hautumii tool yoyote Katika Kufanya Hacking Bali unatumia Google ili kuweza Kufanya Hacking.
Hii ujuzi unatumia na hackers ili kuweza kutafuta taarifa muhimu kutoka katika website.mfano passwords,database file ,logs.
Google Inawezaje Kutoa Taarifa Kama Hizo๐ค?.
Webaite Hutumia Na Kampuni fulani pia Hutumia Kuhifadhi ya Taarifa Nyeti kama database Configuration ,namba za simu,email za wafanya kazi .Hivyo developer wa website anaweza anakosema kuweka Taarifa za siri kuwa Public kwa watu wote ila ukizitafuta kwa Kawaida Hitozipata Ndio Manaa Hutumia Google Dorking.
Mfano Wa Google Dorking :
intitle:index.of ?sqlintitle:phpMyAdmin AND inurl:/phpmyadmin/index.phpsite: .co.tz inurl index offiletype:sql inurl:wp-content/backup-*๐ฅ2
The owner of this channel has been inactive for the last 17 months. If they remain inactive for the next 10 days, they may lose their account and admin rights in this channel. The contents of the channel will remain accessible for all users.
