Skip to main content

# BurpSuite


Burp Suite is Basically used for the Penetration Testing of the Web Modules.

"
Burp or Burp Suite is a graphical tool for testing Web application security. The tool is written in Java and developed by PortSwigger Security.

Burp Decoder - Free Edition
The tool has two versions: a free version that can be downloaded free of charge (Free Edition) and a full version that can be purchased after a trial period (Professional Edition). The free version has significantly reduced functionality. It was developed to provide a comprehensive solution for web application security checks. In addition to basic functionality, such as proxy server, scanner and intruder, the tool also contains more advanced options such as a spider, a repeater, a decoder, a comparer, an extender and a sequencer.

Source :Wikipedia
"


Comments

Popular posts from this blog

Try #Sublist3r a tool specifically designed for the #enumeration of domain listing

About Sublist3r Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu, and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster, and ReverseDNS. subbrute   was integrated with Sublist3r to increase the possibility of finding more subdomains using bruteforce with an improved wordlist. The credit goes to TheRook who is the author of subbrute. Download here: https://github.com/aboul3la/Sublist3r

#bogon ip #IPV4 - Matter of research

Bogon filtering  is the practice of filtering  bogons,  which are bogus (fake)  IP addresses  of a  computer network . Bogons include  IP   packets  on the public  Internet  that contain addresses that are not in any range allocated or delegated by the  Internet Assigned Numbers Authority  (IANA) or a delegated  regional Internet registry  (RIR) and allowed for public internet use. The areas of unallocated address space are called the  bogon space . Bogons also include reserved private address [1]  and  link-local address  ranges, such as those in  10.0.0.0/8 ,  172.16.0.0/12 ,  192.168.0.0/16 , and  169.254.0.0/16 , which are reserved for  private networks , [1]  sometimes also known as  Martian packets . May be you are not aware about how many bogon ip exist : which can be 20.4% ( 875,310,464/4billion ips) Source Wikipedia: other links ht...