viernes, 24 de abril de 2020

PKCE: What Can(Not) Be Protected


This post is about PKCE [RFC7636], a protection mechanism for OAuth and OpenIDConnect designed for public clients to detect the authorization code interception attack.
At the beginning of our research, we wrongly believed that PKCE protects mobile and native apps from the so called „App Impersonation" attacks. Considering our ideas and after a short discussion with the authors of the PKCE specification, we found out that PKCE does not address this issue.
In other words, the protection of PKCE can be bypassed on public clients (mobile and native apps) by using a maliciously acting app.

OAuth Code Flow


In Figure 1, we briefly introduce how the OAuth flow works on mobile apps and show show the reason why we do need PKCE.
In our example the user has two apps installed on the mobile phone: an Honest App and an Evil App. We assume that the Evil App is able to register the same handler as the Honest App and thus intercept messages sent to the Honest App. If you are more interested in this issue, you can find more information here [1].

Figure 1: An example of the "authorization code interception" attack on mobile devices. 

Step 1: A user starts the Honest App and initiates the authentication via OpenID Connect or the authorization via OAuth. Consequentially, the Honest App generates an Auth Request containing the OpenID Connect/OAuth parameters: client_id, state, redirect_uri, scope, authorization_grant, nonce, …. 
Step 2: The Browser is called and the Auth Request is sent to the Authorization Server (usually Facebook, Google, …).
  • The Honest App could use a Web View browser. However, the current specification clearly advice to use the operating system's default browser and avoid the usage of Web Views [2]. In addition, Google does not allow the usage of Web View browser since August 2016 [3].
Step 3: We asume that the user is authenticated and he authorizes the access to the requested resources. As a result, the Auth Response containing the code is sent back to the browser.

Step 4: Now, the browser calls the Honest App registered handler. However, the Evil App is registered on this handler too and receives the code.

Step 5: The Evil App sends the stolen code to the Authorization Server and receives the corresponding access_token in step 6. Now, the Evil App can access the authorized ressources.
  • Optionally, in step 5 the App can authenticate on the Authorization Server via client_id, client_secret. Since, Apps are public clients they do not have any protection mechanisms regarding the storage of this information. Thus, an attacker can easy get this information and add it to the Evil App.

    Proof Key for Code Exchange - PKCE (RFC 7636)

    Now, let's see how PKCE does prevent the attack. The basic idea of PKCE is to bind the Auth Request in Step 1 to the code redemption in Step 5. In other words, only the app generated the Auth Request is able to redeem the generated code.


    Figure 2: PKCE - RFC 7636 

    Step 1: The Auth Request is generated as previosly described. Additionally, two parameters are added:
    • The Honest App generates a random string called code_verifier
    • The Honest App computes the code_challenge=SHA-256(code_verifier)
    • The Honest App specifies the challenge_method=SHA256

    Step 2: The Authorization Server receives the Auth Request and binds the code to the received code_challenge and challenge_method.
    • Later in Step 5, the Authorzation Server expects to receive the code_verifier. By comparing the SHA-256(code_verifier) value with the recieved code_challenge, the Authorization Server verifies that the sender of the Auth Request ist the same as the sender of the code.
    Step 3-4: The code leaks again to the Evil App.

    Step 5: Now, Evil App must send the code_verifier together with the code. Unfortunatelly, the App does not have it and is not able to compute it. Thus, it cannot redeem the code.

     PKCE Bypass via App Impersonation

    Again, PKCE binds the Auth Request to the coderedemption.
    The question rises, if an Evil App can build its own Auth Request with its own code_verifier, code_challenge and challenge_method.The short answer is – yes, it can.

    Figure 3: Bypassing PKCE via the App Impersonation attack
    Step 1: The Evil App generates an Auth Request. The Auth Request contains the client_id and redirect_uri of the Honest App. Thus, the User and the Authorization Server cannot recognize that the Evil App initiates this request. 

    Step 2-4: These steps do not deviate from the previous description in Figure 2.

    Step 5: In Step 5 the Evil App sends the code_verifier used for the computation of the code_challenge. Thus, the stolen code can be successfully redeemed and the Evil App receives the access_token and id_token.

    OAuth 2.0 for Native Apps

    The attack cannot be prevented by PKCE. However, the IETF working group is currently working on a Draft describing recommendations for using OAuth 2.0 for native apps.

    References

    Vladislav Mladenov
    Christian Mainka (@CheariX)

    Related word


    jueves, 23 de abril de 2020

    Facebook Plans To Launch Its Own Cryptocurrency

    Facebook Plans To Launch Its Own Cryptocurrency

    Facebook Plans To Launch Its Own Cryptocurrency

    Facebook Plans To Launch Its Own Cryptocurrency

    The social network giant, Facebook is going through a bad phase with lots of ups and down. The recent scandal with Cambridge Analytica has caused the world's largest social network giant Facebook to change its stance on user privacy and to be more transparent about its use of the data it collects.
    Since then, some social networks based in Blockchain have been popularized, namely Sphere, Steemit, and Howdoo. However, recently, something unusual announcement is announced by the social network giant Facebook itself, in which Facebook stated that it is investing in a Blockchain-based solution development team, but, the purpose of the project is not yet known.
    It was with a post on the Facebook page that David Marcus confirmed his departure from the Messenger team and the creation of a small group dedicated to finding solutions based on the potential of Blockchain technology for Facebook.
    David Marcus has not given much detail on the work he will do with his new group, saying only that they will study Blockchain from scratch so that they can use this revolutionary technology for Facebook.
    "I'm setting up a small group to explore how to leverage Blockchain across Facebook, starting from scratch," stated David Marcus.
    Despite being connected to Facebook's Messenger since 2014, David Marcus is no novice in these financial issues related to money transfers. In addition to having introduced the possibility of P2P payments in Messenger itself, David Marcus was President of PayPal and CEO of Zong, a company dedicated to payments on mobile devices.
    However, his experience in this segment does not allow us to conclude that Facebook will create or support a crypto coin, but, it also doesn't mean that it will launch or support any crypto coin of its own. Blockchain technology has become famous thanks to crypto-coins, especially Bitcoin, but its potential expands dramatically to other areas.
    The potential of Blockchain goes from the crypto-coins to the creation of real ecosystems online, supported by the users of the network. Sharing and storing data is a legacy that Blockchain allows you to explore and maybe the fact that Facebook will use it in your favor.
    The lead post in Messenger was then handed over to Stan Chudnovsky, who now heads one of the most widely used communication services around the world, alongside WhatsApp.
    Rumors also point out that James Everingham and Kevin Weil, both from Instagram, will also join David Marcus in this new onslaught of Facebook to one of today's most acclaimed technologies.

    Continue reading


    The RastaLabs Experience

    Introduction


    It was 20 November, and I was just starting to wonder what I would do during the next month. I had already left my previous job, and the new one would only start in January. Playing with PS4 all month might sound fun for some people, but I knew I would get bored quickly.

    Even though I have some limited red teaming experience, I always felt that I wanted to explore the excitement of getting Domain Admin – again. I got my first DA in ˜2010 using pass-the-hash, but that was a loooong time ago, and things change quickly.
    While reading the backlogs of one of the many Slack rooms, I noticed that certain chat rooms were praising RastaLabs. Looking at the lab description, I felt "this is it, this is exactly what I need." How hard could it be, I have a whole month ahead of me, surely I will finish it before Christmas. Boy, was I wrong.



    The one-time fee of starting the lab is 90 GBP which includes the first month, then every additional month costs 20 GBP. I felt like I was stealing money from Rastamouse and Hackthebox... How can it be so cheap? Sometimes cheap indicates low quality, but not in this case.



    My experience


    Regarding my previous experience, I already took OSCP, OSCE, SLAE (Securitytube Linux Assembly Expert), and PSP (Powershell for Pentesters), all of which helped me a lot during the lab. I also had some limited red teaming experience. I had more-than-average experience with AV evasion, and I already had experience with the new post-exploit frameworks like Covenant and Powershell Empire. As for writing exploits, I knew how a buffer overflow or a format string attack worked, but I lacked practice in bypassing ASLR and NX. I basically had zero experience with Mimikatz on Windows 10. I used Mimikatz back in 2012, but probably not since. I also had a lot of knowledge on how to do X and Y, on useful tools and hot techniques, but I lacked recent experience with them. Finally, I am usually the last when it comes to speed in hacking, but I have always balanced my lack of speed with perseverance.

    RastaLabs starts in 3,2,1 ...


    So I paid the initial entry fee, got the VPN connection pack, connected to the lab, and got my first flag after ... 4 days. And there were 17 of them in total. This was the first time I started to worry. I did everything to keep myself on the wrong track, stupid things like assuming incorrect lab network addresses, scanning too few machines, finding the incorrect breadcrumbs via OSINT, trying to exploit a patched web service (as most OSCPers would do), etc. I was also continually struggling with the tools I was using, as I never knew whether they were buggy, or I was misusing them, or this is just not the way to get the flag. I am sure someone with luck and experience could have done this stage in 2-3 hours, but hey, I was there to gain experience.

    During the lab, whenever I got stuck with the same problem for more than 30-40 hours and my frustration was running high, I pinged Rastamouse on the official RastaLabs support channel on https://mm.netsecfocus.com/. I usually approached him like "Hi, I tried X, Y, and Z but no luck", then he replied "yeah, try Y harder". This kind of information was usually all I needed, and 2-3 hours later I was back on track again. His help was always enough, but never too much to spoil the fun. The availability and professionalism of Rastamouse was 10/10. Huge multi-billion dollar companies fail to provide good enough support, this one guy here was always there to help. Amazing. I highly recommend joining the Mattermost channel – it will help you a lot to see that you are not the only one stuck with problems. But please do not DM him or the channel if you have not already tried harder.

    What's really lovely in the lab is that you can expect real-world scenarios with "RastaLabs employees" working on their computer, reading emails, browsing the web, etc. I believe it is not a spoiler here that at some point in time you have to deliver malware that evades the MS Defender AV on the machine. Yes, there is a real working Defender on the machines, and although it is a bit out of date, it might catch your default payload very quickly. As I previously mentioned, luckily I had recent experience with AV evasion, so this part was not new to me. I highly recommend setting up your own Win10 with the latest Defender updates and testing your payload on it first. If it works there, it will work in the lab. This part can be especially frustrating, because the only feedback you get from the lab is that nothing is happening, and there is no way to debug it. Test your solution locally first.

    Powershell Empire turned out to be an excellent solution for me, the only functionality it lacked was Port Forwarding. But you can drop other tools to do this job efficiently.

    A little help: even if you manage to deliver your payload and you have a working C&C, it does not mean your task with AV evasion is over. It is highly probable that Defender will block your post-exploit codes. To bypass this, read all the blog posts from Rastamouse about AMSI bypass. This is important.

    Lateral movement


    When you finally get your first shell back ...



    A whole new world starts. From now on, you will spend significant time on password cracking, lateral movement, persistence, and figuring out how Windows AD works.
    In the past, I played a lot of CTF, and from time to time I got the feeling "yeah, even though this challenge was fun, it was not realistic". This never happened during RastaLabs. All the challenges and solutions were 100% realistic, and as the "Ars poetica" of RastaLabs states:



    ...which is sooooo true. None of the tasks involve any exploit of any CVE. You need a different mindset for this lab. You need to think about misconfigurations, crackable passwords, privilege abuse, and similar issues. But I believe this lab is still harder to own than 90% of the organizations out there. The only help is that there are no blue-teamers killing our shells.

    About the architecture of the lab: When connecting to the lab with VPN, you basically found yourself in a network you might label as "Internet", with your target network being behind a firewall, just as a proper corporate network should be.
    There are a bunch of workstations – Win10 only, and some servers like fileserver, exchange, DC, SQL server, etc. The majority of servers are Windows Server 2016, and there is one Linux server. The two sites are adequately separated and firewalled.

    As time passed, I was getting more and more flags, and I started to feel the power. Then the rollercoaster experience started. I was useless, I knew nothing. Getting the flag, I was god. One hour later, I was useless.



    For example, I spent a significant amount of time trying to get GUI access to the workstations. In the end, I managed to get that, just to find out I did not achieve anything with it. For unknown reasons, none of the frameworks I tried had a working VNC, so I set up my own, and it was pain.

    On December 18, I finally got Domain Admin privileges. So my estimation to "finish the lab" in one month was not that far off. Except that I was far from finishing it, as I still had to find five other flags I was missing. You might ask "you already have DA, how hard could it be to find the remaining five?". Spoiler alert, it was hard. Or to be more precise, not hard, just challenging, and time-consuming. This was also a time when connections on Mattermost RastaLabs channel helped me a lot. Hints like "flag X is on machine Y" helped me keep motivated, yet it did not spoil the fun. Without hints like this, I would not have written this post but would have been stuck with multiple flags.

    About exploitation


    And there was the infamous challenge, "ROP the night away." This was totally different from the other 16. I believe this image explains it all:


    If you are not friends with GDB, well, you will have a hard time. If you don't have lots of hands-on experience with NX bypass - a.k.a ROP - like me, you will have a hard time with this challenge. The binary exploit challenges during OSCP and OSCE exams are nowhere near as complex as this one. If you have OSEE, you will be fine. For this challenge, I used GDB-Peda and Python pwntools – check them out in case you are not familiar with them. For me, solving this challenge took about 40 hours. Experienced CTF people could probably solve it in 4 hours or less.

    Conclusion


    I would not recommend taking this lab for total beginners *. I also do not recommend doing the lab if you only have limited time per day, which is especially true if you are working on your home computer. I probably would have saved hours or even days if I had set up a dedicated server in the cloud for this lab. The issue was that the lab workstations were rebooted every day, which meant that I always lost my shells. "Persistence FTW", you might say, but if your C&C is down when the workstation reboots, you are screwed. "Scheduled tasks FTW", you might say, but unless you have a strict schedule on when you start your computer, you will end up with a bunch of scheduled tasks just to get back the shell whenever you start your computer. Day after day I spent the first hour getting back to where I had been the day before. And I just figured out at the end of the lab why some of my scheduled tasks were not working ...

    I would be really interested to see how much time I spent connected to the lab. Probably it was around 200–250 hours in total, which I believe is more than I spent on OSCP and OSCE combined. But it was totally worth it. I really feel the power now that I learned so many useful things.

    But if you consider that the price of the one-month lab is 20 GBP, it is still a very cheap option to practice your skills. 
    * It is totally OK to do the lab in 6 months, in case you start as a beginner. That is still just 190 GBP for the months of lab access, and you will gain a lot of experience during this time. You will probably have a hard time reaching the point when you have a working shell, but it is OK. You can find every information on Google, you just need time, patience and willingness to get there.

    Anyway, it is still an option not to aim to "get all the flags". Even just by getting the first two flags, you will gain significant experience in "getting a foothold". But for me, not getting all the flags was never an option.



    If you are still unconvinced, check these other blog posts:

    Or see what others wrote about RastaLabs.


    Footnote


    In case you start the lab, please, pretty please, follow the rules, and do not spoil the fun for others. Do not leave your tools around, do not keep shared drives open, do not leave FLAGs around. Leave the machine as it was. If you have to upload a file, put it in a folder others won't easily find. This is a necessary mindset when it comes to real-world red teaming. Don't forget to drop a party parrot into the chat whenever you or someone else gets a new flag. And don't forget:
    OSCP has no power here. Cry harder!

    I will probably keep my subscription to the lab and try new things, new post-exploit frameworks. I would like to thank @_rastamouse for this great experience, @superkojiman for the ROP challenge. Hackthebox for hosting the lab with excellent uptime.
    As for @gentilkiwi and @harmj0y, these two guys probably advanced red-teaming more than everyone else combined together. pwntools from @gallopsled was also really helpful. And I will be forever grateful to Bradley from finance for his continuous support whenever I lost my shells.

    Related links


    miércoles, 22 de abril de 2020

    $$$ Bug Bounty $$$

    What is Bug Bounty ?



    A bug bounty program, also called a vulnerability rewards program (VRP), is a crowdsourcing initiative that rewards individuals for discovering and reporting software bugs. Bug bounty programs are often initiated to supplement internal code audits and penetration tests as part of an organization's vulnerability management strategy.




    Many software vendors and websites run bug bounty programs, paying out cash rewards to software security researchers and white hat hackers who report software vulnerabilities that have the potential to be exploited. Bug reports must document enough information for for the organization offering the bounty to be able to reproduce the vulnerability. Typically, payment amounts are commensurate with the size of the organization, the difficulty in hacking the system and how much impact on users a bug might have.


    Mozilla paid out a $3,000 flat rate bounty for bugs that fit its criteria, while Facebook has given out as much as $20,000 for a single bug report. Google paid Chrome operating system bug reporters a combined $700,000 in 2012 and Microsoft paid UK researcher James Forshaw $100,000 for an attack vulnerability in Windows 8.1.  In 2016, Apple announced rewards that max out at $200,000 for a flaw in the iOS secure boot firmware components and up to $50,000 for execution of arbitrary code with kernel privileges or unauthorized iCloud access.


    While the use of ethical hackers to find bugs can be very effective, such programs can also be controversial. To limit potential risk, some organizations are offering closed bug bounty programs that require an invitation. Apple, for example, has limited bug bounty participation to few dozen researchers.

    Continue reading


    The Live HTML Editor



    The Live HTML Editor program lets you write your HTML pages while viewing dynamically what changes are happening to your HTML page. The main purpose of this tool is to help HTML learners learn HTML quickly and easily while keeping an eye on what they are doing with their HTML page. It also helps developers in writing quick HTML lines to see how it will affect their HTML page.

    This program can also help you visualize your inline and embedded CSS styles on fly. You can apply CSS styles and see them dynamically change the look and feel of your HTML page. Developers can test different inline and embedded CSS styles to make sure what will look good on their website.

    Some of the features of this program are:
    •          Live HTML preview of whatever HTML you type.
    •          Supports HTML Syntax Highlighting.
    •          Supports opening an HTML file and Live Preview editing of that file.
    •          Supports Saving files.
    •          Support for inline and embedded CSS.

    However this program does not support Javascript and it also doesn't support separate CSS files. This program is still in development phase and we might see support for Javascript and separate CSS files in the future.

    If you are a student and want to learn HTML without having to install a bulky software that takes a lot of time to open and function, then this is a good option.

    The Live HTML Editor is Free and Opensource project and has been written in Python with QT interface you can check out source from sourceforge.

    Related news


    lunes, 20 de abril de 2020

    Nubico: Una Startup En España Para Leer Muchos Comics, Libros Y Revistas

    Desde que comenzó este periodo de confinamiento, todos los días hablo con mi mamá. Hablo con ella para contarle mi día, mis aventuras y desventuras, y contarle cómo estoy. Después, hablamos de cómo se encuentra, de qué ha hecho, de si ha hecho ejercicio o no en casa - que si no vamos a salir todos del confinamiento rodando - y de entretenimiento. En esta parte, en la que tiene que ver con ocio hablamos de muchas cosas, pero principalmente, películas, series y libros.

    Figura 1: Nubico: Una startup en España para leer muchos comics, libros y revistas

    Como tiene Movistar+  - como ya os habréis imaginado y supuesto - comentamos las películas y las series que a ella le pueden gustar. Le encantó Arde Madrid porque le recuerda a una época que ella vivió, en una ciudad que ella pisoteó y la serie de Hierro con esa trama en la isla de Canarias. Le gustó mucho "Mientras dure la guerra" de Alejandro Amenabar y "Quién a hierro mata" que protagoniza Luis Tosar

    Además, hablamos de que pronto llegará "El Crack Cero" de mi querido José Luis Garci que como yo fui al estreno, le cuento que es muy buena y ya está esperando que la pongamos en catálogo. Durante el tiempo que le duró la serie de "La voz más alta" me la contaba diariamente, pero nos divertimos mucho comentando las aventuras de "El Joven Sheldon", que nos gusta mucho a los dos.

    Figura 3: Libros de Eduardo Mendoza en el catálogo de Nubico Premium

    Después hablamos de libros, ya que cuando comenzó todo este periodo vacié mis estanterías con algunos libros y le llevé una caja con libros de Carlos Ruíz Zafón, Arturo Pérez Reverte, Matilde Asensi, Juan Gómez Jurado, Julia Navarro o Eduardo Mendoza. Y me los comenta, me recomienda, me pregunta por mis libros de Star Wars, etcétera.
    Son conversaciones para llenar media hora en la que hablamos de cosas para distraernos un poco de esa situación tan excepcional que estamos viviendo. Y que nos sirve para mantener una relación más cercana a pesar de no poder abrazarnos y recibir los achuchones de mi mami que tanto me gustan.

    Como mi madre, (la mía mamma!!) tiene mucho tiempo libre ahora, pues lee a mucha velocidad, y estaba repasando en mi estantería qué libros le podía llevar, o si podía comprarle alguno cuando me he acordado de una Startup con la que recordaba que habíamos hecho algo entre Telefónica y el Grupo Planeta: Nubico.

    Figura 6: Con una suscripción tienes 60.000 libros en el catálogo gratis

    Y cuál ha sido mi sorpresa al ver que tienen una suscripción a un catálogo ya de 60.000 libros. Nada más y nada menos. Yo los conocí tiempo atrás, cuando yo estaba comenzando con Talentum en Telefónica allá por el año 2012, y la verdad es que su catálogo entonces era mucho más reducido.

    Figura 7: Libros de Juan Gómez Jurado en suscripción

    Entre los libros que hay en la suscripción Premium a Nubico hay un catálogo más que inmenso para mantener a mi madre entretenida leyendo durante mucho tiempo, con libros para que mi madre pueda tener en su mano un catalogo mayor que el de la mayoría de las bibliotecas públicas. 
    Además, también tiene más de 80 revistas que salen semanalmente - como El Jueves - o mensualmente como Muy Interesante, Computer Hoy, Motociclismo, Mi Casa, etcétera. Yo no soy muy de revistas, la verdad, pero a mí mamá si que le gusta repasarlas. Y vale, yo no desperdicio la ocasión de echarle un ojo a un Jueves (tengo más de mil guardados).
    Lo mejor es que para ella, el coste de la suscripción Premium a todo ese catálogo de Nubico es de 6,88 € al mes por que por ser cliente de Movistar tiene un mes extra gratis. Pero si no, son 7,45 € al mes. Así que nada, problema resuelto con los libros. A partir de hora mi mamá se pasa al tablet para leer. Se lo voy a preparar todo, que con la instalación de las apps y la configuración de las cuentas siempre se me lía un poco.

    Figura 10: Cómics de Batman en la suscripción. No veo a mi madre con Batman.

    A mí, personalmente, leer en digital me gusta, pero reconozco que tengo un puntito de coleccionista. Ya sabéis, de los que disfruta viendo sus "presas" en la estantería, sobre todo los que son colecciones como mis libros de Star Wars, o mis cómics ordenados por números. Pero no es para todo el mundo esto de acumular, y no todos los libros son igual de importantes para cada uno.


    Pero para la lectura de libros de actualidad, para las revistas que acaban muchas veces en la basura, perdidas o arrugaditas, o poder equivocarte al elegir un libro para leer,  sin pensar para nada en la parte coleccionista, las bibliotecas digitales son un servicio que permite acceder a una cantidad  ingente de cultura a un precio muy asequible.

    Figura 12: Gratis 15 días - ideal para estas próximas dos semanas -

    En la web de Nubico, si no eres cliente de Movistar, también tenéis un periodo de prueba gratis de 15 días, por lo que en este periodo de confinamiento es una oportunidad genial para que lo pruebes, y veas algunas de las revistas o libros que tiene en el catálogo. Que merece la pena. Tienes hasta Cómics de Batman, que para estos días puede ser una buena ocasión.

    Saludos Malignos!

    Autor: Chema Alonso (Contactar con Chema Alonso)



    Related news
    1. Growth Hacker Tools
    2. Top Pentest Tools
    3. Pentest Tools Website
    4. How To Install Pentest Tools In Ubuntu
    5. Physical Pentest Tools
    6. New Hacker Tools
    7. Usb Pentest Tools
    8. Pentest Automation Tools
    9. Hacker Tools Mac
    10. Hack App
    11. Hacker Tools For Ios
    12. Nsa Hack Tools Download
    13. Best Hacking Tools 2019
    14. Hacking Tools And Software
    15. Pentest Tools Kali Linux
    16. Hacker Tools Free Download
    17. Hacker Tools For Ios

    Webkiller Tool | Information Gathering | Github

    Related articles
    1. Termux Hacking Tools 2019
    2. Hacker Tools List
    3. Hacker Techniques Tools And Incident Handling
    4. Hacker Hardware Tools
    5. Nsa Hack Tools
    6. Underground Hacker Sites
    7. Hacking Tools Windows 10
    8. Hack Tools Pc
    9. How To Hack
    10. Hacker Security Tools
    11. Hacking Tools Free Download
    12. Pentest Tools List
    13. Hacker Tools
    14. Hacker Tools For Pc
    15. Best Pentesting Tools 2018
    16. Hacking Tools Name
    17. Top Pentest Tools
    18. How To Hack
    19. Hack Tools 2019