Giter Club home page Giter Club logo

ghosttunnel's People

Contributors

e7mer avatar qdbgw3ihnjw avatar qingxp9 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  avatar  avatar

ghosttunnel's Issues

NOOB question - Trouble compiling (make)

Hello,
Sorry for this stupid thread, but I'm not able to compile this program.
I have the libnl libraries installed, but I'm getting one compilation error :

g++  -o ghosttunnel ghosttunnel.cpp edit.o eloop.o common.o trace.o wpa_debug.o wpabuf.o os_internal.o cli.o packet.o mac_addr.o gt_server.o gt_console.o -I/usr/include/libnl3 -lnl-genl-3 -lnl-3 -L./libwifi/kismet -L./libwifi/aircrack-ng -losdep -lkismetlinuxwifi -lm -lpthread
./libwifi/aircrack-ng/libosdep.a(linux.o): In function `linux_set_ht_channel_nl80211':
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1027: undefined reference to `nlmsg_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1033: undefined reference to `genl_family_get_id'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1033: undefined reference to `genlmsg_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1036: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1037: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1051: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1053: undefined reference to `nl_send_auto_complete'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1054: undefined reference to `nlmsg_free'
./libwifi/aircrack-ng/libosdep.a(linux.o): In function `nl80211_cleanup':
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:359: undefined reference to `genl_family_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:360: undefined reference to `nl_cache_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:361: undefined reference to `nl_socket_free'
./libwifi/aircrack-ng/libosdep.a(linux.o): In function `linux_set_ht_channel_nl80211':
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1027: undefined reference to `nlmsg_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1033: undefined reference to `genl_family_get_id'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1033: undefined reference to `genlmsg_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1036: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1037: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1051: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1053: undefined reference to `nl_send_auto_complete'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:1054: undefined reference to `nlmsg_free'
./libwifi/aircrack-ng/libosdep.a(linux.o): In function `linux_nl80211_init':
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:322: undefined reference to `nl_socket_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:329: undefined reference to `genl_connect'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:353: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:335: undefined reference to `genl_ctrl_alloc_cache'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:341: undefined reference to `genl_ctrl_search_by_name'
/home/anon/Documents/GhostTunnel-master/src/libwifi/aircrack-ng/osdep/linux.c:351: undefined reference to `nl_cache_free'
./libwifi/kismet/libkismetlinuxwifi.a(linux_netlink_control.o): In function `mac80211_connect':
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:117: undefined reference to `nl_socket_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:124: undefined reference to `genl_connect'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:131: undefined reference to `genl_ctrl_resolve'
./libwifi/kismet/libkismetlinuxwifi.a(linux_netlink_control.o): In function `mac80211_disconnect':
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:144: undefined reference to `nl_socket_free'
./libwifi/kismet/libkismetlinuxwifi.a(linux_netlink_control.o): In function `mac80211_create_monitor_vif':
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:167: undefined reference to `nl_socket_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:175: undefined reference to `genl_connect'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:179: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:182: undefined reference to `genl_ctrl_resolve'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:187: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:190: undefined reference to `nlmsg_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:194: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:198: undefined reference to `nlmsg_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:202: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:206: undefined reference to `genlmsg_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:207: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:208: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:209: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:212: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:216: undefined reference to `nla_put_nested'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:218: undefined reference to `nl_send_auto_complete'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:218: undefined reference to `nl_wait_for_ack'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:222: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:223: undefined reference to `nlmsg_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:224: undefined reference to `nlmsg_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:228: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:229: undefined reference to `nlmsg_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:230: undefined reference to `nlmsg_free'
./libwifi/kismet/libkismetlinuxwifi.a(linux_netlink_control.o): In function `mac80211_set_channel_cache':
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:258: undefined reference to `nlmsg_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:264: undefined reference to `genlmsg_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:265: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:266: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:267: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:269: undefined reference to `nl_send_auto_complete'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:270: undefined reference to `nl_wait_for_ack'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:274: undefined reference to `nlmsg_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:282: undefined reference to `nlmsg_free'
./libwifi/kismet/libkismetlinuxwifi.a(linux_netlink_control.o): In function `mac80211_set_frequency_cache':
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:322: undefined reference to `nlmsg_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:329: undefined reference to `genlmsg_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:330: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:331: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:333: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:337: undefined reference to `nla_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:340: undefined reference to `nla_put'
./libwifi/kismet/libkismetlinuxwifi.a(linux_netlink_control.o):/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:344: more undefined references to `nla_put' follow
./libwifi/kismet/libkismetlinuxwifi.a(linux_netlink_control.o): In function `mac80211_set_frequency_cache':
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:357: undefined reference to `nl_send_auto_complete'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:358: undefined reference to `nl_wait_for_ack'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:362: undefined reference to `nlmsg_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:370: undefined reference to `nlmsg_free'
./libwifi/kismet/libkismetlinuxwifi.a(linux_netlink_control.o): In function `nl80211_freqlist_cb':
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:421: undefined reference to `nlmsg_hdr'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:421: undefined reference to `nlmsg_data'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:434: undefined reference to `genlmsg_attrlen'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:434: undefined reference to `genlmsg_attrdata'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:434: undefined reference to `nla_parse'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:438: undefined reference to `nla_get_string'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:444: undefined reference to `nla_data'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:444: undefined reference to `nla_len'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:447: undefined reference to `nla_len'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:447: undefined reference to `nla_data'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:447: undefined reference to `nla_parse'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:452: undefined reference to `nla_get_u16'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:467: undefined reference to `nla_get_u32'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:480: undefined reference to `nla_data'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:480: undefined reference to `nla_len'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:481: undefined reference to `nla_len'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:481: undefined reference to `nla_data'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:481: undefined reference to `nla_parse'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:491: undefined reference to `nla_get_u32'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:480: undefined reference to `nla_next'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:480: undefined reference to `nla_ok'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:444: undefined reference to `nla_next'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:444: undefined reference to `nla_ok'
./libwifi/kismet/libkismetlinuxwifi.a(linux_netlink_control.o): In function `mac80211_get_chanlist':
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:637: undefined reference to `nl_socket_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:644: undefined reference to `genl_connect'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:646: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:651: undefined reference to `genl_ctrl_resolve'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:654: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:659: undefined reference to `nlmsg_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:661: undefined reference to `nl_cb_alloc'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:665: undefined reference to `nl_cb_set'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:666: undefined reference to `nl_cb_set'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:667: undefined reference to `nl_cb_set'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:668: undefined reference to `nl_cb_err'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:670: undefined reference to `genlmsg_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:678: undefined reference to `nl_send_auto_complete'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:682: undefined reference to `nlmsg_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:683: undefined reference to `nl_cb_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:684: undefined reference to `nl_socket_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:690: undefined reference to `nl_recvmsgs'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:692: undefined reference to `nl_cb_put'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:693: undefined reference to `nlmsg_free'
/home/anon/Documents/GhostTunnel-master/src/libwifi/kismet/capture_linux_wifi/linux_netlink_control.c:694: undefined reference to `nl_socket_free'
collect2: error: ld returned 1 exit status
Makefile:20: recipe for target 'ghosttunnel' failed
make: *** [ghosttunnel] Error 1

I'm not able to find the problem by myself, but I'm sure I'm missing something.
Thanks a lot.

Usage

So this might be a dumb question. I was looking for some clarification on usage. Do both PC running linux and Ghost Tunnel need to be up? right now I have 2 linux machines with alfa cards in monitor mode and running ghost tunnel. When I use commands sessions I see no devices. However if I run airodump-ng my cards picks up networks. Am I missing a step in regards to running this program? Thank you

dont have reverseshell

after run ./ghosttunnel, I can get target, then I try to input use 1(target is 1), i get nothing. I saw "C:/" in sample video, but I cant get it.
1
.
What can I do at the next step?
attacker :kali
target: win10

bad work

i have the same issue,i use nethunter,when i launch airmon-ng start wlan1,it works.but when i use iwconfig wlan1 mode monitor,it will not work,it will tell me "monitor operation not supported"

Software Error In Amd64 Kaillinux Linux

ghost_tunnel>help
COMMANDS:

sessions = list all clients
use = select a client to operate, use [clientID]
exit = exit current operation
wget = download a file from a client, wget [filepath]
quit = quit ghost tunnel
help = show this usage help

ghost_tunnel>use段错误

Enter "use" in the console,Return error

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.