Browsing tag

Automation

Ispy – Eternalblue / Bluekeep Scanner And Exploiter

  ispy : Eternalblue(ms17-010)/Bluekeep(CVE-2019-0708) Scanner and exploiter ( Metasploit automation ) How to install : git clone https://github.com/Cyb0r9/ispy.git cd ispy chmod +x setup.sh ./setup.sh Screenshots :       Tested On : Parrot OS Kali linux Tutorial ( How to use ispy ) info GitHub profile : https://github.com/Cyb0r9 YouTbue channel: https://youtube.com/c/Cyborg_TN Ask Fm (ask me): […]

BFuzz – Fuzzing Browsers (Chrome & Firefox)

BFuzz is an input based fuzzer tool which take .html as an input, open’s up your browser with a new instance and pass multiple testcases generated by domato which is present in recurve folder of BFuzz, more over BFuzz is an automation which performs same task repeatedly. Run BFuzz [email protected]:~/BFuzz$ ./generate.sh [email protected]:~/BFuzz$ python BFuzz.py Enter […]

Metateta – Automated Tool For Scanning And Exploiting Network Protocols Using Metasploit

Metateta Automated Tool For Scanning And Exploiting Network Protocols Using Metasploit For faster pen testing for large networks What You Can Do Scanning with all metasploit modules for specific network Protocol like smb,smtp,snmp Run all Auxiliary modules against specific network Protocol Run all Possible Metasploit Exploits for specific network Protocol That’s is not recommended for […]

Google’s Learning Software Learns To Write Learning Software

Google lists just over 1,300 people on its research website, not all of whom specialize in AI. It has many thousands more software engineers. Google parent Alphabet has 27,169 employees engaged in research and development, according to its most recent annual financial filing. Google declined to make anyone available to discuss AutoML. Researchers outside the […]

“The Future Of Coding Is No Coding At All” — Did GitHub CEO Predict Traditional Programming’s Death?

GitHub, also called “Facebook for Programmers,” has completed a decade this year. Today, it has become a go-to place for developers to share their code with others, indulge in collaborative approaches, etc. It’s now home to 24 million total users and 1.5 million organization. At the company’s annual GitHub Universe user conference, company’s CEO Chris Wanstrath […]

Glue – Application Security Automation

Glue is a framework for running a series of tools. Generally, it is intended as a backbone for automating a security analysis pipeline of tools. Dependencies clamav hashdeep rm (*nix) git mount (*nix) docker Download & Install gem install owasp-glue ordocker run owasp/glue Installation & run for Development purpose git clone https://github.com/owasp/glue cd glue — […]