Halaman

Tampilkan postingan dengan label Python. Tampilkan semua postingan
Tampilkan postingan dengan label Python. Tampilkan semua postingan

Kamis, 12 Desember 2019

WhatsApp

. Kamis, 12 Desember 2019 .

https://github.com/VISWESWARAN1998/Simple-Yet-Hackable-WhatsApp-api/blob/master/whatsapp.py
https://github.com/bruno222/whatsapp-web-bot
https://github.com/sigalor/whatsapp-web-reveng/blob/master/README.md

(Read More..)

Sabtu, 26 Januari 2019

Speeding Up Python with Nim

. Sabtu, 26 Januari 2019 .

https://robert-mcdermott.gitlab.io/posts/speeding-up-python-with-nim/

(Read More..)

Selasa, 21 Februari 2017

basicRAT

. Selasa, 21 Februari 2017 .

This is a cross-platform Python Remote Access Trojan (RAT), basicRAT was created to maintain a clean design full-featured Python RAT. Currently a work in progress and still being actively hacked on.
Disclaimer: This RAT is for research purposes only, and should only be used on authorized systems. Accessing a computer system or network without authorization or explicit permission is illegal.

https://github.com/vesche/basicRAT

(Read More..)

decompile py2exe

.


[SHARE] Berikut ini adalah 2 repositori script python yang dapat rekan-rekan gunakan untuk proses reverse engineering aplikasi yang dibuat menggunakan py2exe. Repositori pertama adalah untuk py2exe yang dibuat menggunakan python versi 2, sedangkan repositori kedua adalah untuk py2exe yang menggunakan python versi 3.
* https://github.com/matiasb/unpy2exe
* https://github.com/NVISO-BE/decompile-py2exe

(Read More..)

Senin, 09 Mei 2016

small router snippet

. Senin, 09 Mei 2016 .

  1. class Router(object):  
  2.   
  3.     def __init__(self, server):  
  4.         self.__routes = []  
  5.         self.__server = server  
  6.   
  7.     def addRoute(self, regexp, controller, action):  
  8.         self.__routes.append({'regexp': regexp, 'controller': controller, 'action': action})  
  9.           
  10.     def route(self, path):  
  11.         for route in self.__routes:  
  12.             if re.search(route['regexp'], path):  
  13.                 cls = globals()[route['controller']]  
  14.                 func = cls.__dict__[route['action']]  
  15.                 obj = cls(self.__server)  
  16.                 apply(func,(obj, ))  
  17.                 return  
  18.   
  19.         # Not found  
  20.         self.__server.send_response(404)  
  21.         self.__server.end_headers() 

(Read More..)

Sabtu, 19 Maret 2016

pupy Remote Administration Tool with an embedded Python interpreter.

. Sabtu, 19 Maret 2016 .

Pupy is an opensource, multi-platform (Windows, Linux, OSX, Android) Remote Administration Tool with an embedded Python interpreter.  
 

(Read More..)

LINE mesengger python

.

https://github.com/carpedm20/LINE
http://carpedm20.blogspot.co.id/2013/09/line-reverse-engineering.html
http://www.speedytown.com/2015/12/bookmark-membuat-aplikasi-line.html
http://dev.im-bot.com/line/

(Read More..)

Minggu, 07 Februari 2016

python ptrace

. Minggu, 07 Februari 2016 .

http://python-ptrace.readthedocs.org/en/latest/index.html
https://bitbucket.org/haypo/python-ptrace/

(Read More..)

maybe : python script See what a program does before deciding whether you really want it to happen.

.

https://github.com/p-e-w/maybe

(Read More..)

Kamis, 24 Desember 2015

PyCat

. Kamis, 24 Desember 2015 .

PyCat

Python Net Tool
Pycat is a python replacement tool for netcat. That automatically scans for hosts that are up on the local network. Simply run PyCat.py without arguments to automatically start scanning the network. CTRL+C will interrupt scanning and display the options for interacting with hosts that are up.

https://github.com/NullArray/PyCat

(Read More..)

Rabu, 30 Juli 2014

How I Structure My Flask Applications

. Rabu, 30 Juli 2014 .

http://mattupstate.com/python/2013/06/26/how-i-structure-my-flask-applications.html

(Read More..)

pywinauto

.

pywinauto is a set of python modules to automate the Microsoft Windows GUI. At it’s simplest it allows you to send mouse and keyboard actions to windows dialogs and controls.

http://pywinauto.googlecode.com/hg/pywinauto/docs/index.html

swapy
https://code.google.com/p/swapy/


(Read More..)

Sikuli

.

Why Sikuli?
Sikuli automates anything you see on the screen. It uses image recognition to identify and control GUI components. It is useful when there is no easy access to a GUI's internal or source code.

http://www.sikuli.org/

(Read More..)

Python tools for Pentesters

.


(Read More..)

Brubek.io

.

Brubeck is a flexible Python web framework that aims to make the process of building scalable web services easy.
Brubeck's design is discussed in depth in the provided documentation. There, you will find lots of code samples for building request handlers, authentication, rendering templates, managing databases and more.


http://brubeck.io/

(Read More..)

Splat : python bytecode paper

.

https://github.com/evandrix/Splat/tree/master/._/PAPERS

(Read More..)

flask_bare_skeleton

.

Initial setup of flask applicatio for dummies

https://github.com/widnyana/flask_bare_skeleton

(Read More..)

pythonista : Bring the Zen of Python to iOS.

.

http://omz-software.com/pythonista/

(Read More..)

Kamis, 29 Mei 2014

web static generator

. Kamis, 29 Mei 2014 .

https://github.com/jekyll/jekyll

http://octopress.org/

http://wintersmith.io/

http://blog.getpelican.com/

(Read More..)

Minggu, 02 Maret 2014

Easy HA and automatic failover using MySQL Fabric - Part II

. Minggu, 02 Maret 2014 .

http://mysql-nordic.blogspot.fi/2014/02/easy-ha-and-automatic-failover-using_26.html

(Read More..)
 
{nama-blog-anda} is proudly powered by Blogger.com | Template by Agus Ramadhani | o-om.com