GithubHelp home page GithubHelp logo

fengxuangit / fox-scan Goto Github PK

View Code? Open in Web Editor NEW
401.0 401.0 242.0 2.22 MB

Fox-scan is a initiative and passive SQL Injection vulnerable Test tools.

CSS 19.25% HTML 31.02% Python 43.87% JavaScript 5.87%
mitmproxy passive sqlmap

fox-scan's Introduction

Header

Hi, I'm fengxuan:

公众号:风炫安全

email

Languages I use
  • Python
  • PHP
  • JavaScript
  • C
  • Java
  • Shell
  • SQL
technology I use
  • 后端开发
  • 网络安全
  • 安全研究
  • 渗透测试
Fun fact: I once solved the world's oldest question with a single line of JavaScript
// Which came first: the chicken or the egg?
console.log(['🥚', '🐣', '🐥', '🐔'].sort())

>>> [ '🐔', '🐣', '🐥', '🥚' ]

⭐️ From fengxuan

fox-scan's People

Contributors

fengxuangit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fox-scan's Issues

运行错误

C:\Users\rsj\Downloads\Fox-scan-master>views.py
Traceback (most recent call last):
File "C:\Users\rsj\Downloads\Fox-scan-master\views.py", line 10, in
from libs.action import SqlMapAction,Spider_Handle,Save_Success_Target
File "C:\Users\rsj\Downloads\Fox-scan-master\libs\action.py", line 12, in
import ipdb
File "build\bdist.win32\egg\ipdb__init__.py", line 7, in
File "build\bdist.win32\egg\ipdb__main__.py", line 31, in
ImportError: No module named IPython.core.debugger

运行错误

E:\tools\Fox-scan>views.py
Traceback (most recent call last):
File "E:\tools\Fox-scan\views.py", line 10, in
from libs.action import SqlMapAction,Spider_Handle,Save_Success_Target
File "E:\tools\Fox-scan\libs\action.py", line 16, in
from models import MySQLHander
File "E:\tools\Fox-scan\libs\models.py", line 5, in
import MySQLdb
File "C:\Python27\lib\site-packages\MySQLdb__init__.py", line 19, in
import _mysql
ImportError: DLL load failed: %1 ������Ч�� Win32 Ӧ�ó���

If you suspect this is an IPython bug, please report it at:
https://github.com/ipython/ipython/issues
or send an email to the mailing list at [email protected]

You can print a more detailed traceback right now with "%tb", or use "%debug"
to interactively debug it.

Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
%config Application.verbose_crash=True

说明里还少了个依赖库ipdb

python libs/wyproxy.py -p 8888 无法运行

2016-12-08 13:20:42,091 [INFO] wyproxy is starting...
2016-12-08 13:20:42,091 [INFO] Listening: 0.0.0.0:8888 http
Traceback (most recent call last):
  File "libs/wyproxy.py", line 492, in <module>
    run(args)
  File "libs/wyproxy.py", line 471, in run
    wyproxy.run()
  File "libs/wyproxy.py", line 445, in run
    start_server(self.proxy_port, self.proxy_mode, self.unsave_data)
  File "libs/wyproxy.py", line 426, in start_server
    cadir="./ssl/",
TypeError: __init__() got an unexpected keyword argument 'cadir'

这个问题可能是mitmproxy 接口改了引起的 python 能指定依赖版本吗..

尝试修改 wyproxy.py的422行附近

ops = options.Options(
app_port=port,
mode=mode,
cadir="./ssl/",
)
config = proxy.ProxyConfig(
ops
)

这样修改修复了这个问题,但是还有下一个问题..

(venv) [root@localhost libs]# python wyproxy.py -p 8081
2016-12-08 13:32:10,097 [INFO] wyproxy is starting...
2016-12-08 13:32:10,098 [INFO] Listening: 0.0.0.0:8081 http
Traceback (most recent call last):
  File "wyproxy.py", line 495, in <module>
    run(args)
  File "wyproxy.py", line 474, in run
    wyproxy.run()
  File "wyproxy.py", line 448, in run
    start_server(self.proxy_port, self.proxy_mode, self.unsave_data)
  File "wyproxy.py", line 434, in start_server
    m = WYProxy(server, state, unsave_data)
  File "wyproxy.py", line 381, in __init__
    super(WYProxy, self).__init__(server, state)
TypeError: __init__() takes exactly 4 arguments (3 given)

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.