Pat's Crochet Palace 1

My Palace on the web to give my opinions on what ever is on my mind, share my love for crochet and hopefully communicate with like minded people or any one for that matter.

Monday, August 31, 2020

WiFiJammer: Amazing Wi-Fi Tool


The name sounds exciting but really does it jam WiFi networks? Yes, it is able to do the thing which it's name suggests. So today I'm going to show you how to annoy your friend by cutting him/her short of the WiFi service.

Requirements:


  1. A computer/laptop with WiFi capable of monitoring (monitor mode).
  2. A Linux OS (I'm using Arch Linux with BlackArch Repos)
  3. And the most obvious thing wifijammer (If you're having BlackArch then you already have it).


How does it work? You maybe thinking!, it's quite simple it sends the deauth packets from the client to the AP (Access Point) after spoofing its (client's) mac-address which makes AP think that it's the connected client who wants to disconnect and Voila!

Well to jam all WiFi networks in your range its quite easy just type:

sudo wifijammer



but wait a minute this may not be a good idea. You may jam all the networks around you, is it really what you want to do? I don't think so and I guess it's illegal.

We just want to play a prank on our friend isn't it? So we want to attack just his/her AP. To do that just type:

sudo wifijammer -a <<AP-MAC-ADDRESS>>

here -a flag specifies that we want to jam a particular AP and after it we must provide the MAC-ADDRESS of that particular AP that we want to jam.
Now how in the world am I going to know what is the MAC-ADDRESS of my friend's AP without disturbing the other people around me?
It's easy just use the Hackers all time favorite tool airodump-ng. Type in the following commands:

sudo airmon-ng

sudo airodump-ng

airmon-ng will put your device in monitor mode and airodump-ng will list all the wifi networks around you with their BSSID, MAC-ADDRESS, and CHANNELS. Now look for your friend's BSSID and grab his/her MAC-ADDRESS and plug that in the above mentioned command. Wooohooo! now you are jamming just your friend's wifi network.

Maybe that's not what you want, maybe you want to jam all the people on a particular channel well wifijammer can help you even with that just type:

sudo wifijammer -c <<CHANNEL-NUMBER>>

with -c we specify to wifijammer that we only want to deauth clients on a specified channel. Again you can see with airodump-ng who is on which channel.

wifijammer has got many other flags you can check out all flags using this command that you always knew:

sudo wifijammer -h



Hope you enjoyed it, good bye and have fun :)
More info
  1. New Hack Tools
  2. Hacking Tools 2020
  3. Hacker Tools
  4. Hacking Tools Windows 10
  5. Hacker Tools Free
  6. Pentest Tools Free
  7. Pentest Tools Url Fuzzer
  8. Hacker Techniques Tools And Incident Handling
  9. Underground Hacker Sites
  10. Pentest Tools Apk
  11. Pentest Tools Windows
  12. Hacker Security Tools
  13. Nsa Hacker Tools
  14. Hack Apps
  15. Android Hack Tools Github
  16. Hacker Tools For Ios
  17. Pentest Tools For Ubuntu
  18. New Hacker Tools
  19. Hacker Tools For Windows
  20. Hack Tools Online
  21. Hacker Tool Kit
  22. Hacking Tools For Pc
  23. Hack Tools Mac
  24. Pentest Tools Free
  25. Pentest Tools Nmap
  26. Hacking Tools Name
  27. Hacking Tools For Windows Free Download
  28. Hacking Tools Online
  29. Pentest Tools Github
  30. Hacking Tools Usb
  31. Kik Hack Tools
  32. Pentest Tools Windows
  33. Nsa Hack Tools
  34. Hacker Techniques Tools And Incident Handling
  35. Pentest Tools Bluekeep
  36. New Hack Tools
  37. Hacking Tools And Software
  38. Hacking Tools Kit
  39. Usb Pentest Tools
  40. Hack Rom Tools
  41. Physical Pentest Tools
  42. Hacker Tools Windows
  43. Pentest Tools Find Subdomains
  44. Pentest Tools List
  45. Pentest Tools Website
  46. Hack Tools Pc
  47. Pentest Automation Tools
  48. Tools For Hacker
  49. Hacking Tools
  50. Nsa Hacker Tools
  51. Hacking Tools Kit
  52. Pentest Reporting Tools
  53. Hack And Tools
  54. Pentest Tools Alternative
  55. Hacking Tools Download
  56. Hacking Tools For Pc
  57. Hack Tools
  58. Hackrf Tools
  59. Hacking Tools Pc
  60. Hacking Tools Mac
  61. Physical Pentest Tools
  62. Hack Tools
  63. Physical Pentest Tools
  64. Hack Tools For Windows
  65. Hacking Tools Windows
  66. Pentest Tools For Ubuntu
  67. Hacking Tools Software
  68. Pentest Tools Port Scanner
  69. Hack Tools Mac
  70. Easy Hack Tools
  71. Pentest Tools Url Fuzzer
  72. Pentest Tools Port Scanner
  73. Hack Rom Tools
  74. What Are Hacking Tools
  75. Pentest Tools Free
  76. Hacking Tools Windows 10
  77. Hacking Tools Free Download
  78. Pentest Tools Windows
  79. World No 1 Hacker Software
  80. Hacking Tools Software
  81. Hacker Tools Github
  82. Computer Hacker
  83. Pentest Tools For Windows
  84. Pentest Tools For Ubuntu
  85. Hacker Tools
  86. Pentest Tools Download
  87. How To Install Pentest Tools In Ubuntu
  88. Nsa Hack Tools Download
  89. Pentest Tools Apk
  90. Hack Tool Apk No Root
  91. Top Pentest Tools
  92. Pentest Tools For Ubuntu
  93. Hacking Tools For Games
  94. Hacking Tools For Beginners
  95. Pentest Tools Kali Linux
  96. Hack Tool Apk No Root
  97. Nsa Hacker Tools
  98. Github Hacking Tools
  99. Hacker Tools For Windows
  100. Hacking Tools Windows
  101. Hacker Tools Mac
  102. Hack Tools For Mac
  103. Pentest Tools For Mac
  104. Hacker Tools Software
  105. Hacking Tools For Mac
  106. Hacking Tools For Kali Linux
  107. New Hacker Tools
  108. Tools 4 Hack
  109. Hacking Tools
  110. Usb Pentest Tools
  111. Pentest Tools Android
  112. World No 1 Hacker Software
  113. Hacking Tools Software

Sunday, August 30, 2020

BurpSuite Introduction & Installation



What is BurpSuite?
Burp Suite is a Java based Web Penetration Testing framework. It has become an industry standard suite of tools used by information security professionals. Burp Suite helps you identify vulnerabilities and verify attack vectors that are affecting web applications. Because of its popularity and breadth as well as depth of features, we have created this useful page as a collection of Burp Suite knowledge and information.

In its simplest form, Burp Suite can be classified as an Interception Proxy. While browsing their target application, a penetration tester can configure their internet browser to route traffic through the Burp Suite proxy server. Burp Suite then acts as a (sort of) Man In The Middle by capturing and analyzing each request to and from the target web application so that they can be analyzed.











Everyone has their favorite security tools, but when it comes to mobile and web applications I've always found myself looking BurpSuite . It always seems to have everything I need and for folks just getting started with web application testing it can be a challenge putting all of the pieces together. I'm just going to go through the installation to paint a good picture of how to get it up quickly.

BurpSuite is freely available with everything you need to get started and when you're ready to cut the leash, the professional version has some handy tools that can make the whole process a little bit easier. I'll also go through how to install FoxyProxy which makes it much easier to change your proxy setup, but we'll get into that a little later.

Requirements and assumptions:

Mozilla Firefox 3.1 or Later Knowledge of Firefox Add-ons and installation The Java Runtime Environment installed

Download BurpSuite from http://portswigger.net/burp/download.htmland make a note of where you save it.

on for Firefox from   https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/


If this is your first time running the JAR file, it may take a minute or two to load, so be patient and wait.


Video for setup and installation.




You need to install compatible version of java , So that you can run BurpSuite.

More information


CEH: 10 Hacking Tools For Hackers


There are a lot of hacking tools available over the internet but mostly we need some of them. In this blog you'll learn about hacking tools which are typically used in the world of hacking by penetration testers.

SmartWhois

SmartWhois is an information-gathering program that allows you to find all available information about an IP address, hostname, or domain, including country, state or province, city, name of the network provider, administrator, and technical support contact information. SmartWhois is a graphical version of the basic Whois program.

SocksChain

SocksChain is a tool that gives a hacker the ability to attack through a chain of proxy servers. The main purpose of doing this is to hide the hacker's real IP address and therefore minimize the chance of detection. When a hacker works through several proxy servers in series, it's much harder to locate the hacker. Tracking the attacker's IP address through the logs of several proxy servers is complex and tedious work. If one of the proxy servers' log files is lost or incomplete, the chain is broken, and the hacker's IP address remains anonymous.

NeoTrace, VisualRoute, and VisualLookout

NeoTrace, VisualRoute, and VisualLookout are all packet-tracking tools with a GUI or visual interface. They plot the path the packets travel on a map and can visually identify the locations of routers and other internet working devices. These tools operate similarly to traceroute and perform the same information gathering; however, they provide a visual representation of the results.

Visualware's eMailTrackerPro

Visualware's eMailTrackerPro ( www.emailtrackerpro.com/ ) and MailTracking ( http://mailtracking.com/ ) are tools that allow an ethical hacker to track email messages. When you use these tools to send an email, forward an email, reply to an email, or modify an email, the resulting actions and tracks of the original email are logged. The sender is notified of all actions performed on the tracked email by an automatically generated email.

IPEye

IPEye is a TCP port scanner that can do SYN, FIN, Null, and XMAS scans. It's a command line tool.
IPEye probes the ports on a target system and responds with closed, reject, drop, or open. Closed means there is a computer on the other end, but it doesn't listen at the port. Reject means a firewall is rejecting the connection to the port (sending a reset back). Drop means a firewall is dropping everything to the port, or there is no computer on the other end. Open means some kind of service is listening at the port. These responses help a hacker identify what type of system is responding.

IPSecScan

IPSecScan is a tool that can scan either a single IP address or a range of addresses looking for systems that are IPSec enabled that means the system has IPSec enabled while disabled means that it either has IPSec disabled, the compatibility issue or the configuration issue that not reveal to you that it has IPSec enabled. Indeterminable means that the scanner isn't sure if IPSec is enabled or disabled.

Icmpenum

Icmpenum uses not only ICMP Echo packets to probe networks, but also ICMP Timestamp and ICMP Information packets. Furthermore, it supports spoofing and sniffing for reply packets. Icmpenum is great for scanning networks when the firewall blocks ICMP Echo packets but fails to block Timestamp or Information packets.

SNMP Scanner

SNMP Scanner allows you to scan a range or list of hosts performing ping, DNS, and Simple Network Management Protocol (SNMP) queries. This tool helps you to find out the current information about the device of SNMP nodes in the given network.

hping2 tool

The hping2 tool is notable because it contains a host of other features besides OS fingerprinting such as TCP, User Datagram Protocol (UDP), ICMP, and raw-IP ping protocols, traceroute mode, and the ability to send files between the source and target system.

THC-Scan, PhoneSweep, and TeleSweep

THC-Scan, PhoneSweep, and TeleSweep are tools that identify phone numbers and can dial a target to make a connection with a computer modem. These tools generally work by using a predetermined list of common usernames and passwords in an attempt to gain access to the system. Most remote-access dial-in connections aren't secured with a password or use very rudimentary security.Continue reading

DOWNLOAD XSSTRIKE – ADVANCED XSS EXPLOITATION SUITE

XSSTRIKE – ADVANCED XSS EXPLOITATION SUITE

XSStrike is really advanced XSS exploitation and detection suite, which contains a very powerful XSS fuzzer and provides no false positive results using fuzzy matching. XSStrike is the first XSS scanner that generates its own payloads. Download xsstrike and test it out.
It also has built in an artificial intelligent enough to detect and break out of various contexts.

FEATURES:

  • Powerful Fuzzing Engine
  • Context Breaking Intelligence
  • AI Payload Generation
  • GET & POST Methods Support
  • Cookie Support
  • WAF Fingerprinting
  • Handcrafted Payloads to Filter and WAF Evasion
  • Hidden Parameter Discovery
  • Accurate Results

DOWNLOAD XSSTRIKE – ADVANCED XSS EXPLOITATION SUITE

Click here to download xsstrike.

More info


  1. Hacking Tools For Windows Free Download
  2. Hacking Tools For Games
  3. Hack Website Online Tool
  4. Hacker Tool Kit
  5. Hacker Tools Linux
  6. Hacking Tools 2019
  7. Pentest Tools Free
  8. Hacking Tools Hardware
  9. Hacker Tools 2020
  10. Best Hacking Tools 2019
  11. Pentest Tools For Windows
  12. Hak5 Tools
  13. Hacker Tools For Windows
  14. Hacker Tools Apk
  15. Hacker Tools Free Download
  16. Nsa Hacker Tools
  17. Hacker Tools For Mac
  18. Hacker Tools Github
  19. Best Hacking Tools 2019
  20. How To Hack
  21. Pentest Tools Alternative
  22. Hacking Tools For Windows 7
  23. Pentest Box Tools Download
  24. Best Hacking Tools 2019
  25. Pentest Tools For Android
  26. Hack Tool Apk No Root
  27. Tools 4 Hack
  28. Hacker
  29. Hack Tools For Ubuntu
  30. Hack And Tools
  31. How To Make Hacking Tools
  32. Pentest Tools Github
  33. Hacker Tools For Windows
  34. Pentest Recon Tools
  35. Hacker
  36. Hacker
  37. How To Install Pentest Tools In Ubuntu
  38. Pentest Tools Port Scanner
  39. Hack Tools For Mac
  40. Hacker Tool Kit
  41. Pentest Tools
  42. Hacking Tools Github
  43. Pentest Tools List
  44. Ethical Hacker Tools
  45. Computer Hacker
  46. Hacking Tools 2019
  47. Nsa Hack Tools Download
  48. How To Make Hacking Tools
  49. Hacker Tools Free
  50. Hack Tools
  51. Hacking Tools Usb
  52. Hacking App
  53. Free Pentest Tools For Windows
  54. Pentest Automation Tools
  55. Hacker Hardware Tools
  56. Pentest Tools For Mac
  57. Hacker Tools For Ios
  58. Pentest Tools Download
  59. Pentest Tools For Mac
  60. New Hack Tools
  61. Hacking Tools Software
  62. Hacker Tools For Mac
  63. Hacking Tools Name
  64. Hacker Tools For Mac
  65. Hacker Tool Kit
  66. Pentest Tools Website
  67. Pentest Tools Subdomain
  68. What Are Hacking Tools
  69. Hack Website Online Tool
  70. How To Make Hacking Tools
  71. Github Hacking Tools
  72. Pentest Tools Free
  73. Pentest Reporting Tools
  74. Hak5 Tools
  75. Hack Tools
  76. Hack Tools For Pc
  77. Hacking Tools 2020
  78. Best Hacking Tools 2019
  79. Hacker Tools 2020
  80. Hack And Tools
  81. Hacker Techniques Tools And Incident Handling
  82. Computer Hacker
  83. Hack Tools Online
  84. Free Pentest Tools For Windows
  85. Pentest Tools List
  86. Ethical Hacker Tools
  87. Hacking Tools 2020
  88. Pentest Tools Find Subdomains
  89. Hack And Tools
  90. Black Hat Hacker Tools
  91. Hack Tools Pc
  92. Hacker Tools Apk Download
  93. Hack Tool Apk
  94. Hacker Tools For Mac
  95. Hacking Tools 2019
  96. Hacks And Tools
  97. Pentest Tools Bluekeep
  98. Hack Tools For Windows
  99. Black Hat Hacker Tools
  100. Hacks And Tools
  101. Hacking Tools Free Download
  102. Hacking Tools Pc
  103. Hacker Tools Apk
  104. Pentest Tools For Android
  105. Android Hack Tools Github
  106. Pentest Tools Nmap
  107. Best Hacking Tools 2019
  108. Computer Hacker