Giter Site home page Giter Site logo

autosecurity-check's Introduction

Automatic Security Testing

Fitur

  • Xss Attack Detection
  • Sensitif Information

Installation

Install python 3.x.x

$ git clone https://github.com/wahyuhadi/AutoSecurity-Check.git

How To Use

$ python apps.py -h

Xss Detection

$ python apps.py  -u 'https://web.com/browse?keywords=aaaaaaa' -m xss -t all

[+] Get HTML data from URL .. 
[+] Checking from all tags html
[+] Indentification html Response .. 
[+] Unescape html indentified   aaaaaaa"checkxss true
 [-->] Posible Parameter in URL  keywords  
 
[+] Unescape html indentified   aaaaaaa> true
 [-->] Posible Parameter in URL  keywords  
 
[+] Unescape html indentified   aaaaaaa< true
 [-->] Posible Parameter in URL  keywords  
 
[+] Unescape html indentified   aaaaaaa( true
 [-->] Posible Parameter in URL  keywords  
 
[+] Unescape html indentified   aaaaaaa) true
 [-->] Posible Parameter in URL  keywords  
 
[+] Unescape html indentified   aaaaaaa! true
 [-->] Posible Parameter in URL  keywords  
 
[+] Unescape html indentified   aaaaaaa true
 [-->] Posible Parameter in URL  keywords  
 
[+] Unescape html indentified   aaaaaaa% true
 [-->] Posible Parameter in URL  keywords  
 
[+] Unescape html indentified   aaaaaaa@ true
 [-->] Posible Parameter in URL  keywords  
 
[+] Unescape html indentified   aaaaaaa'checkxss true
 [-->] Posible Parameter in URL  keywords  
 
[+] Checking Xss Payload ... 
[+] Unescape html indentified   aaaaaaa<script>alert("xss found") true
 [-->] Posible Xss Parameter in URL Found  https://web.id/browse?keywords=aaaaaaa<script>alert("xss found");</script> 
 
[+] Unescape html indentified   aaaaaaa"><script>alert("xss found") true
 [-->] Posible Xss Parameter in URL Found  https://web.id/browse?keywords=aaaaaaa"><script>alert("xss found");</script> 
 
[+] Unescape html indentified   aaaaaaa<script>alert('xss found') true
 [-->] Posible Xss Parameter in URL Found  https://web.id/browse?keywords=aaaaaaa<script>alert('xss found');</script> 
 
[+] Unescape html indentified   aaaaaaa'><script>alert('xss found') true
 [-->] Posible Xss Parameter in URL Found  https://web.id/browse?keywords=aaaaaaa'><script>alert('xss found');</script> 
 
[+] Total request  14
[-] Request Success  14
[-] Error Request  0
[!] Process end with time 0:00:08.765309

Sensitif Data Detection

$ python apps.py  -u 'https://web.com' -m info
[INFO] Checking information form server ...

 [+] Web Server Found  nginx/1.14.1 
 [Advice] Hardening your servers  
 [+] Backend Technology Found  PHP/5.6.38 
 [Advice] Hardening your servers  

[INFO] Checking Critical URL .. 

 [WARNING] Critical link found  https://web.id/.env 
 [WARNING] Critical link found  https://web.id/.git/config 
 [WARNING] Critical link found  https://web.id/phpmyadmin 
 [WARNING] Critical link found  https://web.id/artisan 
 [WARNING] Critical link found  https://web.id/.htaccess 
 [WARNING] Critical link found  https://web.id/robot.txt 
 [WARNING] Critical link found  https://web.id/db.sq 

[INFO] Scanning Port Server  https://web.id  ..

[-->] Scanning IP :  xx.xx.xx.xx
 [WARNING] FTP connection is open, Posible to brute force, Version  Pure-FTPd 
 [WARNING]  230 Anonymous user logged in 
drwxr-xr-x    2 0          0                   22 Feb 23  2019 .
drwxr-xr-x    2 0          0                   6 Feb 23  2019 ..
ls command execute  226-Options: -a -l 
226 2 matches total

© Rahmat Wahyu Hadi - 2019-02-20

autosecurity-check's People

Contributors

wahyuhadi avatar

Stargazers

Rayhan Rafiud Darojat avatar Samudra Gawang avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.